nagyistoce / maccode

Automatically exported from code.google.com/p/maccode
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

PSMTabBarControl missing column of pixels #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is a bug found in Adium, but they suggested that I report it here.  You 
can see the original 
report at http://trac.adiumx.com/ticket/9110.

In certain cases, the right boundary of the last chat tab disappears, resulting 
in an odd visual 
effect. This is with Adium 1.2.1 on OS X 10.5.1.

Steps to reproduce the bug:

 1. Disable the chevron (http://trac.adiumx.com/wiki/HiddenPreferences)
 2. Set tabs to display on the bottom
 3. Open three tabs
 4. Resize the window so that the tabs have just been resized smaller. Yes, this is pixel hunting. 
If my measurements are correct, I can see it at 244 pixels width, but I may be 
off. It happens 
anytime the tabs would be made larger if the window were resized one pixel 
larger.
 5. Select the 1st or 2nd tab, note that the right border of the third is present.
 6. Select another app, or even another window in Adium. Watch the right border disappear.

I've uploaded a video to Viddler so you can see this happening.  
http://www.viddler.com/explore/Bjhomer/videos/2/

What is the expected output? What do you see instead?
 The right column should not disappear, but it does.

What version of the product are you using? On what operating system?
 Adium 1.3b10, OS X 10.5.4.  I'm not sure what version of PSMTabBarControl they're using.  I've 
also reproduced it in Adium 1.2.7.

Original issue reported on code.google.com by bjho...@gmail.com on 5 Aug 2008 at 3:17