Bug 131344

Summary: Keep 'webkitClosedCaptionsVisible' API in sync with captions display preferences
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: MediaAssignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, calvaris, commit-queue, eric.carlson, esprehn+autocc, glenn, gyuyoung.kim, jer.noble, philipj, sergio
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 131258    
Bug Blocks:    
Attachments:
Description Flags
Patch eric.carlson: review+

Brent Fulgham
Reported 2014-04-07 20:52:00 PDT
The caption user preferences can be configured so that captions are always displayed. When this happens, we need to make sure that the JS API for 'webkitClosedCaptionsVisible' correctly reflects the state of this setting. If captions are being displayed on the page, 'webkitClosedCaptionsVisible' must indicate true. Likewise, if captions are hidden it should return false. Bug 131258 dealt with the state of 'webkitClosedCaptionsVisible' when changes were made to the user preferences. However, an edge condition at initial load of a webpage was not properly handled. This bug corrects that additional case.
Attachments
Patch (1.65 KB, patch)
2014-04-07 20:56 PDT, Brent Fulgham
eric.carlson: review+
Brent Fulgham
Comment 1 2014-04-07 20:52:21 PDT
Brent Fulgham
Comment 2 2014-04-07 20:56:04 PDT
Brent Fulgham
Comment 3 2014-04-08 09:02:05 PDT
Note You need to log in before you can comment on or make changes to this bug.