Closed
Bug 168084
Opened 23 years ago
Closed 23 years ago
type ahead find in links mode matches text inside <a name=foo>
Categories
(SeaMonkey :: Find In Page, defect, P1)
SeaMonkey
Find In Page
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.2beta
People
(Reporter: jmd, Assigned: aaronlev)
References
Details
Attachments
(1 file, 3 obsolete files)
|
659 bytes,
patch
|
caillon
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
type ahead find in links mode matches text inside <a name=foo>
To reproduce, search for "conf" here in links mode.
http://www.mozilla.org/releases/mozilla1.2a/
It goes to non href header text.
2002091108 Linux.
| Assignee | ||
Updated•23 years ago
|
| Assignee | ||
Updated•23 years ago
|
OS: Linux → All
Hardware: PC → All
| Assignee | ||
Comment 1•23 years ago
|
||
Seeking r=
Comment 2•23 years ago
|
||
Comment on attachment 98817 [details] [diff] [review]
Checks nsILink::GetHrefCString
Um.. GetHrefCString is expensive. How about using nsIContent::HasAttr instead?
Attachment #98817 -
Flags: needs-work+
| Assignee | ||
Comment 3•23 years ago
|
||
Bz, I'm looking for something that will work in XML.
Will nsILink be supported on those? And if so, I would think GetHrefCstring
would be more likely to work that checking an attribute.
Comment 4•23 years ago
|
||
Oh, you want it to work with XLinks? Those don't support nsILink. Further,
<link> elements and <area> elements both implement nsILink (not sure whether you
care about that or not in this case).
| Assignee | ||
Comment 5•23 years ago
|
||
I will open up a separate bug on Xlink support.
I won't care about <area> until we can search text equivalents.
Status: ASSIGNED → NEW
Component: Browser-General → Keyboard Navigation
QA Contact: asa → sairuh
| Assignee | ||
Comment 7•23 years ago
|
||
Seeking r=/sr= for real this time
Attachment #98851 -
Attachment is obsolete: true
| Assignee | ||
Comment 8•23 years ago
|
||
Attachment #98853 -
Attachment is obsolete: true
Comment 9•23 years ago
|
||
Comment on attachment 98854 [details] [diff] [review]
I've never had so many patches for such a simple bug :)
r/sr=bzbarsky
Attachment #98854 -
Flags: superreview+
Comment 10•23 years ago
|
||
Comment on attachment 98854 [details] [diff] [review]
I've never had so many patches for such a simple bug :)
r=caillon
Attachment #98854 -
Flags: review+
| Assignee | ||
Comment 11•23 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 12•23 years ago
|
||
vrfy'd with this test case (2002.09.24.08 moz trunk):
1. load http://mozilla.org/quality/browser/front-end/testcases/keyboard-nav/
2. typeahead find for the named anchor "refs"
results: not found, as expected.
Status: RESOLVED → VERIFIED
Updated•18 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•