#4844 closed bug (notabug)
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.
Attachments (1)
Change History (3)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Need a minimal test case. Please use only client-side technology.
Note: See
TracTickets for help on using
tickets.
ASP.NET project showing the toggle method double execution