[ 8 posts ]

kpl

  • Joined: Fri Jan 23, 2009 1:00 am
  • Posts: 9
  • Offline
  • Profile
Tags:

Problem with internet explorer 7 and grids

Post Posted: Fri Jan 23, 2009 8:55 am
+0-
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">
                        <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>
in a yui-d2 yui-t1 environment.

Ideas? The example-pages all seem to work fine in iex7...

Nate Koechley

YUI Contributor

  • Username: natekoechley
  • Joined: Wed Oct 15, 2008 9:55 am
  • Posts: 28
  • Location: san francisco
  • YUI Developer
  • Offline
  • Profile
Tags:

Re: Problem with internet explorer 7 and grids

Post Posted: Fri Jan 23, 2009 9:39 am
+0-
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

kpl

  • Joined: Fri Jan 23, 2009 1:00 am
  • Posts: 9
  • Offline
  • Profile
Tags:

Re: Problem with internet explorer 7 and grids

Post Posted: Fri Jan 23, 2009 10:30 am
+0-
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

Nate Koechley

YUI Contributor

  • Username: natekoechley
  • Joined: Wed Oct 15, 2008 9:55 am
  • Posts: 28
  • Location: san francisco
  • YUI Developer
  • Offline
  • Profile
Tags:

Re: Problem with internet explorer 7 and grids

Post Posted: Fri Jan 23, 2009 10:34 am
+0-
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

kpl

  • Joined: Fri Jan 23, 2009 1:00 am
  • Posts: 9
  • Offline
  • Profile
Tags:

Re: Problem with internet explorer 7 and grids

Post Posted: Mon Jan 26, 2009 4:25 am
+0-
You should have the site in your email...

Nate Koechley

YUI Contributor

  • Username: natekoechley
  • Joined: Wed Oct 15, 2008 9:55 am
  • Posts: 28
  • Location: san francisco
  • YUI Developer
  • Offline
  • Profile
Tags:

Re: Problem with internet explorer 7 and grids

Post Posted: Tue Jan 27, 2009 3:02 am
+0-
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

Nate Koechley

YUI Contributor

  • Username: natekoechley
  • Joined: Wed Oct 15, 2008 9:55 am
  • Posts: 28
  • Location: san francisco
  • YUI Developer
  • Offline
  • Profile
Tags:

Re: Problem with internet explorer 7 and grids

Post Posted: Tue Jan 27, 2009 3:03 am
+0-
Here's the link to the repro: http://yuiblog.com/sandbox/yui/v300pr2/ ... -yui3.html

kpl

  • Joined: Fri Jan 23, 2009 1:00 am
  • Posts: 9
  • Offline
  • Profile
Tags:

Re: Problem with internet explorer 7 and grids

Post Posted: Tue Jan 27, 2009 1:37 pm
+0-
Hey Nate,

thanks for looking at it, we're looking forward to 3beta1 and a fix :)

So long
Andy
  [ 8 posts ]
Display posts from previous:  Sort by  
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