Closed
Bug 40070
Opened 25 years ago
Closed 23 years ago
text inputs and buttons don't get onmouseup for click-drag out
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: jruderman, Assigned: joki)
References
()
Details
(Keywords: dom0, testcase)
Attachments
(1 file)
262 bytes,
text/html
|
Details |
1. load attachment to bug 39985
2. deselect "lightgraydiv" on the right to reduce noise
3. for various form elements, mousedown on the element and mouseup elsewhere
expected result:
- all elements get onmousedown and onmouseup (but not onclick).
actual result:
- text inputs (textbox, password box, and textarea) fail to get onmouseup
- dropdown listbox gets onclick (bug 40003).
I haven't checked the specs on this, but it doesn't seem to make sense that
some elements would get onmousedown but not onmouseup when you click-drag out.
Comment 1•25 years ago
|
||
I am not sure if mjudge's recent mouse capture changes are affecting this of
whether it is a generic event targeting issue.
reassigning
Comment 2•25 years ago
|
||
Assignee | ||
Comment 3•25 years ago
|
||
This bug has been marked "future" because the original netscape engineer working
on this is over-burdened. If you feel this is an error, that you or another
known resource will be working on this bug,or if it blocks your work in some way
-- please attach your concern to the bug for reconsideration.
Target Milestone: --- → Future
Comment 4•25 years ago
|
||
Tom, I can take this if you give me a brain dump on what needs to be done.
Comment 5•25 years ago
|
||
hmm, I don't see how this is regression...IE5 does the same as mozilla, and
NS4.7 gives an error...
Keywords: testcase
Reporter | ||
Comment 6•24 years ago
|
||
Hmm, now the textbox is getting onmousedown, onmouseup, and onclick. I don't
think a drag-out is supposed to count as a click...
Severity: major → normal
Keywords: regression
Comment 7•24 years ago
|
||
I'm now seeing just onmouseup and onmousedown for a drag-out from the textbox.
Jesse, can you check again?
Reporter | ||
Comment 8•24 years ago
|
||
On build 11/09, I'm still seeing onmousedown, onmouseup, and onclick.
Reporter | ||
Comment 9•23 years ago
|
||
The extra onclicks are bug 156090. This bug WFM.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•