Closed
Bug 270809
Opened 20 years ago
Closed 20 years ago
hightlight when searching breaks the original display layout
Categories
(Toolkit :: Find Toolbar, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 256990
People
(Reporter: soni.net, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.5) Gecko/20041117 Firefox/1.0
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.5) Gecko/20041117 Firefox/1.0
In the page http://www.mozilla.org/products/firefox/, the search of "Forum
Mozilla" changes the display of the page: the items "Support Forum" and
"MozillaZine" are split. It seems to happen any time a search matches words
included in different HTML tags.
Reproducible: Always
Steps to Reproduce:
1. type /
2. search "Forum Mozilla"
3. highlight
Actual Results:
The items "Support Forum" and "MozillaZine" of a list are split into four items
"Support", "Forum", "Mozilla", "Zine"
Expected Results:
The list should not be split. It should just hightlight the searched words.
Comment 1•20 years ago
|
||
That's because the mozilla.org stylesheets style a <span> in a <li>, which is
what the find highlighting inserts.
*** This bug has been marked as a duplicate of 256990 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Summary: hightlight when searching breaks the original display layout → hightlight when searching breaks the original display layout
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•