The ASSERT checks if we have mouse events but we have tests that open the context menu with the keyboard so there is no mouse event.
Created attachment 389655 [details] Patch
Comment on attachment 389655 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=389655&action=review > Source/WebKit/UIProcess/WebPageProxy.cpp:-6329 > - ASSERT(isProcessingMouseEvents()); If this is GTK specific, add a #if !PLATFORM(GTK)
(In reply to Carlos Garcia Campos from comment #2) > Comment on attachment 389655 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=389655&action=review > > > Source/WebKit/UIProcess/WebPageProxy.cpp:-6329 > > - ASSERT(isProcessingMouseEvents()); > > If this is GTK specific, add a #if !PLATFORM(GTK) I had doubts if it is common to have that keyboard option to open the context menu in other platforms. I was waiting for Brian to check if it is the case for Apple.
Brian?
Adding some reviewers to check the patch. Thanks in advance!