Closed Bug 1028803 Opened 10 years ago Closed 7 years ago

Fix MouseEvent button state

Categories

(Firefox OS Graveyard :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: joeking11829, Unassigned)

References

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36 Steps to reproduce: In Gaia, Add addEventListener() for "click"、"mousedown"、"mouseup". Do a mouse click use middle button and right button Actual results: no matter which button click, event.button === 0 event.buttons === 0 Expected results: 1. click middle button event.button === 1 event.button === 4 2. click right button event.button === 2 event.buttons === 2
Depends on: 937464
Fix MouseEvent button state this patch is base on Gecko commit: af6ad08f8657d4 (Jun 19 2014)
Blocks: 1028807
Blocks: 1000664
Firefox OS is not being worked on
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: