Open main menu

CDOT Wiki β

Changes

Thunderbird Multi-touch Gesture Support for OS X

4,668 bytes added, 16:19, 7 October 2011
Project Contributor(s)
Name(s) of people casually working on the project, or who have contributed significant help. Include links to personal pages within wiki
* From Seneca College'''Looking for Help in:'''** <p><u>Thunderbird Add-On:</u> As I go into this project, I am wondering if there is someone that is interested in developing add-ons for Firefox and Thunderbird, the latter being more pertinent here. As this bug gets solved, there is community interest in getting the behaviour of the actions extensible so that they can be modified after the fact. </p> <p><u>Testing w/Glass Trackpads:</u> Just as a precaution, testing the event tracking and behaviours off of the newest trackpads from Apple. These also have some additional multi-touch capabilities such as 4 finger swipes, but those haven't been requested from Thunderbird community at this time. The extra functionality may want to be documented and accommodated for, even if its being left along, it may be best to note in the code that it is being watched but ignored.</p> <p><u>Performance Testing:</u> I'm not sure at this stage, but its possible that performance testing may be required, especially if this code is in the flow of add-ons and could possibly impact performance levels across the board. I'm not sure at this stage.</p> <p>Please contact me if you are interested at all in this by noting your name below on this page. I'll try and follow up quickly.</p> 
* From Mozilla and Others
** [http://clarkbw.net Bryan Clark (:clarkbw)], my main Mozilla contact
** ...
Here are a listing of some other bugs that seem to relate to this one. They've been found through bug dependency links related to the bug for this project, and currently, I'm on the cc list for these bugs to better track there activities:
* [https://bugzilla.mozilla.org/show_bug.cgi?id=412486 Bug 412486 - widget/event-detection support for multi-touch trackpad gestures] - is a core bug
* [https://bugzilla.mozilla.org/show_bug.cgi?id=463168 Bug 463168 - Gestures don't work on a newly opened tab before page loads] - is also a core bug
* [https://bugzilla.mozilla.org/show_bug.cgi?id=461500 Bug 461500 - 3 finger swipe up/down doesn't scroll unless the area under the mouse is focused] - is a Firefox bug... bug may help(this one actually was a saviour for identifying the different panes in thunderbird so that scrolling would work on the pane under the mouse - beautiful!)
== Project News ==
* My discussions have begun with Bryan W Clark (:clarkbw) who has suggested first steps which include getting 3-finger scroll functioning with the behavior to include scrolling up goes to the top of a message or thread/message list, and scrolling down goes to the bottom of that message or list. From there, other implementations can be developed.
 
* [https://bugzilla.mozilla.org/show_bug.cgi?id=465257#c14 RELEASE 0.1] - I'm very excited to have posted my first publicly reviewable patch.
** It implements 4 swipe gesture events
*** 3-finger swipe up: scrolls immediately to the top of the email message
*** 3-finger swipe down: scrolls immediately to the bottom of the email message
*** 3-finger swipe left: move to the previous message in the message thread
*** 3-finger swipe right: moves to the next message in the message thread
** these actions were developed first as they were the ones defined in the bug as the starting point.
** there was some butchering of the gGestureSupport object, particularly the _doAction property.
** this release has also been announced on [http://andrewgrimo.wordpress.com/2009/10/22/thunderbird-multi-touch-0-1-release-on-the-path-of-a-bug/ my blog at this link].
 
* [https://bugzilla.mozilla.org/show_bug.cgi?id=465257#c22 RELEASE 0.2] - Within minutes of posting, people replied
** It modifies the 2 swipe directions (Up/Down) from Release 0.2
*** Scrolling based swipes now act as a mouse scroll event and grabs the specific window pane for the scroll event.
*** One potential issue, with more recent changesets, the mouse scroll behaviour on the browser based window (message pane) will scroll in increments based on the height of the window as a maximum value, and not by the number of lines that are submitted to the function.
** There is a process now for identifying one pane from the other using a [http://pastebin.mozilla.org/684959 conditional statement] that determine one window pane from the other. I will continue to look into managed functions that already may do this task.
** A [http://tinyurl.com/ykyphvd Shredder preview build] has been offered on the bug (and here) for running the app with these behaviours.
** I have requested further direction from the community, but until I have a response, I will try a work around to force the scroll by window height issue noted above... back to a full page Top/Bottom implementation instead.
** Here is the [http://andrewgrimo.wordpress.com/2009/11/20/thunderbird-multi-touch-0-2-release/ blog posting announcement link].
 
* Currently working on getting in some lateral learning from our labs and other such tidbits related to the next release. I'm refocused on things and even have some help from a class mate who is cross training themselves on extension development for Thunderbird as a support for this release.
 
* [http://andrewgrimo.wordpress.com/2009/12/16/0-3-release-multi-touch-with-an-extension-onoff-switch/ RELEASE 0.3] - The wrath of open source is coming to a close. At the following blog post I'm concluded my efforts for the semester. The 0.3 is posted, the functionality in my bugzilla patch is in place using preferences and firing off events from a common point. I've even setup the almighty extension to test overriding the behaviour. It has a bit of a bug in its loading process though which is noted on the blog. I'll keep working on this one on my own from here forward... so you may still see me poking around the IRC channels once in a while.
1
edit