Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mask close takes priority over load. #132

Closed
tabarjack opened this issue Aug 9, 2010 · 1 comment
Closed

Mask close takes priority over load. #132

tabarjack opened this issue Aug 9, 2010 · 1 comment

Comments

@tabarjack
Copy link

The mask should cancel its close call if a new mask is opened elsewhere due to the fact that opening 2 consecutive Overlays where both masks have a close time of 200 (the default), the second overlay will not have a mask after it is opened. This forces us to close the overlay with a timer of 0.

  1. Open overlay 1, with close timer of 200
  2. Close form in overlay 1 (closes the overlay)
  3. Immediately open overlay 2 due to an error of somekind in overlay 1 to show a custom error box.
  4. Due to the closing of overlay 1's close timer on the mask, the mask will close upon opening the overlay 2 as the close only completes when the mask is faded (200 ms) and the call opening the overlay 2 mask is being done before the 200ms mark.
@tipiirai
Copy link
Contributor

this is now fixed. here is the commit:

http://github.com/jquerytools/jquerytools/commit/bc0123a534ddb59e4832c7a96e93c8b6cf6326a2

THANKS!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants