Firefox/Features/Tab move detach animations: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 18: Line 18:
When dragging tabs on the tab bar, we should show the tab and animate when you rearrange them, instead of showing a placeholder indicator like we currently do. We should also show a thumbnail of the page on detach operations, and make sure we have a good threshold, so this isn't triggered accidentally.
When dragging tabs on the tab bar, we should show the tab and animate when you rearrange them, instead of showing a placeholder indicator like we currently do. We should also show a thumbnail of the page on detach operations, and make sure we have a good threshold, so this isn't triggered accidentally.


We're making this change because:
A. It's a 1:1 representation of what will happen when you drag a tab, and makes it clearer which action you're actually performing.
B. It also makes it easier to see when you're moving tabs vs. detatching.
C. Also, it's pretty ;)


== Team ==
== Team ==

Revision as of 19:26, 30 June 2011

Feature Status ETA Owner
Tab move/detach animations Implementation available, hoping to land in Nightly soon 2011-05-13 Alex Limi

Summary

When dragging tabs on the tab bar, we should show the tab and animate when you rearrange them, instead of showing a placeholder indicator like we currently do. We should also show a thumbnail of the page on detach operations, and make sure we have a good threshold, so this isn't triggered accidentally.

We're making this change because:

A. It's a 1:1 representation of what will happen when you drag a tab, and makes it clearer which action you're actually performing. B. It also makes it easier to see when you're moving tabs vs. detatching. C. Also, it's pretty ;)

Team

Who's working on this?

  • Feature Manager: Alex Limi
  • Lead Developer: Frank Yan
  • QA: George Carstoiu (irc: GeorgeCarstoiu)
  • UX: Alex Limi

Release Requirements

  • Ability to move tabs left/right and have them animate when being rearranged.
  • Ability to detach a tab to a new window and put back a detached tab into an existing window.


Next Steps

  • Patch review
  • QA

Open Issues

Related Bugs & Dependencies

bug 455694

Designs

Interaction is described in bug 455694.

Test Plans

None so far.

Non-Goals