Integrated: JDK-8251177: [macosx] The text "big" is truncated in JTabbedPane
Harshitha Onkar
duke at openjdk.java.net
Tue Apr 26 23:00:05 UTC 2022
On Tue, 19 Apr 2022 21:03:13 GMT, Harshitha Onkar <duke at openjdk.java.net> wrote:
> The exisiting manual test case tests different html styles of JTabbedPane tab title. The tab with "big" as title is seen to be clipped on Aqua LAF for larger font-size. In other LAFs it is observed that bigger font-size can be accommodated without clipping.
>
> The following approaches were evaluated before considering it as not a test issue -
>
> - Aqua LAF has a different tab style compared to other LAFs as seen in the screenshot below. Limiting font size on Aqua LAF requires scaling down the text which might be incompatible with Aqua LAF.
>
> - Removing existing constraints on text and icon is incompatible for Aqua LAF.
>
> Since the above two approaches are incompatible with Aqua and it is not a test issue, a note has been added about clipped text and this test has been removed from problem list
>
> 
This pull request has now been integrated.
Changeset: 16ebe40a
Author: Harshitha Onkar <harshitha.onkar at oracle.com>
Committer: Alexander Zuev <kizune at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/16ebe40a1bcd1fe43126fe1dca27bb64cb12de16
Stats: 91 lines in 3 files changed: 28 ins; 38 del; 25 mod
8251177: [macosx] The text "big" is truncated in JTabbedPane
Reviewed-by: psadhukhan, kizune, serb
-------------
PR: https://git.openjdk.java.net/jdk/pull/8307
More information about the client-libs-dev
mailing list