RESOLVED WONTFIX 91749
[FullscreenApi] Allow timestamps in the playback timeline for media elements smaller than 190px if elements is in fullscreen any media size
https://bugs.webkit.org/show_bug.cgi?id=91749
Summary [FullscreenApi] Allow timestamps in the playback timeline for media elements ...
Antonio Gomes
Reported 2012-07-19 08:55:35 PDT
1101 // We want the timeline slider to be at least 100 pixels wide. 1102 // FIXME: Eliminate hard-coded widths altogether. 1103 static const int minWidthToDisplayTimeDisplays = 45 + 100 + 45; 1104 1105 void RenderMediaControlTimeDisplay::layout() 1106 { 1107 RenderDeprecatedFlexibleBox::layout(); 1108 RenderBox* timelineContainerBox = parentBox(); 1109 while (timelineContainerBox && timelineContainerBox->isAnonymous()) 1110 timelineContainerBox = timelineContainerBox->parentBox(); 1111 1117 if (timelineContainerBox && timelineContainerBox->width() < minWidthToDisplayTimeDisplays) 1118 setWidth(0);
Attachments
Ahmad Saleem
Comment 1 2023-10-12 17:51:44 PDT
I am unable to find following FIXME and also FIXME. Unfortunately, I am also not able to find when this file was deleted. @Eric, @Jer - any input? I am marking this as 'RESOLVED WONTFIX' but if you can share any input, it would be great.
Note You need to log in before you can comment on or make changes to this bug.