Bug 106230

Summary: media/video-controls-captions.html fails after fixing https://bugs.webkit.org/show_bug.cgi?id=105536
Product: WebKit Reporter: Antoine Quint <graouts>
Component: MediaAssignee: Victor Carbune <vcarbune>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, feature-media-reviews, ojan.autocc, silviapf, silviapfeiffer1, vcarbune, webkit-bug-importer, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fix none

Antoine Quint
Reported 2013-01-07 10:15:53 PST
The test at media/video-controls-captions.html fails upon fixing the bug at https://bugs.webkit.org/show_bug.cgi?id=105536. Alas, this test appears to be Chrome-specific and I can't diagnose the issue from the bots output.
Attachments
Fix (4.55 KB, patch)
2013-01-10 08:58 PST, Victor Carbune
no flags
Radar WebKit Bug Importer
Comment 1 2013-01-07 10:16:03 PST
Victor Carbune
Comment 2 2013-01-07 12:52:11 PST
I applied your patch from bug 105536 and the test is failing because with the patch applied the toggling the captions button has no effect anymore (e.g. a user can't disable track rendering). I didn't look yet in the code for the cause.
Eric Carlson
Comment 3 2013-01-07 14:22:11 PST
(In reply to comment #2) > I applied your patch from bug 105536 and the test is failing because with the > patch applied the toggling the captions button has no effect anymore (e.g. a user > can't disable track rendering). I didn't look yet in the code for the cause. It fails because clicking the captions button in a port without a captions menu eventually ends up in HTMLMediaElement::markCaptionAndSubtitleTracksAsUnconfigured, which depends on the code removed from HTMLMediaElement::configureTextTrackGroup by bug 105536 to choose the most appropriate default track.
Silvia Pfeiffer
Comment 4 2013-01-07 14:28:35 PST
OK, I will work on introducing the caption menu for Chrome today.
Victor Carbune
Comment 5 2013-01-10 08:58:29 PST
Eric Carlson
Comment 6 2013-01-10 09:22:05 PST
*** Bug 106433 has been marked as a duplicate of this bug. ***
WebKit Review Bot
Comment 7 2013-01-10 09:47:05 PST
Comment on attachment 182151 [details] Fix Clearing flags on attachment: 182151 Committed r139326: <http://trac.webkit.org/changeset/139326>
WebKit Review Bot
Comment 8 2013-01-10 09:47:09 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.