Bug #981
Exception is generated on IE when restarting a stopped show
Start date:
02/27/2015
Due date:
% Done:
100%
History
#1 Updated by Luke Murphey over 9 years ago
I think the problem is that the document is no longer valid.
#2 Updated by Luke Murphey over 9 years ago
The exception is getting thrown here at the progress call:
// Set the progress if( this.slideshow_progress_bar_created && this.isSlideshowWindowDefined() ){ NProgress.set( this.getSecondsInView() / this.slideshow_delay ); }
The exception is being thrown from jQuery.acceptData. It looks like this issue: http://bugs.jquery.com/ticket/4280
#3 Updated by Luke Murphey over 9 years ago
- Status changed from New to Closed
- Target version set to 2.1
- % Done changed from 0 to 100