Modify ↓
#12169 closed defect (worksforme)
WikiToolbar has mis-positioned Image icon
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | TracHacks |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description (last modified by )
Attachments (1)
Change History (5)
Changed 11 years ago by
| Attachment: | WikiToolbar.png added |
|---|
comment:1 Changed 11 years ago by
| Description: | modified (diff) |
|---|
comment:2 Changed 11 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
comment:3 Changed 5 years ago by
I just noticed this effect on my Trac 1.4.2 installation. It happened when the web page size was reduced in the browser window (ctrl-minus to reduce magnification to 90%, etc). It also happened with TracWysiwygPlugin toolbar.
My colleague suggested replacing the width: ???px; of the respective toolbar css (e.g. wikitoolbar in trac.css) with display: table-cell; and that seemed to make it work nicely with different magnifications.
comment:4 Changed 5 years ago by
Please try to refresh static resources in your browser (described in Note box of that section).
Note: See
TracTickets for help on using
tickets.




This issue seems to be resolved, possibly due to refreshing the static resources for Trac and fixing up the TracHacks-specific styling.