mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb: Hide unrelated popovers when showing popovers
Also hides decendant popovers when hiding. Also hides unrelated popovers when showing dialogs.
This commit is contained in:
parent
bc0729f5d2
commit
91e4fb248b
Notes:
github-actions[bot]
2025-02-16 19:41:05 +00:00
Author: https://github.com/Gingeh
Commit: 91e4fb248b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3537
Reviewed-by: https://github.com/tcl3 ✅
15 changed files with 607 additions and 56 deletions
|
@ -574,6 +574,8 @@ void Document::visit_edges(Cell::Visitor& visitor)
|
|||
|
||||
visitor.visit(m_top_layer_elements);
|
||||
visitor.visit(m_top_layer_pending_removals);
|
||||
visitor.visit(m_showing_auto_popover_list);
|
||||
visitor.visit(m_showing_hint_popover_list);
|
||||
visitor.visit(m_console_client);
|
||||
visitor.visit(m_editing_host_manager);
|
||||
visitor.visit(m_local_storage_holder);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue