#12671 closed defect (fixed)
It is difficult to click Reply and Edit buttons in ticket change when only properties are changed
Reported by: | Jun Omae | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | 1.2.1 |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Improve usability of Reply and Edit buttons associated with ticket comments |
||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Since Trac 1.2, Reply and Edit buttons in ticket change are shown when cursor is hovered in the ticket change.
However, when the ticket change has only properties changes and no comment, the buttons are shown only when cursor is hovered in property changes box. As the results, it is difficult to click the buttons.
Live demo: demo-1.2/ticket/2
Work around to make the buttons visible when cursor is hovered in entire of div.change
:
-
trac/htdocs/css/ticket.css
diff --git a/trac/htdocs/css/ticket.css b/trac/htdocs/css/ticket.css index 13cbb1ed1..a4ca88c71 100644
a b ul.children > li.child { 219 219 box-shadow: .1em .2em 1em #eee; 220 220 } 221 221 div.change, ul.children { clear: both; } 222 div.change:after { 223 content: ""; 224 display: block; 225 clear: both; 226 height: 0; 227 } 222 228 223 229 .changes th { 224 230 text-align: right;
Attachments (1)
Change History (10)
by , 8 years ago
comment:1 by , 8 years ago
Description: | modified (diff) |
---|
comment:2 by , 8 years ago
comment:5 by , 8 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:6 by , 8 years ago
Owner: | set to |
---|
comment:7 by , 7 years ago
comment:8 by , 7 years ago
I agree we should merge the fix unless #12685 (comment:5) will be fixed for milestone:1.4.
Replying to Jun Omae:
But also the whole <h3> line as well, in particular the
comment:n
part which is just above the buttons. But I think you're right anyway, it's not as obvious as it should be.If you remember my idea presented recently on trac-dev about a "page menu" (gmessage:trac-dev:eVU0q8Tatgo/pokz_FIyEQAJ), I think it could be transposed here as well: we would have a permanent menu reminder character/icon (▤, ≣), which would show the list of actions for the comment when hovered / clicked.
Something like:
comment:n Modified by Author
≣