Closed
Bug 264786
Opened 21 years ago
Closed 21 years ago
Un-highlight doesn't work on sites with iframes
Categories
(Toolkit :: Find Toolbar, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: g_ponline, Assigned: bryner)
References
()
Details
(Keywords: fixed-aviary1.0, regression, testcase)
Attachments
(2 files)
43 bytes,
text/html
|
Details | |
872 bytes,
patch
|
bugzilla
:
review+
asa
:
approval-aviary+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041017 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041017 Firefox/1.0
If I try to highlight a word on gathering.tweakers.net and try to un-highlight
it the text stays highlighted.
Reproducible: Always
Steps to Reproduce:
1. Go to http://gathering.tweakers.net/
2. Open the Find toolbar, e.g. with Ctrl + F
3. Search for Software or another word what can be found on that page
4. Click the highlight button
5. Click the highlight button again
Actual Results:
The found text stays highlighted
Expected Results:
The found text should be un-highlighted and return to its normal state
What I forgot to mention is that it worked until the 15-October build. The
recent changes in the Find Toolbar must have broken this.
Another exampele of a site where the highlight function doesn't work anymore is
http://forum.tweakzone.nl/
Keywords: regression
Comment 2•21 years ago
|
||
DUPEME
I'm sure there was a bug about <span>'s in a page causing this
Comment 3•21 years ago
|
||
Confirmed. A testcase might be useful.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•21 years ago
|
||
I have a testcase based on http://gathering.tweakers.net/. WFM on
http://forum.tweakzone.nl/.
Keywords: testcase
Summary: Un-highlight doesn't work anymore on some sites → Un-highlight doesn't work on sites with iframes
Comment 5•21 years ago
|
||
Steps to reproduce with testcase:
1. Load testcase.
2. Ctrl+F, foo, Ctrl+Enter
3. Ctrl+Enter
After step 3, the highlights don't disappear.
Btw, I think this is also a problem on sites with traditional HTML framesets.
Updated•21 years ago
|
Flags: blocking-aviary1.0?
Updated•21 years ago
|
Flags: blocking-aviary1.0? → blocking-aviary1.0-
Assignee | ||
Comment 6•21 years ago
|
||
The global was getting cleared out too early when we had to recurse into
frames.
Assignee: firefox → bryner
Status: NEW → ASSIGNED
Assignee | ||
Updated•21 years ago
|
Attachment #162645 -
Flags: review?(firefox)
Comment 7•21 years ago
|
||
Comment on attachment 162645 [details] [diff] [review]
fix
Thanks!
Attachment #162645 -
Flags: review?(firefox) → review+
Comment 8•21 years ago
|
||
Comment on attachment 162645 [details] [diff] [review]
fix
a=asa for aviary checkin.
Attachment #162645 -
Flags: approval-aviary+
Assignee | ||
Comment 9•21 years ago
|
||
checked in.
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•