Side navigation
#7824 closed bug (invalid)
Opened December 22, 2010 02:18AM UTC
Closed January 10, 2011 07:53AM UTC
IE7 slideUp / slideDown within position:relative containers
Reported by: | brett@latentmotion.com | Owned by: | brett@latentmotion.com |
---|---|---|---|
Priority: | undecided | Milestone: | 1.6 |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In ie7, the moreinfo/lessinfo button will jiggle after clicks. Removing position:relative fixes this, but I require relative positioning in the actual application. Changing slideup/down to hide/show also resolves the problem. A mostly-stripped demo is here:
Attachments (0)
Change History (3)
Changed December 22, 2010 07:29PM UTC by comment:1
Changed December 27, 2010 01:11AM UTC by comment:2
owner: | → brett@latentmotion.com |
---|---|
status: | new → pending |
Please provide a reduced test case containing the minimum code necessary to reproduce the issue. How to Report Bugs has more information on creating reduced test cases. Thanks!
Changed January 10, 2011 07:53AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
It turns out that the problem also happened with just show/hide. When the floating stack has an item removed, it repositions/recalculates the stack items, but doesn't account for margin. The jiggle doesn't occur if there are no margins. Obviously, those are necessary.