[webkit-reviews] review requested: [Bug 66752] committers-autocomplete.js works only with WebKit based browsers : [Attachment 164558] proposed modification

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 18 07:44:29 PDT 2012


Peter Gal <galpeter at inf.u-szeged.hu> has asked	for review:
Bug 66752: committers-autocomplete.js works only with WebKit based browsers
https://bugs.webkit.org/show_bug.cgi?id=66752

Attachment 164558: proposed modification
https://bugs.webkit.org/attachment.cgi?id=164558&action=review

------- Additional Comments from Peter Gal <galpeter at inf.u-szeged.hu>
Two things to notice here:
 1) using 'focus' instead of 'focusin'. On FF there is no 'focusin' event.
 2) adding event listener only to the given inputs, not to the base document.

This made FF happy :) will try to work on IE and Opera.


More information about the webkit-reviews mailing list