mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-24 02:09:28 +00:00
LibWeb: Do not allow focusing "Actually Disabled" elements
This commit is contained in:
@@ -478,4 +478,9 @@ void HTMLTextAreaElement::queue_firing_input_event()
|
||||
});
|
||||
}
|
||||
|
||||
bool HTMLTextAreaElement::is_focusable() const
|
||||
{
|
||||
return enabled();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user