[Webkit-unassigned] [Bug 110703] Multi-line WebVTT cues are not positioned correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 24 02:45:17 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=110703





--- Comment #3 from Victor Carbune <vcarbune at chromium.org>  2013-02-24 02:47:41 PST ---
Created an attachment (id=189966)
 --> (https://bugs.webkit.org/attachment.cgi?id=189966&action=review)
Screenshots

(In reply to comment #2)
> This works correctly with cues with default styles, but if the TextTrackCueBox element (-webkit-media-text-track-display) has style that increases it size, eg. -webkit-border-radius, the code that calculates the position is incorrect.

I can't reproduce this properly, meaning that whatever I change I still get both
lines displayed. I attached the screenshots.

* Adding "font-size: 150%" to ::cue(.myclass) (works properly)
* Adding "font-size: 150%" to -webkit-media-text-track-display (overlaps backgrounds)
* Setting -webkit-border-radius on -webkit-media-text-tracks-all-nodes doesn't 
generate any visible differences (other than the cue background corners)

It looks to me like the way a developer should change the font-size works (through ::cue),
but it indeed looks like a bit of a problem for internally increasing the font-size of
the cue.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list