firebug / firebug.next

Next Firebug generation built on top of native Firefox developer tools
Other
229 stars 37 forks source link

Side panel tabs overflow without option to display them #445

Closed SebastianZ closed 8 years ago

SebastianZ commented 8 years ago

When the side panels are horizontally too small to display their tabs completely, they overlap on the outer border of Firebug, though there is no option to bring them into display.

Side panel tabs overflow

When switching away from the Firebug theme and back to it and resize the side panels you'll see an overflow menu button: Side panel tabs with overflow menu arrow

Though that button disappears when you shrink the side panels again, i.e. it's not positioned correctly. So one solutions to this is to correct the display of this side panel overflow button. A second solution would be to have scroll arrows at the left and right of the panel tabs in this case like for the main panel tabs.

Sebastian

janodvarko commented 8 years ago

Thanks for the report, should be fixed now, let me know if not.

Honza

SebastianZ commented 8 years ago

Works. Thanks for the quick fix!

Sebastian