Closed
Bug 1302967
Opened 9 years ago
Closed 9 years ago
Highlights are not hidden when scrolling down a page with iframe
Categories
(Toolkit :: Find Toolbar, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1302470
| Tracking | Status | |
|---|---|---|
| firefox48 | --- | unaffected |
| firefox49 | --- | unaffected |
| firefox50 | --- | unaffected |
| firefox51 | --- | affected |
People
(Reporter: btot, Unassigned)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
|
131.87 KB,
image/png
|
Details |
[Affected versions]:
- Nightly 51
[Affected platforms]:
- Windows 7
[Steps to reproduce]:
1. Launch Firefox
2. Enable new findbar
user_pref("findbar.highlightAll", true);
user_pref("findbar.modalHighlight", true);
3. Navigate to:
http://www.ibm.com/support/knowledgecenter/en/SSYKE2_6.0.0/com.ibm.java.security.component.60.doc/security-component/whats_new/security_changes_60/security_whatsnew_sr16.html
4. Open the Find bar (Ctrl+F)
5. Search for "fix"
6. Scroll down the page.
[Expected result]:
All occurrences are highlighted, and when scrolling, the highlights should not be visible when the match is not visible on the page.
[Actual result]:
All occurrences are highlighted, but when scrolling down, the highlights are still visible even when the match is not visible on the page. Seems that highlights found inside an iframe are visible even when iframe is under other element from the page.
[Regression range]:
- I'll investigate and post a regression range as soon as possible.
Comment 1•9 years ago
|
||
Same issue as bug 1302470, different STR.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•