Opened 7 years ago
Closed 7 years ago
#42129 closed defect (bug) (fixed)
Code Editor: warning icon issues
Reported by: | joyously | Owned by: | obenland |
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | 4.9 |
Component: | General | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
- The icon shown when there is a CodeMirror Warning on the content has the same mouse cursor as a link or button, but is neither. Would it be better to use a help cursor?
- Is there another way besides hover to see the warnings? Users on touch devices won't be able to see them.
- When there are multiple warnings on one line (such as a minified CSS file), hovering over the icon does not show the warnings. You have to hover just below the icon instead.
Attachments (2)
Change History (7)
Note: See
TracTickets for help on using
tickets.
42129.diff should fix item #1 and #3. @joyously would you mind double-checking?
On mobile, tapping the icon should show the message, tapping the gutter hide it.