User "Junaidpv" posted a comment on MediaWiki.r97385. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97385#c22726 Commit summary:
Narayam: Initialize key buffer only once. Also to overcome problems with focus losing while typing in FF. Comment: I found that key buffer is always empty in Firefox and is not the case with other browsers, the only code that clear the key buffer is inside this focus event handler. I put a break point inside the handler and found it happens when I type. Once I applied this change it is working as expected. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
