134
edits
(Created page with '''Frank Yan'' === Introduction === Firefox does not provide a method to select multiple tabs simultaneously. The primary obstacle to shipping this feature has been the difficul…') |
No edit summary |
||
| Line 59: | Line 59: | ||
** move selected tabs to that location in the tab container | ** move selected tabs to that location in the tab container | ||
* if dropped in another window's tab container | * if dropped in another window's tab container | ||
** deselect all tabs in that window | |||
** move selected tabs to that window at that location in the tab container | ** move selected tabs to that window at that location in the tab container | ||
* if dropped downward more than 2 tab heights away or outside of the window | * if dropped downward more than 2 tab heights away or outside of the window | ||
| Line 67: | Line 68: | ||
** these actions maintain the SELECTED tab, the relative position, and the selection state of the selected tabs | ** these actions maintain the SELECTED tab, the relative position, and the selection state of the selected tabs | ||
** multiple tabs cannot be "dropped" into text fields, etc. | ** multiple tabs cannot be "dropped" into text fields, etc. | ||
The following actions deselect all tabs: | |||
* SELECTING a non-selected tab | |||
* Mousing down outside of the tab bar | |||
* Opening a new tab | |||
* Closing a selected tab | |||
* Changing the state of a tab between app and normal | |||
Tab context menu: | Tab context menu: | ||
edits