Files
shaka-player/lib/text
Álvaro Velad Galván 99fb7e4f8e fix(text): include regionAnchorX/Y in region cache key (#10073)
Region elements were cached by an ID that omitted regionAnchorX and
regionAnchorY, causing regions that shared the same viewport anchor but
differed in region anchor to reuse a previously cached DOM element
positioned incorrectly. Include both region anchor values in the
generated ID so each unique anchor combination gets its own element.

Issue: https://github.com/shaka-project/shaka-player/issues/2583
2026-05-08 12:47:52 +02:00
..