Skip to content

Commit

Permalink
Refactor UI range elements
Browse files Browse the repository at this point in the history
This factors out common functionality and structure from the volume
bar and seek bar, both of which involved specific CSS workarounds for
IE.  The seek bar had logic to keep the value from jumping around
during casting, which now the volume bar benefits from, as well.
Finally, the seek bar code was spread out throughout controls.js, and
now it has its own class.

Closes #1913

Change-Id: I299476ccbc27f28f7b225a6e6f8b0d21abe5baf2
  • Loading branch information
joeyparrish committed Jul 10, 2019
1 parent 22a69ed commit fcbb725
Show file tree
Hide file tree
Showing 6 changed files with 444 additions and 378 deletions.
2 changes: 2 additions & 0 deletions build/types/ui
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
+../../ui/pip_button.js
+../../ui/play_pause_button.js
+../../ui/presentation_time.js
+../../ui/range_element.js
+../../ui/resolution_selection.js
+../../ui/rewind_button.js
+../../ui/seek_bar.js
+../../ui/spacer.js
+../../ui/text_displayer.js
+../../ui/text_selection.js
Expand Down
Loading

0 comments on commit fcbb725

Please sign in to comment.