Comment 15 for bug 1107866

Revision history for this message
Tigran Gabrielyan (tigrangab) wrote :

Regarding Nekhelesh Ramananthan (nik90)'s comment:

The list does grow large, and extends vertically off the screen, which is an issue.

Here are two possible fixes:

Option 1: Figure out the maximum number of entries the quicklist can support for the given resolution, and if we have more windows open than we can fit, put the remaining windows into a menu item called "# more windows" (replace # with the actual number of remaining windows) as the last entry.

When we click on the last entry, we get Spread of *only* those remaining windows.

Option 2: Scroll only the window list, if possible.
-----------------------------------------
| Favorite Location 1 |
| Favorite Location 2 |
| ---------------------------------- |
| ^ | Active/Inactive up arrow to scroll window list up
| Window 1 |
| Window 2 |
| .... |
| Window N - 1 |
| v | Active/Inactive up arrow to scroll window list down
| ---------------------------------- |
| remaining items |
-----------------------------------------