Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9add6861de2a89ce6f9537d1dcd339b9829ac385
      
https://github.com/WebKit/WebKit/commit/9add6861de2a89ce6f9537d1dcd339b9829ac385
  Author: Tim Horton <[email protected]>
  Date:   2023-05-31 (Wed, 31 May 2023)

  Changed paths:
    M Source/WebCore/Modules/modern-media-controls/controls/time-control.js

  Log Message:
  -----------
  REGRESSION (264435@main): Audio player time remainder/spent are oscillating 
when CSS width has been specified
https://bugs.webkit.org/show_bug.cgi?id=257523
rdar://110043258

Reviewed by Aditya Keerthi.

* Source/WebCore/Modules/modern-media-controls/controls/time-control.js:
(TimeControl.prototype._performIdealLayout):
When partially-reverting 264301@main in 264435@main, I re-introduced a
`this.elapsedTimeLabel.visible` which caused this flashing (because of a layout
dependency cycle). Since it is not relevant to the bug I was trying to fix
in 264435@main, remove that condition and make this logic more like the
long-standing code.

Canonical link: https://commits.webkit.org/264760@main


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to