Closed
Bug 68714
Opened 24 years ago
Closed 24 years ago
can't click on named anchor
Categories
(Core :: DOM: Selection, defect, P3)
Core
DOM: Selection
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: sujay, Assigned: mjudge)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
1.56 KB,
patch
|
Details | Diff | Splinter Review | |
503 bytes,
patch
|
Details | Diff | Splinter Review | |
6.82 KB,
patch
|
Details | Diff | Splinter Review | |
1.09 KB,
patch
|
Details | Diff | Splinter Review |
using 2/13 build of netscape
1) launch netscape
2) launch composer
3) insert anchor
4) click on the anchor to select it.
notice clicking on it doesn't select it. was this a design change?
Other objects allow you to click and select.
all platforms.
Comment 1•24 years ago
|
||
it actually does get selected (try mousing over and double-click), however, the
blue selection border does not get displayed on initial selection, instead the
caret seems to be placed after the anchor.
Assignee: beppe → anthonyd
Component: Editor → Selection
Priority: -- → P2
Comment 2•24 years ago
|
||
Yes, it is selected. Note that if you click on it, then press delete, the named
anchor is deleted. Then if you undo, the anchor reapears *with the blue border*!
Mike and I added the code to do this and he knows that code better than me.
Comment 3•24 years ago
|
||
reassigning to mike then
Assignee: anthonyd → mjudge
Priority: P2 → P3
Target Milestone: --- → mozilla0.9
here is the fix along with a spellcheck
Status: NEW → ASSIGNED
Whiteboard: FIXINHAND
Comment 8•24 years ago
|
||
sr=sfraser
we really should combine the various 'a' styles, tho. Charley?
Comment 10•24 years ago
|
||
Comment 11•24 years ago
|
||
Charley: your diff contains a bunch of other stuff.
Comment 12•24 years ago
|
||
Comment 13•24 years ago
|
||
Comment 14•24 years ago
|
||
r=sfraser
Comment 15•24 years ago
|
||
checked in for mike.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Whiteboard: FIXINHAND
You need to log in
before you can comment on or make changes to this bug.
Description
•