| Page 1 of 1 | [ 8 posts ] |
|
Hey folks,
we had this problem with iex7 last week after we switched from yui-css-2 to yui-css-3: The right box of a gc grid (66%, 33%) slided down after the main box. We fixed this temporarily by overriding with Code: .yui-gc div.first, .yui-gd .yui-u { *width: 65.9% ! important; } This works for now, but we'd prefer to know the reason why this happens. The structure we use: Code: <div class="yui-main"> in a yui-d2 yui-t1 environment.<div class="yui-b"> <div class="yui-gc"> <div class="yui-u first"> <div id="maincontent"> maincontent </div> </div> <div class="yui-u"> <div id="rightcontent">rightcontent</div> </div> </div> </div> </div> Ideas? The example-pages all seem to work fine in iex7... |
|
Hey kpd,
I'll take a look into this right now. In the meantime, can you send me a link or the full source so I can all the factors that might be in play? Thanks, Nate |
|
Hey Nate,
thanks for the fast response. I cannot give you access but i will give you an full page on monday. Have an nice weekend, Andy |
|
kpl wrote: Hey Nate, thanks for the fast response. I cannot give you access but i will give you an full page on monday. Have an nice weekend, Andy Great, thanks, I'll take a look at it then. Thanks, Nate |
|
You should have the site in your email...
|
|
Looks like this is actually a bug on my end. Here's my case that reproduces the error in IE7. Let me look into this a bit more, I think I must have mis-calculated a rounding range for that combination of Grids. Still, I have test coverage for that case so I'm not sure how it snuck through. Thanks for the report!
Thanks, Nate |
|
Here's the link to the repro: http://yuiblog.com/sandbox/yui/v300pr2/ ... -yui3.html
|
|
Hey Nate,
thanks for looking at it, we're looking forward to 3beta1 and a fix So long Andy |
| Page 1 of 1 | [ 8 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group