timeglider / jquery_widget

Timeglider's JS Widget component. See README for details.
193 stars 41 forks source link

Multiple Popups cause each other to move on closing #4

Closed FattusMannus closed 13 years ago

FattusMannus commented 13 years ago

Using chrome, when I open multiple popups (eg 3) and then close the 3rd one ive opened, the 2nd one will jump up.

timeglider commented 13 years ago

This seems to be the case across browsers. A real puzzle, as the only thing happening is the $ fadeout and removal of a "sibling" modal... Working on it.

timeglider commented 13 years ago

Okay, pretty simple: we needed to have the position set to absolute for modals in the CSS.