Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Player does not respect alwaysShowControls: true during keyboard access of .mejs-time-rail #548

Closed
peterh-capella opened this issue Jul 5, 2012 · 2 comments

Comments

@peterh-capella
Copy link
Contributor

If the player is instantiated thusly:

$(selector).mediaelementplayer({
    features: ['playpause','progress','current','duration','tracks','volume'],
    alwaysShowControls: true
})

and the controls are accessed by tabbing to the controls, the keyboard commands of forward/reverse arrows move the current time within the mejs-time-rail control. If focus changes (even within the controls), the controls fade out.

I have a test page here:

http://media.capella.edu/NonCourseMedia/HTML5Tests/MEJSIssue/test.html

Steps to reproduce the issue:

  1. Use the tab key to put focus on the play/pause control.
  2. Press spacebar or enter to begin playback of video.
  3. Press the right arrow key.

Player controls should remain visible and focus should remain on play/pause control. Error is that controls fade.

johndyer added a commit that referenced this issue Sep 23, 2012
johndyer added a commit that referenced this issue Jul 23, 2013
Multiple fixes: old issue #548, current issues #754 and #902
phuongdh pushed a commit to avalonmediasystem/mediaelement that referenced this issue Oct 18, 2013
phuongdh pushed a commit to avalonmediasystem/mediaelement that referenced this issue Oct 18, 2013
In version 2.9, I reported issue mediaelement#548, that controls hide when using
keyboard to scrub even if the alwaysShowControls option is set to
"true." Pull request mediaelement#569 merged this fix, but did so in the /build
directory. It appears that fix did not move forward with versions and
the issue is occurring in the latest version. Adding fix in the /src
directory so that future builds get the fix.
phuongdh pushed a commit to avalonmediasystem/mediaelement that referenced this issue Oct 18, 2013
rexblack pushed a commit to rexblack/mediaelement that referenced this issue May 22, 2014
As detailed in Issue mediaelement#548, if alwaysShowControls is set to true, the
player will still hide the controls if the keyboard is used to
manipulate the player. By adding to this if statement, I prevent the
controls from hiding in that case.
rexblack pushed a commit to rexblack/mediaelement that referenced this issue May 22, 2014
As detailed in Issue mediaelement#548, if alwaysShowControls is set to true, the
player will still hide the controls if the keyboard is used to
manipulate the player. By adding to this if statement, I prevent the
controls from hiding in that case.
rexblack pushed a commit to rexblack/mediaelement that referenced this issue May 22, 2014
rexblack pushed a commit to rexblack/mediaelement that referenced this issue May 22, 2014
rexblack pushed a commit to rexblack/mediaelement that referenced this issue May 22, 2014
In version 2.9, I reported issue mediaelement#548, that controls hide when using
keyboard to scrub even if the alwaysShowControls option is set to
"true." Pull request mediaelement#569 merged this fix, but did so in the /build
directory. It appears that fix did not move forward with versions and
the issue is occurring in the latest version. Adding fix in the /src
directory so that future builds get the fix.
rexblack pushed a commit to rexblack/mediaelement that referenced this issue May 22, 2014
@rafa8626
Copy link
Contributor

@peterh-capella Is this still an issue? If not, can you close this issue, please?

@rafa8626
Copy link
Contributor

rafa8626 commented Aug 9, 2016

@peterh-capella Closing old issues. If you'd like to reopen this, let us know. Thanks!

@rafa8626 rafa8626 closed this as completed Aug 9, 2016
marmite22 pushed a commit to elucidat/mediaelement that referenced this issue Dec 16, 2016
As detailed in Issue mediaelement#548, if alwaysShowControls is set to true, the
player will still hide the controls if the keyboard is used to
manipulate the player. By adding to this if statement, I prevent the
controls from hiding in that case.
marmite22 pushed a commit to elucidat/mediaelement that referenced this issue Dec 16, 2016
marmite22 pushed a commit to elucidat/mediaelement that referenced this issue Dec 16, 2016
In version 2.9, I reported issue mediaelement#548, that controls hide when using
keyboard to scrub even if the alwaysShowControls option is set to
"true." Pull request mediaelement#569 merged this fix, but did so in the /build
directory. It appears that fix did not move forward with versions and
the issue is occurring in the latest version. Adding fix in the /src
directory so that future builds get the fix.
marmite22 pushed a commit to elucidat/mediaelement that referenced this issue Dec 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants