Open
Bug 301395
Opened 19 years ago
Updated 2 years ago
<a name> becomes focussed if you search to it with /foo
Categories
(Toolkit :: Find Toolbar, defect, P2)
Toolkit
Find Toolbar
Tracking
()
NEW
People
(Reporter: ian, Unassigned)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
|
6.54 KB,
patch
|
asaf
:
review-
|
Details | Diff | Splinter Review |
STEPS TO REPRODUCE 1. data:text/html,%3C!DOCTYPE%20HTML%3E%3Cp%3E%3Ca%3Etest%3C%2Fa%3E%3C%2Fp%3E 2. Search for "test" using "/test". ACTUAL RESULTS The word "test" has a focus outline around it! EXPECTED RESULTS The word "test" should not get an outline, just like it doesn't if you use Ctrl+F to search for it, or if you put the caret there (f7) or if you try tabbing to it or anything.
Comment 1•19 years ago
|
||
taking.
Assignee: nobody → masayuki
Keywords: regression
OS: Linux → All
Hardware: PC → All
Target Milestone: --- → Firefox1.6-
Updated•19 years ago
|
Status: NEW → ASSIGNED
Comment 3•19 years ago
|
||
This patch changes that the found link content is not actual link(e.g., <a name>), the founld link element is not saved in its member. So, for out of the class(i.e., for findBar.js), the link is not found by previous search.
Updated•19 years ago
|
Whiteboard: [needs review mconnor]
| Assignee | ||
Updated•16 years ago
|
Product: Firefox → Toolkit
Comment 4•16 years ago
|
||
Comment on attachment 201962 [details] [diff] [review] Patch rv1.0 Mano knows this code way better, not sure if this still applies, but I'm not going to have cycles for it anytime soon.
Attachment #201962 -
Flags: review?(mconnor) → review?(mano)
Comment 5•15 years ago
|
||
I'm resetting bugs which are assigned to me but I'm not working on them and I don't have plan for fixing them in near future.
Assignee: masayuki → nobody
Comment 6•15 years ago
|
||
Comment on attachment 201962 [details] [diff] [review] Patch rv1.0 Unfortunately this doesn't apply any longer.
Attachment #201962 -
Flags: review?(mano) → review-
Comment 7•15 years ago
|
||
This is a mass change. Every comment has "assigned-to-new" in it. I didn't look through the bugs, so I'm sorry if I change a bug which shouldn't be changed. But I guess these bugs are just bugs that were once assigned and people forgot to change the Status back when unassigning.
Status: ASSIGNED → NEW
Comment 8•9 years ago
|
||
Per comments 5 & 6, would you say this is a wont fix?
Flags: needinfo?(masayuki)
Comment 9•9 years ago
|
||
(In reply to Justin [:JW_SoftvisionQA] from comment #8) > Per comments 5 & 6, would you say this is a wont fix? No, just *I* stepped down from the assignee of this bug.
Flags: needinfo?(masayuki)
Comment 10•9 years ago
|
||
This is intended behavior for Quickfind... search for links is enabled by default when activating with '/'.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Comment 11•9 years ago
|
||
(In reply to Mike de Boer [:mikedeboer] from comment #10) > This is intended behavior for Quickfind... search for links is enabled by > default when activating with '/'. No, <a name> doesn't create a link. A link is created only when <a> element has href and it has valid URL. Didn't you misjudge?
Flags: needinfo?(mdeboer)
Comment 12•9 years ago
|
||
Hmm, I think you're right.
Status: RESOLVED → REOPENED
Flags: needinfo?(mdeboer)
Resolution: WONTFIX → ---
Updated•9 years ago
|
Status: REOPENED → NEW
Updated•9 years ago
|
Priority: -- → P2
Target Milestone: mozilla1.8.1 → ---
Updated•9 years ago
|
Whiteboard: [needs review mconnor]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•