Export to GitHub

tenfourfox - issue #187

Don't open context menus if we can't select them


Posted on Oct 14, 2012 by Massive Rhino

The widget code still opens context menus on right-click when in the background, but correctly ignores left click, leaving a menu you can't interact with. Mostly a nuisance, but annoying with the QTE.

Comment #1

Posted on Nov 1, 2012 by Massive Rhino

I'm beginning to think we can't trap this without undoing issue 88. Neither inactiveWindowAcceptsEvent nor WindowAcceptsEvent in nsChildView.mm get this click before the context menu is opened.

Comment #2

Posted on May 18, 2013 by Massive Rhino

We have to remove the short-circuit we have in nsToolkit::RegisterForAllProcessMouseEvents() but this might cause other problems. I think this is better off left until after the 24 switch over.

Status: Accepted

Labels:
Type-Defect Priority-Medium