[Bug 16673] Specify how MouseEventExtension coordinates are set using initMouseEvent()

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

Boris Zbarsky <bzbarsky@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu

--- Comment #7 from Boris Zbarsky <bzbarsky@mit.edu> ---
That's because the fix here didn't match the behavior description in comment 0.
 From comment 0 again:

  Prior to calling dispatchEvent() (which indicates a target element for the
  event)"
    offsetX = pageX

  After calling dispatchEvent()  (e.g. during and after the dispatch of the
  event):
    offsetX = the x offset relative to the padding edge of the target element
(as
    reported in the element's coordinate space)

The behavior in the spec doesn't do "during and after the dispatch".  It just
does "during the dispatch", and goes back to "pageX" after the dispatch.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 16 September 2015 14:59:02 UTC