Bug 160490 - [regression] control-F keystroke doesn't find ANY matching words in textarea box
Summary: [regression] control-F keystroke doesn't find ANY matching words in textarea box
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml forms (show other bugs)
Version: 4.0.3
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-06 21:38 UTC by A. Spehr
Modified: 2008-04-16 18:34 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description A. Spehr 2008-04-06 21:38:07 UTC
Version:           4.0 r793981 (using KDE 4.0.3)
Installed from:    Compiled From Sources
OS:                Linux

What is lovely is that if you pick the "find" from the right-click menu, (the one you can make popup) then it does work. 

This worked fine in 3.5.8, so I'm marking it regression.

http://bugs.kde.org/show_bug.cgi?id=70072 is slightly related, but the opposite way around, and as described there, it is fixed. So I closed it.
Comment 1 Maksim Orlovich 2008-04-09 04:17:20 UTC
SVN commit 794973 by orlovich:

Make searching within textareas work again. Seems like we used to attach their
kids back in the days?
BUG: 160490


 M  +15 -31    khtml_part.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=794973
Comment 2 Christophe Marin 2008-04-16 16:42:09 UTC
I get "false" results with rev. 797569 : 

e.g : http://forums.knoppix-fr.org/viewtopic.php?id=1277 and search for the "firewall" string.

- 1st result is the thread title
- 2nd : No highlight (I don't "see" where the string is)
- 3rd/4/5/6th : The next results are in the textarea
- 7th : same as 2nd, I can't see what was found.
- 8th : bottom of the page
Comment 3 Christophe Marin 2008-04-16 18:11:00 UTC
Forget #2, that's a <div> not a textarea
Comment 4 Maksim Orlovich 2008-04-16 18:34:42 UTC
Bug #109497 is what you noticed here.