Closed
Bug 55921
Opened 25 years ago
Closed 25 years ago
Clicking to the right of a link doesn't clear selection
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
VERIFIED
FIXED
mozilla0.8
People
(Reporter: jruderman, Assigned: anthonyd)
References
()
Details
(Whiteboard: FIX IN HAND)
Attachments
(3 files)
|
798 bytes,
text/html
|
Details | |
|
14.67 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.07 KB,
patch
|
Details | Diff | Splinter Review |
Clicking to the right of a link at the end of a line doesn't clear the
selection, and double-clicking in the same place doesn't select the nearest
word. 2000100708 Win98.
| Reporter | ||
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
This one seems like its most likely a logic error where selection isn't doing
anything if the nearest element is a link. Or I could be wrong. Could you take
a look Tony?
Assignee: joki → anthonyd
Joki,
still investigating this, but in editor this works as its supposed to. single
clicking to the right of the link will 'snap' the caret to the right of the
link, double clicking will bring up the ;inks properties dialog (im not sure if
the later part is correct). in the browser, clicking does nothing.
anthonyd
got a fix, will attach diff, need reviews/approvals. adding pink since the fix
is in his code.
anthonyd
Status: NEW → ASSIGNED
Comment 6•25 years ago
|
||
uhhh, i didn't write any of this...
cc'ing saari, as this is actually joki's code and i need a code review for this.
anthonyd
| Reporter | ||
Comment 8•25 years ago
|
||
I wonder if this is also why I can't select quips on bugzilla's query result
pages.
Comment 9•25 years ago
|
||
Reassigning QA Contact for all open and unverified bugs previously under Lorca's
care to Gerardo as per phone conversation this morning.
QA Contact: lorca → gerardok
Comment 10•25 years ago
|
||
Um, looks okay to me, but I don't know the code well enough to give you an r=.
Have to ping Tom for that.
| Assignee | ||
Comment 11•25 years ago
|
||
Comment 12•25 years ago
|
||
moving to moz0.8 and asked Tom if he could review the patch
Target Milestone: --- → mozilla0.8
Comment 13•25 years ago
|
||
Looks good to me. r:joki
| Assignee | ||
Comment 14•25 years ago
|
||
is that an sr= from joki, or an r=? whichever, i still need the other,
requesting r= from sfraser.
anthonyd
Comment 15•25 years ago
|
||
Looks sensible. r/sr=sfraser
| Assignee | ||
Comment 16•25 years ago
|
||
fix was checked in, forgot to close bug :-P
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 19•24 years ago
|
||
verified on build 2001-08-06-trunk
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•