Modify

Opened 10 years ago

Closed 10 years ago

Last modified 9 years ago

#12353 closed defect (wontfix)

Radio button misalignment

Reported by: massimo.b@… 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)

trac_wysiwyg_01.png (15.8 KB) - added by massimo.b@… 10 years ago.
This screenshot is from Firefox 37.0.2, but same result on some vanilla IE9
long-description-help.png (10.8 KB) - added by Jun Omae 10 years ago.

Download all attachments as: .zip

Change History (5)

Changed 10 years ago by massimo.b@…

Attachment: trac_wysiwyg_01.png added

This screenshot is from Firefox 37.0.2, but same result on some vanilla IE9

Changed 10 years ago by Jun Omae

Attachment: long-description-help.png added

comment:1 Changed 10 years ago by Jun Omae

Resolution: wontfix
Status: newclosed

Root cause is in Trac. See long-description-help.png.

comment:2 Changed 10 years ago by Jun Omae

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 { 
    1515    float: right;
    1616    font-size: 80%;
    1717}
     18#field-description-help + .editor-toggle { clear: right }
     19.wikitoolbar { float: left }
    1820.wysiwyg-toolbar {
    1921    border: solid #d7d7d7;
    2022    border-width: 1px 1px 1px 0;

comment:3 Changed 9 years ago by massimo.b@…

Works, thanks. Please integrate into svn ... trunk or 0.12.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.