Skip to content

Commit

Permalink
FLUID-4837: Ensure the scrub-bar is in front of the progress bar, so …
Browse files Browse the repository at this point in the history
…that it receives click events.
  • Loading branch information
acheetham committed Nov 8, 2012
1 parent dae626b commit ae6df99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions css/VideoPlayer.css
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ ul.fl-videoPlayer-transcripts-languageList li {
top: 1px;
position: absolute;
width: 100%;
pointer-events:none;
}

/* progress bar */
Expand All @@ -449,8 +448,8 @@ ul.fl-videoPlayer-transcripts-languageList li {
height: 100%;
width: 100%;
background-color: #F2F2F2;
opacity: 0.3;
filter: alpha(opacity=30);
opacity: 0.7;
filter: alpha(opacity=70);
}

/************
Expand Down
3 changes: 2 additions & 1 deletion js/VideoPlayer_controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,8 @@ https://github.com/fluid-project/infusion/raw/master/Infusion-LICENSE.txt
createScrubberMarkup(that);
bindScrubberDOMEvents(that);
bindScrubberModel(that);

that.locate("scrubber").css("z-index", 999);

that.events.onScrubberReady.fire();
};

Expand Down

0 comments on commit ae6df99

Please sign in to comment.