The main canvas of our application consists of a TabSet with an icon in each tab header. When this tabset is initially displayed there is not enough room allocated for the icons so the tab titles are cut off. Just moving the mouse over the tab headers causes them to widen to the correct size (before and after images attached). This does not happen on Firefox or IE8, only on Chrome and Safari.
Announcement
Collapse
No announcement yet.
X
-
Are you able to boil this down to a test case - without a way to reproduce it, there's currently no way to even put in a speculative fix.Last edited by Isomorphic; 11 Nov 2010, 17:10.
Comment
-
We saw something similar. In our case we had custom icons on tabs (using HTML with an embedded image) and close icons being drawn outside the tab until a mouseover occured.
Our mistake was not explicitly putting in the custom icon image size. Adding this fixed it. Our guess is that SC was drawing the tab title contents invisibly to size them before the image had loaded.
Comment
Comment