Closed
Bug 1314048
Opened 9 years ago
Closed 3 years ago
"Find in page" doesn't find text that's in un-opened HTML5 <details> elements
Categories
(Toolkit :: Find Toolbar, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1724299
People
(Reporter: bugzilla.mozilla.org, Unassigned)
References
(
URL
)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0
Build ID: 20161019084923
Steps to reproduce:
Tried out the new HTML5 elements <details> and <summary>.
First created a little demo:
<details>
<summary>Click me to open details</summary>
<p>Some details that are hidden by default, because <details> has no open attribute</p>
</details>
Then tried to find "attribute" using STRG+F.
Actual results:
Find did not find the word "attribute" within the page.
Then I opened the details block manually by clicking on "Click me to open details" and re-searched for "attribute".
Then FF found "attribute".
Expected results:
If the search term is contained in un-opened (details are closed by default) details blocks, those blocks should be opened (even if nested) so the search term is being found/highlighted.
Should also be the expected behaviour on mobile Firefox.
| Reporter | ||
Updated•9 years ago
|
OS: Unspecified → Windows 7
Hardware: Unspecified → x86_64
Updated•9 years ago
|
Component: Untriaged → Find Toolbar
Product: Firefox → Toolkit
Updated•3 years ago
|
Severity: normal → S3
Updated•3 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Duplicate of bug: 1724299
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•