https://bugzilla.wikimedia.org/show_bug.cgi?id=27603
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |upstream --- Comment #4 from Brion Vibber <[email protected]> 2011-09-15 00:23:15 UTC --- I can repro in Chrome on Linux... Looks like it's happening in the resize function in jquery.wikiEditors.dialogs; there's some scary-looking code in there, but it look like the extra 5 pixels come directly from the wrapper div's .scrollWidth property. Firefox reports 500, Chrome reports 505. So on Chrome we resize the dialog to 505px, then the next time we re-open it the scrollWidth reports 510, and the cycle continues. This looks like an upstream webkit bug; may be related to http://code.google.com/p/chromium/issues/detail?id=34224 ...? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
