mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Support focus management and keyboard events for iframes.
This commit is contained in:
parent
f164cc253e
commit
18d465bcd2
6 changed files with 141 additions and 39 deletions
|
@ -74,6 +74,8 @@ pub enum ConstellationControlMsg {
|
|||
MozBrowserEventMsg(PipelineId, SubpageId, MozBrowserEvent),
|
||||
/// Updates the current subpage id of a given iframe
|
||||
UpdateSubpageId(PipelineId, SubpageId, SubpageId),
|
||||
/// Set an iframe to be focused. Used when an element in an iframe gains focus.
|
||||
FocusIFrameMsg(PipelineId, SubpageId),
|
||||
}
|
||||
|
||||
/// The mouse button involved in the event.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue