Platform/Features/MouseCapture/Test Plan
From MozillaWiki
< Platform | Features | MouseCapture
Contents
Mouse capture test plan
Feature | Status | Dev Lead | QA Lead | Status |
Mouse capture test plan | Implemented | Virgil Dicu (irc :VirgilDicu) | Signed-off |
Summary
- This allows an application to capture the mouse and receive input directly instead of the mouse moving the cursor. See MDN for usage details: https://developer.mozilla.org/en/API/Pointer_Lock_API.
References
Use Cases
- Start a game that has mouse lock enabled. e.g. http://media.tojicode.com/q3bsp/
- Enter full screen using the full screen button in the lower right part of the video.
- Mouse should control movement without moving the cursor around.
Important Bugs
- Implementation bugs
- 633602 - Resolved Fixed-Implement Pointer Lock (Mouse Lock) API
Sign off Criteria
- No Major issues: crashes/hangs while using mouse lock.
- Feature works as expected: mouse controls view without cursor in full screen mode.
Sign-off
- 1.06 - Pre-beta sign-off
- Windows 7 - PASS
- Ubuntu 12.04 - PASS
- Mac OS 10.6 - PASS
- 13.07 - Beta sign-off
- Windows 7 -PASS
- Ubuntu 12.04 - PASS
- Mac OS 10.6 - PASS