Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
a1f8aca6
Commit
a1f8aca6
authored
11 years ago
by
polesye
Browse files
Options
Downloads
Patches
Plain Diff
Restore functionality.
parent
afa2a681
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cms/djangoapps/contentstore/features/video.feature
+8
-8
8 additions, 8 deletions
cms/djangoapps/contentstore/features/video.feature
common/lib/xmodule/xmodule/css/video/display.scss
+0
-4
0 additions, 4 deletions
common/lib/xmodule/xmodule/css/video/display.scss
with
8 additions
and
12 deletions
cms/djangoapps/contentstore/features/video.feature
+
8
−
8
View file @
a1f8aca6
...
...
@@ -43,14 +43,14 @@ Feature: CMS.Video Component
Then
the correct Youtube video is shown
# 7
#
Scenario: Closed captions become visible when the mouse hovers over CC button
#
Given I have created a Video component with subtitles
#
And Make sure captions are closed
#
Then Captions become "invisible" after 3 seconds
#
And I hover over button "CC"
#
Then Captions become "visible"
#
And I hover over button "volume"
#
Then Captions become "invisible" after 3 seconds
Scenario
:
Closed captions become visible when the mouse hovers over CC button
Given
I have created a Video component with subtitles
And
Make sure captions are closed
Then
Captions become
"invisible"
after 3 seconds
And
I hover over button
"CC"
Then
Captions become
"visible"
And
I hover over button
"volume"
Then
Captions become
"invisible"
after 3 seconds
# 8
Scenario
:
Open captions never become invisible
...
...
This diff is collapsed.
Click to expand it.
common/lib/xmodule/xmodule/css/video/display.scss
+
0
−
4
View file @
a1f8aca6
...
...
@@ -633,8 +633,6 @@ div.video {
ol
.subtitles
{
width
:
0
;
height
:
0
;
visibility
:
hidden
;
}
ol
.subtitles.html5
{
...
...
@@ -668,8 +666,6 @@ div.video {
ol
.subtitles
{
right
:
-
(
flex-grid
(
4
));
width
:
auto
;
visibility
:
hidden
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment