mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update document focus when element focusability changes.
This commit is contained in:
parent
757371f4f0
commit
d55424e88f
8 changed files with 89 additions and 72 deletions
|
@ -478,6 +478,7 @@ impl VirtualMethods for HTMLTextAreaElement {
|
|||
}
|
||||
},
|
||||
}
|
||||
el.update_sequentially_focusable_status();
|
||||
},
|
||||
local_name!("maxlength") => match *attr.value() {
|
||||
AttrValue::Int(_, value) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue