RESOLVED FIXED 221938
[iOS] the tracks button should be emphasized while the media controls context menu is showing
https://bugs.webkit.org/show_bug.cgi?id=221938
Summary [iOS] the tracks button should be emphasized while the media controls context...
Devin Rousso
Reported 2021-02-15 17:01:45 PST
this would make it clearer what originated the contextmenu
Attachments
Patch (12.10 KB, patch)
2021-02-15 17:08 PST, Devin Rousso
no flags
Patch (12.37 KB, patch)
2021-02-17 09:46 PST, Devin Rousso
no flags
Devin Rousso
Comment 1 2021-02-15 17:08:09 PST
Eric Carlson
Comment 2 2021-02-16 10:04:22 PST
Comment on attachment 420397 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=420397&action=review > Source/WebCore/Modules/mediacontrols/MediaControlsHost.cpp:340 > + if (m_showMediaControlsContextMenuCallback) > + return false; If this condition is an error, it could be useful to have an ASSERT.
Devin Rousso
Comment 3 2021-02-17 09:45:12 PST
Comment on attachment 420397 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=420397&action=review >> Source/WebCore/Modules/mediacontrols/MediaControlsHost.cpp:340 >> + return false; > > If this condition is an error, it could be useful to have an ASSERT. This isn't an error condition. There's nothing to stop the user from tapping on the overflow button when the tracks contextmenu is already shown. This is a guard for that behavior.
Devin Rousso
Comment 4 2021-02-17 09:46:00 PST
EWS
Comment 5 2021-02-17 13:36:21 PST
Committed r273024: <https://commits.webkit.org/r273024> All reviewed patches have been landed. Closing bug and clearing flags on attachment 420658 [details].
Radar WebKit Bug Importer
Comment 6 2021-02-17 13:37:16 PST
Note You need to log in before you can comment on or make changes to this bug.