You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'll probably need something like 549f5fe for Userland/Applications/Browser too. Tab.{h,cpp} currently has RefPtr<GUI::Menu> m_select_dropdown and that has to move to the view impl.
However, as far as I can tell, that's currently LibWebView/OutOfProcessWebView, and that probably shouldn't have access to LibGUI (?).
The text was updated successfully, but these errors were encountered:
nico
changed the title
Popup menu in stylesheet inspector doesn't work
Browser: Popup menu in stylesheet inspector doesn't work
Nov 17, 2024
We'll probably need something like 549f5fe for Userland/Applications/Browser too. Tab.{h,cpp} currently has
RefPtr<GUI::Menu> m_select_dropdown
and that has to move to the view impl.However, as far as I can tell, that's currently LibWebView/OutOfProcessWebView, and that probably shouldn't have access to LibGUI (?).
The text was updated successfully, but these errors were encountered: