Closed Bug 363753 Opened 18 years ago Closed 17 years ago

Open new tab by double click inside the tabbar does not work if too many tabs are open

Categories

(Firefox :: Tabbed Browser, defect)

defect
Not set
minor

Tracking

()

RESOLVED DUPLICATE of bug 356107

People

(Reporter: whimboo, Unassigned)

Details

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20061213 Minefield/3.0a1
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061213 BonEcho/2.0.0.1

If you want to quickly open a new tab you can double click inside the free area of the tabbar. This way does not work if too many tabs are opened because no space is left between the last tab and the right scroll button or the stack button. We should add a small padding of approx. 5px to the right side of the surrounding tab box.

Locally I can achieve this by adding following lines to userchrome.css:

.tabbrowser-arrowscrollbox > scrollbox > box {
  padding-right: 5px;
}

One issue is left when opening a new tab and the right scroll button is visible. Than the scrollbox doesn't scroll as much as it should do to display the gap. Instead you have to click manually the scroll button.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.