Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

BeforeSeek Event does not working in IE11 #928

Closed
cecbr opened this issue Sep 25, 2015 · 7 comments
Closed

BeforeSeek Event does not working in IE11 #928

cecbr opened this issue Sep 25, 2015 · 7 comments
Assignees
Milestone

Comments

@cecbr
Copy link

cecbr commented Sep 25, 2015

I'm trying cancel seek event (FP6) but it does not working in Internet Explorer 11.

When using google Chrome, run perfect.

My code:

currentapi.bind("beforeseek", function (e, api, position) {
if (position > api.video.time)
e.preventDefault();
})

@phloxic
Copy link
Contributor

phloxic commented Sep 25, 2015

Can you confirm that you can seek further than 40 seconds in this demo: http://demos.flowplayer.org/scripting/preview.html in IE11?

@nnarhinen
Copy link
Contributor

Yeah it seems the event is fired but preventDefault() does not work.

@nnarhinen
Copy link
Contributor

Should be fixed:

@bbbo can you test with a real IE
http://demos.947f.flowplayer.me/scripting/preview.html (fixed version)
http://demos.flowplayer.org/scripting/preview.html (current stable)

@bbbo
Copy link
Member

bbbo commented Nov 2, 2015

I cannot seek beyond the 40sec, but sometimes after doing a couple of seeks, the clip will continue to play to the nd.

@nnarhinen
Copy link
Contributor

The behavior is same for Chrome - after trying to seek beyond limits it will play to the end of the video. So there's something else wrong with the scripting of the page but the beforeseek stuff is correctly fixed with this patch, I'd say.

@phloxic
Copy link
Contributor

phloxic commented Nov 7, 2015

This looks like a different bug to me: the attempt to seek beyond the cuepoint disables the cuepoint? Is that expected?

@nnarhinen
Copy link
Contributor

It should not. Please open another issue and I will take a look.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants