Modify ↓
Opened 14 years ago
Closed 14 years ago
#1878 closed defect (fixed)
[PATCH] Search Dialog should't hide Help in Tooltip
Reported by: | xeen | Owned by: | framm |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | unspecified | Version: | |
Keywords: | Cc: |
Description
The tooltip isn't even displayed long enough for me to read through it. Instead, the help text should be displayed below or next to the input fields, this allows to edit the query while reading the help and should speed things up very much. It's also more discoverable by users.
Attachments (1)
Change History (3)
comment:1 Changed 14 years ago by
Summary: | Search Dialog should't hide Help in Tooltip → [PATCH] Search Dialog should't hide Help in Tooltip |
---|
Changed 14 years ago by
Attachment: | search.patch added |
---|
Note: See
TracTickets for help on using
tickets.
For some reason I cannot attach a patch because it gets rejected as spam. Well, the patch moves the help text from the tooltip to an own JPanel, displaying search fields and help next to each other (it looks ugly in patch form).