Summary: | Konqueror 4 search doesn't work with frames | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Artem S. Tashkinov <aros> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ibc, wilderkde |
Priority: | NOR | ||
Version: | 4.2.1 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Test-case |
Description
Artem S. Tashkinov
2009-03-18 06:02:18 UTC
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. *** |