Open
Bug 532757
Opened 15 years ago
Updated 2 years ago
find-as-you-type behaves unexpectedly in definition lists
Categories
(Core :: Find Backend, defect)
Core
Find Backend
Tracking
()
NEW
People
(Reporter: ori, Unassigned)
Details
Attachments
(1 file)
94 bytes,
text/html
|
Details |
Using Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091109 Ubuntu/9.10 (karmic) Firefox/3.5.5
When searching for items in definition lists find-as-you-type appears to depend on the whitespace between elements in various unexpected forms:
The attached testcase defines "<dt>aaa</dt><dd>bbb</dd>". While they visually appear as two words, searching for "aaabbb" will find a result.
For the defined "<dt>ccc</dt> <dt>ddd</dt>" the following will match:
"ccc ddd"
"ccc ddd"
"ccc ddd"
but not "cccddd" or "ccc ddd"
For the defined "<dt>eee</dt>\n<dt>fff</dt>" (in two different lines) only "eee\nfff" will match.
Component: Find Toolbar → Find Backend
Product: Toolkit → Core
QA Contact: fast.find → find-backend
OS: Linux → All
Hardware: x86_64 → All
Version: 1.9.1 Branch → Trunk
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•