Bug 7023
Summary: | Searching in text areas | ||
---|---|---|---|
Product: | WebKit | Reporter: | Daniele Metilli <daniele.metilli> |
Component: | HTML Editing | Assignee: | mitz |
Status: | RESOLVED FIXED | ||
Severity: | Enhancement | CC: | adele, drew, finnur.webkit, ian, maury.markowitz, mitz, naofumi, sullivan, webkit |
Priority: | P2 | Keywords: | InRadar |
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Daniele Metilli
This is not a bug, it's a feature request: would it be possible to implement searching inside text areas? It would be useful. Thank you.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
John Sullivan
This is already in Radar as <rdar://problem/3099526>. That bug requests searching in form text fields as well as textareas. This should become significantly more straightforward to implement when textareas no longer use NSView for their implementation.
Naofumi Kagami
*** Bug 15155 has been marked as a duplicate of this bug. ***
Drew
This still doesn't work even after moving away from NSView (unless I missed something and the new resizable text areas are still using NSView). This is a big usability issue for web apps that allow editing but don't use WYSIWYG editors (which seem to be a workaround for this bug).
Robert Blaut
*** Bug 14592 has been marked as a duplicate of this bug. ***
mitz
Fixed in <http://trac.webkit.org/changeset/34822>.
Finnur Thorarinsson
I should mention that the fix for this seems to have caused a regression...
https://bugs.webkit.org/show_bug.cgi?id=25868