[Bug 24772] New: releasePointerCapture() should fail if called from a node that doesn't currently capture the pointer

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

            Bug ID: 24772
           Summary: releasePointerCapture() should fail if called from a
                    node that doesn't currently capture the pointer
           Product: PointerEventsWG
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Pointer Events specification
          Assignee: jrossi@microsoft.com
          Reporter: jrossi@microsoft.com
        QA Contact: public-pointer-events-bugzilla@w3.org
                CC: public-pointer-events@w3.org

Example: http://jsfiddle.net/2wV8z/6/

1. A.setPointerCapture(pointerId);
2. B.releasePointerCapture(pointerId); //Should fail silently

Pointed out by romaxa working on Gecko implementation.

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

Received on Saturday, 22 February 2014 00:06:19 UTC