Could someone confirm this is a bug?

On Mon, Jan 26, 2009 at 02:45, Nicolas Grilly <[email protected]> wrote:
> My web site uses a so-called "sticky footer" layout. It worked perfectly
> until I had replaced jQuery 1.2.1 by jQuery 1.3.1. The simple fact to load
> jQuery 1.3.1, without any other script in my page, is enough to cause a
> display bug under IE 6. Everything is okay under Firefox 3.
>
> screenshot_firefox.png shows the expected behaviour under Firefox: the
> container fills the available height and the footer is visible;
>
> screenshot_ie.png shows the incorrect behaviour under IE 6: the container
> is too tall and we need to scroll to see the footer.
>
> The jQuery code responsible for this display bug is the box model detection
> code:
> [...]
>
> I've made some tests and I understand IE 6 doesn't update page layout after
> removeChild (on the last line).
>
> As a workaround, waiting for a better solution, I can force the update by
> inserting this code in testcase.html:
>
>     <script type="text/javascript">
>         $(document).ready(function() {
>             $('body').removeClass('dummy');
>         });
>     </script>
>
> Can you confirm this is a bug? Do you plan to fix it in jQuery 1.3.2? How?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to