<Swing Dev> RFR: 8257664: HTMLEditorKit: Wrong CSS relative font sizes [v2]

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Fri Jan 15 15:49:01 UTC 2021


On Fri, 15 Jan 2021 15:31:54 GMT, Stanimir Stamenkov <github.com+1247730+stanio at openjdk.org> wrote:

>> I believe the test is _headful_ because it uses `SwingUtilities.invokeAndWait` even though it does not show any UI.
>
> I've used `SwingUtilities.invokeAndWait` just to be on the safe side that "everything Swing should be executed on the EDT" but I guess I could drop it as no UI ever shown?

I am not sure that if we use invokeAndWait(), it needs to be headful..There are many test where we use invokeAndWait but they are headless. But it will be good to see what the test is doing visually so you probably can make it headful.

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

PR: https://git.openjdk.java.net/jdk/pull/1759


More information about the swing-dev mailing list