Closed Bug 11665 Opened 25 years ago Closed 25 years ago

Right-clicks interpreted as left-clicks

Categories

(Core :: DOM: UI Events & Focus Handling, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED INVALID

People

(Reporter: cpratt, Assigned: hyatt)

Details

Build ID: 1999081008
Platform: Windows NT (investigating Linux, Mac OS)

To reproduce:
- Launch apprunner
- Right-click on the Mozilla.org button (for example)

Result: Mozilla.org is loaded.

Expected result: Nothing should happen (there are no contextual menus for
toolbar buttons).
Assignee: joki → hyatt
left and right clicks are only differentiated via the 'button' property on the
event object.  We'll need to start checking this before activating UI.  Sending
to hyatt at its either his or he's knows who to give it to.
Status: NEW → ASSIGNED
Target Milestone: M15
Actually, there will be contextual menus for toolbar buttons.

This shouldn't be much of an issue for the content area, since the content area
will have a right-click capturer that will consume the click.  As for clicks in
the chrome, well, there will probably have to be some checks added on the part
of UI designers.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
resolving as invalid per hyatt
Status: RESOLVED → VERIFIED
OK.
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.