RESOLVED FIXED 8724
REGRESSION: onSelect handler doesn't work for text fields
https://bugs.webkit.org/show_bug.cgi?id=8724
Summary REGRESSION: onSelect handler doesn't work for text fields
Adele Peterson
Reported 2006-05-03 16:25:42 PDT
onSelect handler doesn't work for text fields. This is definitely a regression, but I'm not sure when it regressed. It doesn't appear to work in our latest shipped version (2.0.3). From Radar comments, it looks like it was working sometime in March.
Attachments
patch for multiple selection bugs - listed in changelog (33.50 KB, patch)
2006-06-19 23:43 PDT, Adele Peterson
adele: review+
Darin Adler
Comment 1 2006-05-04 20:27:07 PDT
The way this was supposed to work with the old text field implementation was the call from RenderLineEdit::selectionChanged(). That in turn is supposed to be called from -[KWQTextFieldController textViewDidChangeSelection:].
Alice Liu
Comment 2 2006-06-06 07:18:40 PDT
Adele Peterson
Comment 3 2006-06-19 23:43:59 PDT
Created attachment 8928 [details] patch for multiple selection bugs - listed in changelog
Adele Peterson
Comment 4 2006-06-20 17:05:57 PDT
revision 14931
Adele Peterson
Comment 5 2006-06-20 18:02:35 PDT
Comment on attachment 8928 [details] patch for multiple selection bugs - listed in changelog maciej reviewed this.
Note You need to log in before you can comment on or make changes to this bug.