RFR: 8260165: CSSFilterTest.testCSSFilterRendering system test fails

Kevin Rushforth kcr at openjdk.java.net
Wed Feb 24 13:04:42 UTC 2021


On Mon, 22 Feb 2021 11:55:00 GMT, Arun Joseph <ajoseph at openjdk.org> wrote:

> Issue: Initial layout delay was removed and layout() is called from layoutTimer instead of WebPage::prePaint().
> 
> Fix: Re-introduce the initial layout delay.

This seems a safe enough fix to restore the layout delay that was removed in WebKit 610.2 (and which has caused a regression). Are there any drawbacks to doing this?

-------------

PR: https://git.openjdk.java.net/jfx/pull/408


More information about the openjfx-dev mailing list