LibWeb: Don't crash on clicking a label with an associated text input

Previously, we assumed that all label control paintables were of type
`LabelablePaintable`. This caused a crash when clicking on a label with
a text input control.
This commit is contained in:
Tim Ledbetter 2024-05-27 22:10:08 +01:00 committed by Andreas Kling
commit 7d192ed8c1
Notes: sideshowbarker 2024-07-16 23:08:48 +09:00
3 changed files with 22 additions and 3 deletions

View file

@ -0,0 +1 @@
Label Text input focused