Opened 13 years ago
Closed 9 years ago
#6963 closed enhancement (fixed)
display warnings in a less intrusive way than popups
Reported by: | flaimo | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | tested |
Keywords: | popup | Cc: | thomie, avarab@…, mjulius |
Description
as a poweruser i tend to work rather quickly with keyboard-shortcuts and a graphic tablet. whenever i miss selecting a certain node with my pen, but then press a command shortly afterwards, i get a popup windows with a warning that a certain action can't be applied. this gets rather annoying after a certain time, since you know what the message says it says anyway, but you have to move the mouse/pen or hit the enter key to make it go away.
i would rather like to see warnings be displayed in an unintrusive overlay, which doesn't have to be clicked away manually, bud rather fades away automatically after 1 or 2 seconds.
real popup messages should only be used for real errors or where a certain user interaction is needed.
Attachments (1)
Change History (14)
comment:1 by , 13 years ago
Agreed. If someone want to work on this they should check out FilterDialog.drawOSDText
(activate some filter to see how it looks)
comment:3 by , 13 years ago
Replying to flaimo:
i would rather like to see warnings be displayed in an unintrusive overlay, which doesn't have to be clicked away manually, bud rather fades away automatically after 1 or 2 seconds.
You are talking about info messages and no warnings.
real popup messages should only be used for real errors or where a certain user interaction is needed.
+1
comment:4 by , 13 years ago
Cc: | added |
---|---|
Keywords: | popup added |
from duplicate #4553: mjulius:
A transitional message window that looks pretty much like a tooltip and shows up near the top or bottom of the screen would be perfect for these kind of warnings. It should have a little bigger font, come up without getting input focus, be transparent to mouse clicks, and disappear after, say, 5 sec.
Those messages that you have to click on or hit enter to make them go away can be annoying.
follow-up: 13 comment:10 by , 11 years ago
- With the latest stable build (6238) i still get a popup warning when selecting two ways and pressing alt+x on mac os x. "The selected Was is not a split way…"
- Also when selecting one node and then selecting the "Symmetry" menu entry from the more tools menu, a popup warning shows up.
Also the maintainers of the most important plugins should be informed, so that they utilize the new feature for their warnings if possible.
comment:13 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to flaimo:
- With the latest stable build (6238) i still get a popup warning when selecting two ways and pressing alt+x on mac os x. "The selected Was is not a split way…"
Has been addressed in [o30177].
- Also when selecting one node and then selecting the "Symmetry" menu entry from the more tools menu, a popup warning shows up.
Addressed in r8808.