Bug 115968

Summary: [Mac] The captions menu should not use a canned max-width and max-height
Product: WebKit Reporter: Antoine Quint <graouts>
Component: MediaAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric.carlson, esprehn+autocc, glenn, jer.noble, macpherson, menard, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Antoine Quint 2013-05-11 13:41:15 PDT
Currently, the captions menu (::-webkit-media-controls-closed-captions-track-list) has "max-width" and "max-height" set to 250px. When the captions name are long, it may happen that the name of the caption is clipped even though there is plenty of space available to display the full title over the video. The max-width and max-height of the captions menu should be dependent on the available video real-estate.
Comment 1 Antoine Quint 2013-05-11 13:41:33 PDT
<rdar://problem/13760800>
Comment 2 Antoine Quint 2013-05-11 13:45:51 PDT
Created attachment 201470 [details]
Patch
Comment 3 WebKit Commit Bot 2013-05-11 14:42:03 PDT
Comment on attachment 201470 [details]
Patch

Clearing flags on attachment: 201470

Committed r149942: <http://trac.webkit.org/changeset/149942>
Comment 4 WebKit Commit Bot 2013-05-11 14:42:05 PDT
All reviewed patches have been landed.  Closing bug.