-
1. Re: New Update Broke My Widgets
Vinod Menon@Adobe Oct 6, 2014 7:16 PM (in response to mykeclements)Do you mean Audio is not playing or Audio control is not being displayed?
-
2. Re: New Update Broke My Widgets
mykeclements Oct 7, 2014 8:20 AM (in response to Vinod Menon@Adobe)Audio Controls don't show up.
-
3. Re: New Update Broke My Widgets
Bharadwaj Oct 7, 2014 8:24 AM (in response to mykeclements)Can you attach a file. We will have a look at it.
-
4. Re: New Update Broke My Widgets
resdesign Oct 7, 2014 8:30 AM (in response to Bharadwaj)I had the same problem. I had to rebuilt the file new wit the same assets and it worked.
-
5. Re: New Update Broke My Widgets
Vinod Menon@Adobe Oct 9, 2014 12:05 AM (in response to mykeclements)Hi mykeclements
We have not been able to repro this issue on our side yet. Will keep you posted..
Regards
Vinod
-
6. Re: New Update Broke My Widgets
mykeclements Oct 20, 2014 3:00 PM (in response to resdesign)I tried rebuilding the file and it didn't work
-
7. Re: New Update Broke My Widgets
Dharmendra Kumar Oct 21, 2014 2:29 AM (in response to mykeclements)There was a bug that if autoplay is off then the audio controls won't show up, the issue has been fixed internally. Are you also having the same issue?
-Dharmendra
-
8. Re: New Update Broke My Widgets
mykeclements Oct 21, 2014 10:03 AM (in response to Dharmendra Kumar)I tried rebuilding the file with auto play enabled and it still does not appear when I load it into my fixed layout epub
-
9. Re: New Update Broke My Widgets
mykeclements Oct 21, 2014 12:07 PM (in response to Dharmendra Kumar)this is an accurate description of what i'm experiencing
-
10. Re: New Update Broke My Widgets
Dharmendra Kumar Oct 21, 2014 10:10 PM (in response to mykeclements)Thanks for the video mykeclements. It will be really helpful if you can share the assets with us, so that we can verify that the issue is fixed for the next update. I have sent you a private message with my email id.
-Dharmendra
-
11. Re: New Update Broke My Widgets
Dharmendra Kumar Oct 28, 2014 1:06 AM (in response to Dharmendra Kumar)Sorry for the late response on this. Somehow your mail landed into the junk folder. I saw it today only.
The break is because of a change in the path for jquery. Earlier, it used to be loaded from edge_includes folder. However, on upgrade we add jquery as a dependency and the default folder for all user scripts is 'js'.
I tried changing the path in the publish settings dialog as shown in the attached screenshot and re-packaged the epub, it worked after that. Can you please check if this resolves your issue? Another option (which I haven't tried) may be to modify the metadata files to reflect the fact that jquery is being loaded from js/ folder, but that may take more time.
-
publish settings.png 38.9 K
-
-
12. Re: New Update Broke My Widgets
Dharmendra Kumar Oct 28, 2014 2:27 AM (in response to Dharmendra Kumar)I think I checked a wrong section, its doesn't work with just the changes as mentioned above We are looking into it, will have an update soon on this.
-
13. Re: New Update Broke My Widgets
Dharmendra Kumar Oct 28, 2014 3:02 AM (in response to Dharmendra Kumar)We have found the reason behind the issue and will be fixing it soon. As a workaround you can put the following code in the compositionReady handler:
sym.$("audio").each(function(index, aud) {
aud.controls = true;
});
-
14. Re: New Update Broke My Widgets
Dharmendra Kumar Oct 28, 2014 4:34 AM (in response to Dharmendra Kumar)We have fixed the issue. It will be available in the next update. Thanks for all the help!





