Firefox/Projects/Multitouch: Difference between revisions
Jump to navigation
Jump to search
| Line 30: | Line 30: | ||
* Thinking on how to deal with Windows 7 limitation that we cannot get gestures and raw data at the same time | * Thinking on how to deal with Windows 7 limitation that we cannot get gestures and raw data at the same time | ||
=== Plan === | |||
* Get our implementation close to a possible spec | |||
* Work on switching modes on Win7 when a webpage request any event from the API | |||
* Deliver the raw input API first | |||
* Get around windows gesture limitation or implement our own gesture recgonition to complete the API | |||
Old wiki page: [[Firefox/Projects/Multitouch Polish]] | Old wiki page: [[Firefox/Projects/Multitouch Polish]] | ||
Revision as of 19:59, 1 March 2010
Overview
This project aims to improve Firefox support for touchscreen devices. These improvements include making the browser experience better for users of touch screens (on desktop and mobile) and making it possible for webpages to make use of this new form of user input.
Main bugs:
- bug 548100 Tracking bug to everything related to touch
- bug 508906 Bug to implement a multitouch API via DOM Events
UX front
Some bugs:
- bug 547997 – Perform hit target detection/correction on tap clicks
- bug 547996 – Be able to tell when a click was generated by touch
- bug 548005 – Browser zoom should stay centered when coordinates are available
- bug 548012 – Browser zoom should be cancelable to be handled by webpage
(More on the tracking bug)
Multitouch API front
- bug 508906 [Win7] bug 544614 Fennec
- At the moment, experimental patch for Windows 7 present on Bug 508906.
- Stuck in two issues:
- Waiting for a real (draft) spec to be published
- Thinking on how to deal with Windows 7 limitation that we cannot get gestures and raw data at the same time
Plan
- Get our implementation close to a possible spec
- Work on switching modes on Win7 when a webpage request any event from the API
- Deliver the raw input API first
- Get around windows gesture limitation or implement our own gesture recgonition to complete the API
Old wiki page: Firefox/Projects/Multitouch Polish