Closed
Bug 3171
Opened 26 years ago
Closed 26 years ago
Problem with routing of events to views
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: kmcclusk, Assigned: kmcclusk)
Details
(Whiteboard: 7/9 awaiting developer response to my email question regarding this bug)
When popping up a view containing a scrolling view the events go to the
scrolling view not the containing view.
(Note: This may already be fixed)
Updated•26 years ago
|
Assignee: joki → rods
Comment 1•26 years ago
|
||
I'm not sure if it works or not. The mechanism is in place but Rod is the one
that needed it and is currently the only client of it. Reassigning to Rod. If
it in fact is broken, specify how and reassign to me.
Updated•26 years ago
|
Assignee: rods → kmcclusk
Comment 2•26 years ago
|
||
Kevin is now doing this work. I think it is fixed.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
This was fixed by the addition of a method on view's which let the containing
view capture it's child's view events.
QA. : GFX-rendered listboxes currently use this event re-routing to select items
in the list box.
Updated•26 years ago
|
Whiteboard: 6/21 awaiting developer response to my email question regarding this bug
Updated•26 years ago
|
Whiteboard: 6/21 awaiting developer response to my email question regarding this bug → 7/9 awaiting developer response to my email question regarding this bug
Updated•25 years ago
|
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
•