|
ie? evil! no, i use firefox, no idea what it looks like in ie.
Actually ie looks fine. In fact, firefox seems to be fine if it 's the only thing you have open - once you move to another tab and then go back again it starts to lose it's edges. Maybe it's a cache thing. Have attached a pic anyway, but i'll dig around the ui code and see if i can help. Riaz,
We've just seen this issue again here yesterday. It seems that a refresh usually fixes the issue. My best guess is that it's FireFox not coping well with some of the CSS that we're using but I can't really put my finger on anything specific. I'll try to tune some of the styles for 0.5 and see if the problem disappears or not. Cheers, Mark C If it's any help:
height: expression( '1%' ); is ie only I guess (global-static.css line 162/232) font: 9px; think you want font-size (global-static.css line 538) white-space: pre-wrap; firefox seems to not like this, not sure why (global-static.css line 728) margin-top: -1; does this need a 'px'? firefox ignores this too (viewBuildSummary.action line 116) Riaz,
I think the: height: expression( '1%' ) are the most likely to cause issues. We've also changed the layout pretty severely now. I'll close this issue against 0.6 (where there is no IE hacks). Let us know if this issue keeps on happening. Cheers, Mark C |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Is it possible for you to post a screenshot of this when it happends so we can take a look?
Also, are you using Internet Explorer?
I suspect this issue is probably browser specific since we've been testing here with FireFox in the main.
Cheers,
Mark C