Bug Tracker

Modify

Ticket #7824 (closed bug: invalid)

Opened 2 years ago

Last modified 2 years ago

IE7 slideUp / slideDown within position:relative containers

Reported by: brett@… Owned by: brett@…
Priority: undecided Milestone: 1.6
Component: unfiled Version: 1.4.4
Keywords: Cc:
Blocking: Blocked by:

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:

 http://jsfiddle.net/C9reK/

Change History

comment:1 Changed 2 years ago by anonymous

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.

comment:2 Changed 2 years ago by snover

  • Owner set to brett@…
  • Status changed from new to 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!

comment:3 Changed 2 years ago by trac-o-bot

  • Status changed from pending to closed
  • Resolution set to invalid

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!

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.