Search and Top Navigation
#4844 closed bug (notabug)
Opened September 08, 2009 04:41PM UTC
Closed September 19, 2009 05:23PM UTC
Last modified October 11, 2012 09:15PM UTC
Toggle effect executes twice
Reported by: | ig16022 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.effects.core | Version: | 1.7.2 |
Keywords: | toggle, effect | Cc: | |
Blocked by: | Blocking: |
Description
Please refer to the attached ASP.NET project. It shows what happens. If you run the toggle method in the document's ready method, the alert method is called twice. This behavior is incorrect. I think the problem appears because the toggle method results in moving the target control's scripts to the page's head.
Need a minimal test case. Please use only client-side technology.