8329559: Test javax/swing/JFrame/bug4419914.java failed because The End and Start buttons are not placed correctly and Tab focus does not move as expected#18612
Conversation
…nd and Start buttons are not placed correctly and Tab focus does not move as expected
|
👋 Welcome back psadhukhan! A progress list of the required criteria for merging this PR into |
|
@prsadhuk This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 264 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
Webrevs
|
kumarabhi006
left a comment
There was a problem hiding this comment.
Just a minor suggestion, can increase the row count to avoid the scrollbar else looks good to me.
DamonGuy
left a comment
There was a problem hiding this comment.
Changes LGTM. Behaving as expected.
|
/integrate |
|
Going to push as commit 7c1fad4.
Your commit was automatically rebased without conflicts. |
Test issue shows the End and Start buttons are not placed as per instructions due to ComponentOrientation RTL was not honoured, as with
getContentPane()being removed fromaddcall of JFrame, it was also additionally removed from other JFrame calls which resulted in the RTL not being propagated to its child. Fix is to addgetContentPane()to the non-add methods of JFrame as was done in the applet version of the test..Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/18612/head:pull/18612$ git checkout pull/18612Update a local copy of the PR:
$ git checkout pull/18612$ git pull https://git.openjdk.org/jdk.git pull/18612/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 18612View PR using the GUI difftool:
$ git pr show -t 18612Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/18612.diff
Webrev
Link to Webrev Comment