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

Stanimir Stamenkov github.com+1247730+stanio at openjdk.java.net
Fri Jan 15 18:07:25 UTC 2021


On Fri, 15 Jan 2021 15:46:14 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> 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.

Please, see if the option I've added to save an image capture of the editor component appears sufficient for the visual inspection.

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

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


More information about the swing-dev mailing list