RESOLVED WONTFIX 13786
REGRESSION: onsearch fires when pressing backspace in an empty search field
https://bugs.webkit.org/show_bug.cgi?id=13786
Summary REGRESSION: onsearch fires when pressing backspace in an empty search field
Adam Roben (:aroben)
Reported 2007-05-19 14:19:25 PDT
In an search field with the incremental attribute, onsearch will fire when pressing backspace in an empty search field. This seems unintentional, since the text in the search field hasn't actually changed.
Attachments
Alexey Proskuryakov
Comment 1 2007-05-19 23:37:19 PDT
I can only reproduce this with TOT, not with shipping Safari.
Adam Roben (:aroben)
Comment 2 2007-05-19 23:47:27 PDT
Adele Peterson
Comment 3 2007-05-21 22:36:16 PDT
dispatchEditableContentChangedEvents is called when any editing command is applied or unapplied, but that doesn't actually mean that the editable content has changed. I guess we need to rethink this event.
Anne van Kesteren
Comment 4 2024-08-19 02:56:20 PDT
This feature is being removed.
Note You need to log in before you can comment on or make changes to this bug.