-
1. Re: Javascript error in event handler! edge 4.0.0.js, what to do about it?
GottmannundFainsilberKatz Aug 9, 2014 6:17 AM (in response to GottmannundFainsilberKatz)I basically want the labels in the Iframe to make the parent page animate to a specific anchor tag.
ps. This is what I posted on the jquery forum as well:
"
I tried to do this by letting the iframe .trigger a .click to a button on the .parent page.
I did this in two ways.
one: the click is triggerd in (/by) the iframe
two: the click is triggerd by a script in the parent window, that script is launched by the iframe
Here's the thing:
this is what one of the <a>'s that the iframe will click looks like:
<a class="nonblock nontext anim_swing" id="u185" href="index.html#contact"><!-- simple frame --></a>The code is generated by adobe muse which has a function to smoothly scroll to a location on the page, and I am guessing the "anim_swing" class takes care of that.
I would like the colorful labels in the iframe to do the same thing as the <a> above.and it works in some browsers on some computers but somehow not on all of them (with method two the adblocker doesn't seem to be an issue ).
"
I also tried to let the parent page scroll directly with the jquery .scrollto function. That did not work either (see the jquery forum).
-
2. Re: Javascript error in event handler! edge 4.0.0.js, what to do about it?
joel_pau Aug 9, 2014 6:31 AM (in response to GottmannundFainsilberKatz)Hi,
Because you wrote "just in chrome",
it seems you need to upgrade to Edge Animate CC 2014.0.1: BUG: transform-origin not properly being set for Chrome v36
-
3. Re: Javascript error in event handler! edge 4.0.0.js, what to do about it?
GottmannundFainsilberKatz Aug 9, 2014 7:00 AM (in response to joel_pau)I believe I do have the latest version of edge (at least it is 2014) , how do I check?
-
4. Re: Javascript error in event handler! edge 4.0.0.js, what to do about it?
GottmannundFainsilberKatz Aug 9, 2014 7:03 AM (in response to GottmannundFainsilberKatz)I don't see an update in creative cloud
-
5. Re: Javascript error in event handler! edge 4.0.0.js, what to do about it?
GottmannundFainsilberKatz Aug 9, 2014 7:05 AM (in response to GottmannundFainsilberKatz)Oh and by the way, its not just in chrome its also in (some versions of) Firefox.
-
7. Re: Javascript error in event handler! edge 4.0.0.js, what to do about it?
subbbace Aug 9, 2014 9:50 AM (in response to GottmannundFainsilberKatz)i kept getting this.. untill i deleted ll audio from my html file.. now it works perfect..if you have sound files try removing them
-
8. Re: Javascript error in event handler! edge 4.0.0.js, what to do about it?
GottmannundFainsilberKatz Aug 10, 2014 7:26 AM (in response to subbbace)I have no audio in the site.
However I have solved the issue myself.




