- From: <bugzilla@jessica.w3.org>
- Date: Sat, 22 Feb 2014 00:06:17 +0000
- To: public-pointer-events@w3.org
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 on the CC list for the bug.
Received on Saturday, 22 February 2014 00:06:19 UTC