https://bugzilla.wikimedia.org/show_bug.cgi?id=22035
--- Comment #5 from Roan Kattouw <[email protected]> 2010-01-08 09:17:15 UTC --- (In reply to comment #4) > I believe I have tracked down the source of this bug. > > UsabilityInitative/js/plugins/jquery.wikiEditor.html has > 'white-space:pre-wrap;' in it's style. According to w3, that means 'Whitespace > is preserved by the browser. Text will wrap when necessary, and on line > breaks.' When testing this on separate pages in IE and FF, it seems that IE > treats this the same as 'normal'. Changing this to wrap does not fix the > problem, though. > The style should be correct: as you said, pre-wrap means "preserve whitespace", which also means preserving newlines. So I don't think this is the cause, but I'll poke at it. -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
