Opened 8 years ago
Last modified 7 years ago
#12161 new defect
CC-Selector button position incorrect since Trac 1.0.3
Reported by: | Jeremy Dunn | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | CcSelectorPlugin |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
In Trac 1.0.1 the CC-select button (">") was to the right of the CC field, but to the left of the vertical line separating left- and right-hand columns of fields.
Since 1.0.3 (we skipped 1.0.2 update) the CC field was made longer, so the CC button overwrites the field to the right of CC.
The CC Selector button should either be moved to a different position (where?) or else the CC-S code should shorten the CC: field back to the old length, so there is space.
See attached screenshot.
Attachments (2)
Change History (8)
Changed 8 years ago by
Attachment: | Trac103-CCSelectorPositionProblem.PNG added |
---|
comment:1 Changed 8 years ago by
workaround for the time being, in myticket.css:
#field-cc { width: 80% !important; }
comment:2 Changed 8 years ago by
The changes were made in Trac milestone:1.0.2, trac:#11471. The fix in comment:1 is probably on the right path.
comment:3 follow-up: 4 Changed 8 years ago by
Changed 8 years ago by
Attachment: | 20150126_cc-sel_new-button-placement-proposal.png added |
---|
visual proposal for cc dialog button placement inside cc ticket field
comment:4 Changed 8 years ago by
Replying to hasienda:
Could you imagine an alternative placement, inside the input field? Like so:
This could be more independent of input filed length, so more generically acceptable.
no objection. My only problem with the placement change caused by Trac 1.0.2 is that it overlays a nearby field. As long as we can stop it from doing that, any solution is fine.
comment:5 Changed 8 years ago by
I just started using the plugin. I like the idea in comment:3. I noticed that DateFieldPlugin has the same issue. If you come up with a solution for this plugin, I'll probably implement the same for DateFieldPlugin.
comment:6 Changed 7 years ago by
Owner: | Steffen Hoffmann deleted |
---|
Screenshot of CC-Selection position problem