Search and Top Navigation
#5383 closed bug (notabug)
Opened March 20, 2010 10:16AM UTC
Closed April 11, 2011 08:02AM UTC
Error with Bounce Effect in IE7
Reported by: | jogep | Owned by: | jogep |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.effects.* (individual effect) | Version: | 1.8 |
Keywords: | bounce, effect | Cc: | |
Blocked by: | Blocking: |
Description
When execute a bounce effect I receive an error when testing in IE7
Row: 4619
Char: 4
Error: Invalid Argument
Problematic Line is maybe this
if(o.callback) o.callback.apply(this, arguments); // Callback
Best Regards
Johannes Geppert
Attachments (0)
Change History (5)
Changed March 20, 2010 02:55PM UTC by comment:1
Changed April 28, 2010 07:57AM UTC by comment:2
i try it again, this error only happens when you first execute the highlight effect and then the bounce effect.
See
http://www.weinfreund.de/struts2-jquery-showcase/index.action#
First Run Ajax Action in Highlight Example and then in the Bounce Example.
Changed September 03, 2010 06:50PM UTC by comment:3
it looks like it happens only when the previous effect not finished,
when i change fast to the bounce example the error happens and when i let
the effect run until his end the error still exists.
Changed March 27, 2011 01:48PM UTC by comment:4
owner: | → jogep |
---|---|
status: | new → pending |
Can you make a minimal example of this bug using jsfiddle ? It seems your link has changed...
Changed April 11, 2011 08:02AM UTC by comment:5
resolution: | → invalid |
---|---|
status: | pending → closed |
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!
Can you provide a test case we can look at?