aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmltextareaelement.rs
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2020-06-12 18:19:49 -0400
committerJosh Matthews <josh@joshmatthews.net>2020-06-15 11:22:28 -0400
commitd55424e88f732c663d1ec988a3fbe98d6c9a89e5 (patch)
treedf7a560a43747431fd49ef897b682d987fe4082c /components/script/dom/htmltextareaelement.rs
parent757371f4f08aca089659fa6774e74bb90b511363 (diff)
downloadservo-d55424e88f732c663d1ec988a3fbe98d6c9a89e5.tar.gz
servo-d55424e88f732c663d1ec988a3fbe98d6c9a89e5.zip
Update document focus when element focusability changes.
Diffstat (limited to 'components/script/dom/htmltextareaelement.rs')
-rwxr-xr-xcomponents/script/dom/htmltextareaelement.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/htmltextareaelement.rs b/components/script/dom/htmltextareaelement.rs
index cbdbcec2f0f..c6d9331532f 100755
--- a/components/script/dom/htmltextareaelement.rs
+++ b/components/script/dom/htmltextareaelement.rs
@@ -478,6 +478,7 @@ impl VirtualMethods for HTMLTextAreaElement {
}
},
}
+ el.update_sequentially_focusable_status();
},
local_name!("maxlength") => match *attr.value() {
AttrValue::Int(_, value) => {