UNCONFIRMED 16063
WebHTMLView allows modification of non-editable text by services
https://bugs.webkit.org/show_bug.cgi?id=16063
Summary WebHTMLView allows modification of non-editable text by services
Evan Gross
Reported 2007-11-20 01:40:17 PST
If you invoke a service that (takes from, operates on, then) sends text to the requestor, WebHTMLView will insert/paste the text in the services pasteboard in non-editable areas. This doesn't appear to be new with Safari 3, it happens on 10.4.10 as well. Easy to reproduce: Build and install/run the SimpleService AppKit example, select non-editable text, invoke its "Capitalize String" service, observe the selected text gets capitalized. This doesn't persist, of course, and doesn't really appear to do any sort of harm. But perhaps it indicates there's some other potentially problematic issue related to changing text that shouldn't be changeable.
Attachments
Note You need to log in before you can comment on or make changes to this bug.