Closed
Bug 911116
Opened 12 years ago
Closed 12 years ago
In XML document search broken
Categories
(Toolkit :: Find Toolbar, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 449235
People
(Reporter: radek, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:23.0) Gecko/20100101 Firefox/23.0 (Beta/Release)
Build ID: 20130814063812
Steps to reproduce:
Subsequent searches in a document seem to search from last found string position onwards only (instead of looping through the whole document).
1. Load http://upccz.speedtest.net/speedtest-servers.php?x=1377852279623 (XML document containing list of Speedtest.net servers)
2. Search for "vodafone.cz" (occurence is found)
3. Search for "dkm.cz" (occurence is found)
4. search for "vodafone.cz" (the same as in step 2, this time not found at all)
Actual results:
Instead of looping through the document, Firefox just reports that the string is not present in the document. Backwards search does not help either.
Expected results:
Firefox should always find the occurence if it is present, or report that the end of page has been reached. Also, backwards search should find the occurence.
"Search" is about the search bar, not the find bar.
Component: Search → Find Toolbar
Product: Firefox → Toolkit
Comment 2•12 years ago
|
||
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0 (20130904004004)
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0 (20130904030204)
I've reproduce this bug on latest Aurora and Nightly while testing for the pre-beta sign-off of the Find Bar Redesign feature - marking it as NEW.
Status: UNCONFIRMED → NEW
Ever confirmed: true
QA Contact: manuela.muntean
Hardware: x86 → x86_64
Summary: In-document search broken → In XML document search broken
Comment 4•12 years ago
|
||
Likely the same underlying issue as bug 449235.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•