You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When tapping the 'delete' key several times to remove words or spaces, the player resumes play.
To Reproduce
Steps to reproduce the behavior:
Go to Settings Panel
Click on 'Pause while Typing' to select
Begin editing the transcript while the audio is playing. Press the 'delete' key once and the player will stop playing. Repeatedly tap the 'delete' key and the editor will get sluggish, then media will start playing again.
Expected behavior
MediaPlayer would not resume play; editing would continue as normal.
Screenshots
Desktop (please complete the following information):
OS: macOS Mojave Version 10.14.6
Browser Chrome
Version 78.0.3904.87 (Official Build) (64-bit)
Additional context
The text was updated successfully, but these errors were encountered:
NickRuiz
changed the title
MediaPlayer resumes play when I click the 'delete' button multiple times
MediaPlayer resumes play when I click the 'delete' button or arrow buttons multiple times
Nov 11, 2019
I think this might be because of how the "pause while typing" mechanism work. There is a timer, that pauses the playback, when you start typing, and it resets itself on every key press (draftJs onChange). There's a chance that Increasing that timer might fix the issue.
Describe the bug
When tapping the 'delete' key several times to remove words or spaces, the player resumes play.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
MediaPlayer would not resume play; editing would continue as normal.
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: