https://bugzilla.wikimedia.org/show_bug.cgi?id=65608
--- Comment #5 from Tisza Gergő <[email protected]> --- Sorry for the slow answer. As mentioned in comment 0, our workaround was https://gerrit.wikimedia.org/r/134738 - set the event handler manually instead of using onDomEvent. The broken behavior was related specifically to OOUI listening for the focus event on the div wrapping the textbox, and not the textbox itself. So we listened manually on the textbox itself, and that worked fine. Could be some sort of Firefox bug where the event did not bubble; I did not investigate. I did not search for bug reports from other applications; if by upstream you mean jQuery, they got several bug reports about this (one is linked in comment 0), but argued that this is still the better tradeoff, as opposed to simulating the focus event and messing up the sequence in which events happen. -- 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
