RESOLVED FIXED 60271
Web Inspector: move double click handling from TextEditor to SourceFrame.
https://bugs.webkit.org/show_bug.cgi?id=60271
Summary Web Inspector: move double click handling from TextEditor to SourceFrame.
Pavel Podivilov
Reported 2011-05-05 08:44:45 PDT
It is SourceFrame's responsibility to check if content is editable and to configure TextEditor component (e.g. set editable range) when user tries to initiate editing.
Attachments
Patch. (9.27 KB, patch)
2011-05-05 08:48 PDT, Pavel Podivilov
pfeldman: review+
Pavel Podivilov
Comment 1 2011-05-05 08:48:23 PDT
Pavel Podivilov
Comment 2 2011-05-05 08:49:12 PDT
Also renamed two delegate's methods: startEditing -> beforeTextChanged endEditing -> afterTextChanged
Pavel Podivilov
Comment 3 2011-05-16 03:15:39 PDT
Note You need to log in before you can comment on or make changes to this bug.