RFR: 6442919: JFilechooser popup still left-to-right when JFilechooser is set to right-to-left [v3]
Sergey Bylokhov
serb at openjdk.org
Sat Jul 22 09:35:39 UTC 2023
On Fri, 21 Jul 2023 07:00:08 GMT, Tejesh R <tr at openjdk.org> wrote:
>> Popup menu is created on mouse click, hence the orientation for FileChooser won't apply to the popup menu created. Hence the fix address the issue by applying the FileChooser orientation when it is created on mouse operation (Right Click).
>> The test does not apply to Motif and Aqua Look And Feel since right click is not supported on filePane of FileChooser, hence it is skipped. The fix is tested in CI and it is green.
>
> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
>
> Review fix
Marked as reviewed by serb (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/14949#pullrequestreview-1542074541
More information about the client-libs-dev
mailing list