Version: (using KDE 4.2.1) OS: Linux Installed from: Fedora RPMs It's a very annoying bug but Konqueror 4 is unable to find text in pages with <FRAMES>. A testcase will be attached.
Created attachment 32223 [details] Test-case
*** This bug has been marked as a duplicate of bug 177397 ***
SVN commit 944738 by ggarand: .Re-implement search in sub-frames, that was lost when switching to the embedded findbar. The previous implementation required a frame/iframe to have the focus (e.g. by clicking its content) to be able to search it. This one will walk frames in document/reverse-document order, searching each in turn. .Fix bug in the search algorithm that would require one two click twice on 'Previous' to effectively match the previous occurence, if the current occurence was the last of the document. BUG: 187475 M +76 -56 find/khtmlfind.cpp M +3 -1 find/khtmlfind_p.h M +5 -0 khtml_part.cpp M +6 -0 khtml_part.h M +1 -1 khtmlpart_p.h WebSVN link: http://websvn.kde.org/?view=rev&revision=944738
SVN commit 944751 by ggarand: automatically merged revision 944738: .Re-implement search in sub-frames, that was lost when switching to the embedded findbar. The previous implementation required a frame/iframe to have the focus (e.g. by clicking its content) to be able to search it. This one will walk frames in document/reverse-document order, searching each in turn. .Fix bug in the search algorithm that would require one two click twice on 'Previous' to effectively match the previous occurence, if the current occurence was the last of the document. BUG: 187475 M +76 -56 find/khtmlfind.cpp M +3 -1 find/khtmlfind_p.h M +5 -0 khtml_part.cpp M +6 -0 khtml_part.h M +1 -1 khtmlpart_p.h WebSVN link: http://websvn.kde.org/?view=rev&revision=944751
this patch causes a crash in konqueror (see bug #188276)
*** Bug 188568 has been marked as a duplicate of this bug. ***