Bug 60172 - Automatic tab resizing causes flashing
Summary: Automatic tab resizing causes flashing
Status: RESOLVED DUPLICATE of bug 58040
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-21 08:22 UTC by Tom Collins
Modified: 2003-06-21 10:58 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Collins 2003-06-21 08:22:51 UTC
Version:           CVS 6/21/2003 w/Qt 3.2beta1 (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 3.2.2 
OS:          Linux

With the latest CVS and the switch to the QtabWidget, Konqueror now resizes tabs
on the fly based on how many tabs are open and the title of the page.  Unfortunately,
this means that when a new tab is created or destroyed, all of the tabs move around
and resize.  This is visually poor, as it creates lots of distracting flashing as tabs
are added and created.

What I would suggest is:

- All tabs be the same size.
- Only re-calculate tab sizes once per tab creation or destruction.

It's kind-of hard to describe how this should work, but Mozilla has done the tab
creation perfectly for as long as I can remember.  Konqueror should work just
the same.
Comment 1 Stephan Binner 2003-06-21 10:58:11 UTC
Konqueror used QTabWidget already before and the flicker has to be fixed in Qt. 

*** This bug has been marked as a duplicate of 58040 ***