Re: RFR: 8333403: Write a test to check various components events are triggered properly [v4]

2024-07-01 Thread Ravi Gupta
On Thu, 27 Jun 2024 09:04:33 GMT, Ravi Gupta wrote: >> This testcase checks for the following assertions for Component events: >> >> 1. When components are resized, moved, hidden and shown the respective >> events are triggered. >> 2. When the components are hidden/disabled also,the component e

Integrated: 5021949: JSplitPane setEnabled(false) shouldn't be partially functional

2024-07-01 Thread Prasanta Sadhukhan
On Thu, 13 Jun 2024 12:54:57 GMT, Prasanta Sadhukhan wrote: > Issue is seen in that if we call setEnabled(false) over JSplitPane than it > can't be dragged via its divider, But if SplitPane have one touch expandable > true than user can click those buttons and change the divider position. > S

RFR: 7188058: Background of TextComponents are not changing colors to the default disabled color when set to uneditable

2024-07-01 Thread Alisen Chung
Currently the bug described in the issue is that the colors of the TextComponents do not change when set ySystemColor.control color when the TextComponents are set to uneditable. You can check by changing TextComponent.getBackground() code to return Color.GRAY on line 342 and you can see that T