Modify ↓
Opened 15 years ago
Last modified 5 years ago
#6653 new enhancement
move comment warnings where the user can see them
Reported by: | Vaclav Slavik | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | FullBlogPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Currently, if a manipulator produces warning when the user submits a comment, the warning is shown on top of the page (as usual in Trac) and the page scrolls down to page preview. There's a "(Warnings") link added to the preview that points back to the warning box.
Unfortunately, this is quite hard to spot. This patch uses JavaScript to move warnings box right on top of the offending comment's preview, so that the user can immediately see both that something is wrong and what it is.
It degrades gracefully in absence of JavaScript, falling back to previous version.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | warnings-near-comment.patch added |
---|
comment:1 Changed 5 years ago by
Owner: | changed from osimons to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:2 Changed 5 years ago by
comment:3 Changed 5 years ago by
Status: | accepted → new |
---|
Note: See
TracTickets for help on using
tickets.
Will be done as part of #13813.