https://bugzilla.wikimedia.org/show_bug.cgi?id=32241
--- Comment #16 from Lupo <[email protected]> 2011-11-14 20:58:55 UTC --- Created attachment 9449 --> https://bugzilla.wikimedia.org/attachment.cgi?id=9449 Follow-up patch (apply after attachment 9441): use setActive() instead of focus() if possible Follow-up patch based on trunk after Roan's commit in r102948 (i.e., after the focus() patch in attachment 9441). This patch uses the IE-specific setActive() operation in preference over focus(), if possible. Using setActive() avoids the screen flicker, and insertions work as expected. Tested manually on IE8/Win7 and IE8/WinXP. Also tested in IE8(Compatibility mode) on Win7 (the closest I can get to an IE7... I have neither IE7 nor IE9 available). I didn't notice any problems. -- 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
