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

--- Comment #4 from Brion Vibber <br...@pobox.com> 2011-02-07 23:48:13 UTC ---
Testing with IE7 on Windows XP...

The lefthand border on the edit area flickers on and off (sometimes it is
missing as in the screenshot). The other spacing errors appear to have been
eliminated in the meantime.

I think the culprit is here in ext.wikiEditor.css:

/* This ID (#wpTextbox1) could change in MediaWiki */
.wikiEditor-ui textarea#wpTextbox1 {
    border: none;
    padding: 0;
    margin: -1px; /* <--- bing bing bing */
    line-height: 1.5em;
}

Removing that -1px margin fixes the problem for me. It was added in r54484,
labeled as "Fixed IE problem (invisible toolbar controls) and also textarea
fitting issues."

What specific issues does it help with, and do those need an alternate fix?

-- 
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