Modify ↓
Opened 4 years ago
Closed 4 years ago
#1878 closed defect (fixed)
[PATCH] Search Dialog should't hide Help in Tooltip
| Reported by: | xeen | Owned by: | framm |
|---|---|---|---|
| Priority: | minor | 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 4 years ago by xeen
- Summary changed from Search Dialog should't hide Help in Tooltip to [PATCH] Search Dialog should't hide Help in Tooltip
Changed 4 years ago by stoecker
comment:2 Changed 4 years ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
Fixed in r1291.
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).