[Bug 27558] New: Specify MouseEvent.which

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27558

            Bug ID: 27558
           Summary: Specify MouseEvent.which
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM3 Events
          Assignee: travil@microsoft.com
          Reporter: philipj@opera.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

Every browser I tested supports this.

In Gecko it's simply button + 1.

In Blink/WebKit it's button + 1 except when button is 65535, in which case it's
explicitly wrapped around to 0. This is odd and probably doesn't matter.

I suggest spec'ing the Gecko behavior.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Wednesday, 10 December 2014 22:40:06 UTC