[Webkit-unassigned] [Bug 18548] Web Inspector freezes if a search fires with a small number of letters
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 1 15:12:58 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=18548
timothy at hatcher.name changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #21356|review?(timothy at hatcher.name|review-
Flag|) |
------- Comment #12 from timothy at hatcher.name 2008-08-01 15:12 PDT -------
(From update of attachment 21356)
+ var forceSearch = event.keyCode == 13;
You should use event.keyIdentifier === "Enter" here.
+ if (!forceSearch && this.lastQuery && this.lastQuery == query)
You should use === here.
Otherwise I will r+ it.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list