Modify ↓
#12353 closed defect (wontfix)
Radio button misalignment
Reported by: | Owned by: | Jun Omae | |
---|---|---|---|
Priority: | normal | Component: | TracWysiwygPlugin |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
Hello,
the radio buttons for wysiwyg and text mode are misaligned as demonstrated in the screenhots. I'm using latest TracWysiwyg-0.12.0.5.post0-py2.7.egg from current svn/tracwysiwygplugin/0.12/. This is Trac 1.0.5.
Best regards, Massimo
Attachments (2)
Change History (5)
Changed 10 years ago by
Attachment: | trac_wysiwyg_01.png added |
---|
Changed 10 years ago by
Attachment: | long-description-help.png added |
---|
comment:1 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Root cause is in Trac. See long-description-help.png.
comment:2 Changed 10 years ago by
Work around:
-
tracwysiwygplugin/0.12/tracwysiwyg/htdocs/wysiwyg.css
diff --git a/tracwysiwygplugin/0.12/tracwysiwyg/htdocs/wysiwyg.css b/tracwysiwygplugin/0.12/tracwysiwyg/htdocs/wysiwyg.css index 68bde44..7a0f939 100644
a b iframe.wysiwyg:focus { 15 15 float: right; 16 16 font-size: 80%; 17 17 } 18 #field-description-help + .editor-toggle { clear: right } 19 .wikitoolbar { float: left } 18 20 .wysiwyg-toolbar { 19 21 border: solid #d7d7d7; 20 22 border-width: 1px 1px 1px 0;
Note: See
TracTickets for help on using
tickets.
This screenshot is from Firefox 37.0.2, but same result on some vanilla IE9