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

Brion Vibber <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Brion Vibber <[email protected]> 2011-07-11 19:52:39 UTC 
---
I'd guess this has something to do with it:

fNode.parentNode.innerHTML = getID( id ).parentNode.innerHTML; // f***ing IE

in http://de.wiktionary.org/wiki/MediaWiki:If-search.js

This bit of code looks like it will cause the entire contents of the form to be
removed and replaced with freshly-parsed HTML; the new nodes would no longer
have any previously-connected event handlers if they had been set up directly
on the dom nodes.

It's not used on de.wiktionary.org, which may indicate that it's obsolete and
broken?

Adding Krinkle to CCs (last touched that if-search.js in February)

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

Reply via email to