https://bugzilla.wikimedia.org/show_bug.cgi?id=19989

           Summary: checkboxes don't wrap in IE
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: SemanticForms
        AssignedTo: yaro...@gmail.com
        ReportedBy: tos...@yahoo.com
                CC: wikibugs-l@lists.wikimedia.org


I have a multiple-value field which results in many checkboxes displayed on the
form page. In FF3, these are displayed very nicely with wrapping in between the
label and the next checkbox where it should be. However, in IE8, these values
are displayed on one line, with no text wrapping.

I tracked the issue down to this code in main.css:

/* this makes sure that in long lists with checkboxes the checkbox and the
corresponding label are not torn apart by a line break */
span.checkboxSpan {
        white-space: nowrap;
}

This code is having the intended effect in FF but not in IE. I spent some time
playing with the CSS but was unable to resolve this.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to