Closed
Bug 4518
Opened 26 years ago
Closed 25 years ago
Need to be able to get event destined for content in sub-frames
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
VERIFIED
FIXED
M13
People
(Reporter: saari, Assigned: joki)
Details
In order to get keybinding limping, we need an API for getting the content node
that currently has focus.
Reporter | ||
Updated•26 years ago
|
Target Milestone: M4
Reporter | ||
Comment 1•26 years ago
|
||
Setting the target milestone to M4 since we really need this for M4. Sorry Tom!
Comment 2•26 years ago
|
||
i.e., we need for events to bubble/be capturable from child frames to parents.
Reporter | ||
Comment 3•26 years ago
|
||
Well, we need that too, but first we need to be able to get the focused frame in
the first place.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Summary: Need API for getting the current focused content node → Need to be able to get event destined for content in sub-frames
Assignee | ||
Comment 4•26 years ago
|
||
Changing description as per discussion today. I think adding a direct 'what's
focused' api will not solve this. What we really need is a way to get events
from subframes. This can be accomplished either by adding bubbling through
frames (keeping in mind this goes beyond the current DOM spec and if later
standardized behavior contradicts this we got trouble) or we can find another
way to get these events internally.
Having looked at the code I'm a little uncomfortable putting in this new event
link right before M4. If we really need it I will but given the choice I'd
like to play with it for a while. But I'll put it up for a vote here as to
whether to move this to M5.
Reporter | ||
Comment 5•26 years ago
|
||
If you're uncomfortable with it, I say M5. I'd rather keep things stable.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M4 → M5
Assignee | ||
Comment 6•26 years ago
|
||
Dropping this to M5 to give us a little while to pound on it and checks its
stability.
Updated•25 years ago
|
Target Milestone: M5 → M6
Comment 7•25 years ago
|
||
Moving off M5 radar since Tom is out of town.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M6 → M7
Assignee | ||
Comment 8•25 years ago
|
||
Well the critical part of this, receiving events from the content area is okay.
And additional part of this bug still exists with nested framesets but its less
critical. Moving to M7.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M7 → M13
Assignee | ||
Comment 9•25 years ago
|
||
With the event capturing system and some hookups provided by hyatt you can now
get events from subframes *IF* you are the chrome. Still discussing what the
content area should do for backwards compatibility but I think the immediate
problems are solved. Pushing way down on milestone list to look at later.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 10•25 years ago
|
||
I'm going to mark this fixed unless someone has a strong need for more than we
have now.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 11•25 years ago
|
||
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
•