[Webkit-unassigned] [Bug 199999] Multiple context menu actions broken for YouTube videos

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 25 07:30:42 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=199999

--- Comment #14 from Carlos Garcia Campos <cgarcia at igalia.com> ---
If the media is not downloadable the url is useless I think, and it can't be opened in a new tab/window either. This is what ff and chromium does. In the case of chromium, it allows to copy the link url, but I'm not sure if that's on purpose or just a bug. Firefox has all the options disabled. In chromium the have this:

    case IDC_CONTENT_CONTEXT_OPENAVNEWTAB:
      // Currently, a media element can be opened in a new tab iff it can                                                                                                                     
      // be saved. So rather than duplicating the MediaCanSave flag, we rely                                                                                                                  
      // on that here.                                                                                                                                                                        
      return !!(params_.media_flags & WebContextMenuData::kMediaCanSave);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190725/89b3bf7e/attachment-0001.html>


More information about the webkit-unassigned mailing list