Closed
Bug 28401
Opened 25 years ago
Closed 24 years ago
Double mouse click events: rewrite nsEnderEventListener
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P1)
Core
DOM: UI Events & Focus Handling
Tracking
()
VERIFIED
FIXED
M17
People
(Reporter: akkzilla, Assigned: akkzilla)
References
Details
(Whiteboard: [nsbeta2-] Composer required fix)
Split off from bug 23336. The Ender event listener is causing double mouse
click events (because they're handled the second time before we're finished
handling them the first time); not clear what's happening on key events.
Assignee | ||
Comment 2•25 years ago
|
||
There isn't going to be time to do this in M15. Maybe M16?
Assignee | ||
Updated•25 years ago
|
Target Milestone: M15 → M16
Assignee | ||
Comment 3•25 years ago
|
||
I'm hoping that the work mjudge and hyatt are planning to do for 34896 will make
this unnecessary, though I'll probably check in a bit of cleanup that I did
before finding out about that bug. Marking a dependency; will re-evaluate when
34896 is fixed.
Depends on: 34896
Comment 4•25 years ago
|
||
updating keyword and status whiteboard to reflect that this is a beta 2 feature
work bug that the Composer team deems a must fix for beta 2.
Keywords: beta2
Whiteboard: Composer required fix
Updated•25 years ago
|
Severity: normal → major
Priority: P3 → P1
Assignee | ||
Comment 5•25 years ago
|
||
Turns out that Mike's upcoming changes eliminate most or all of this class.
Yay! That means that we'll have to re-evaluate the state of text widget events
after his fix (which won't be in until late M16). Therefore, this bug moves off
to M17.
Keywords: beta2
Target Milestone: M16 → M17
Comment 6•25 years ago
|
||
PDT would like more info about why this is a beta2 stopper
Whiteboard: Composer required fix → [NEED INFO] Composer required fix
Assignee | ||
Comment 7•25 years ago
|
||
This bug shouldn't be a beta stopper, IMO. It's tied in with several other bugs
on my list, some of which are crashers or blockers for nsbeta2 features, but
this one is really just a placeholder for some work which may turn out to be
unnecessary after 34896.
Putting on [nsbeta2-] radar. Not critical to beta2.
Whiteboard: [NEED INFO] Composer required fix → [nsbeta2-] Composer required fix
Assignee | ||
Comment 9•24 years ago
|
||
This was rewritten as part of ender lite, which has just been turned on.
Marking fixed. QA: code level bug, nothing user visible.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 10•24 years ago
|
||
Code level bug - marking verified per Developer comments. (Thanks Akkana!)
Status: RESOLVED → VERIFIED
Updated•6 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
•