On Tue, 17 May 2022 15:52:03 GMT, Manukumar V S wrote:
> This test verifies that dragging from one InternalFrame and a drop target in
> another InternalFrame functions properly.
> This fix moves an unstable closed applet based test to open regression based
> java test, but update
On Fri, 3 Jun 2022 15:04:02 GMT, Tejesh R wrote:
>> In order to get the updated data all the time, as this variable will be
>> updated from EDT and the value will be read from main thread also.
>
> I meant was it causing an issue in the previous test (before updating the
> test)?
I think this
On Thu, 2 Jun 2022 08:14:23 GMT, Manukumar V S wrote:
>> This test verifies that dragging from one InternalFrame and a drop target in
>> another InternalFrame functions properly.
>> This fix moves an unstable closed applet based test to open regression based
>> java
On Thu, 19 May 2022 16:15:05 GMT, Jayathirth D V wrote:
> > > I dont see an internal PR to remove the applet based closed test. Also
> > > why https://bugs.openjdk.java.net/browse/JDK-8286822 is created as
> > > enhancement ?
> > > If this test is failing intermittently how many times we have s
On Fri, 20 May 2022 07:51:28 GMT, Tejesh R wrote:
>> Manukumar V S has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Following the process to convert a closed test to open, created a PR in
>> closed
provements. The closed test was creating noise in CI as it often fails in
> Windows platform, especially in Windows 11.
>
> Testing:
> 1. Tested using mach5 20 times per platform and got all Pass.
> 2. Tested using mach5 5 times specifically on Windows 11 and got all Pass.
Manu
On Thu, 19 May 2022 06:03:51 GMT, Jayathirth D V wrote:
> I dont see an internal PR to remove the applet based closed test. Also why
> https://bugs.openjdk.java.net/browse/JDK-8286822 is created as enhancement ?
>
> If this test is failing intermittently how many times we have seen this test
>
This test verifies that dragging from one InternalFrame and a drop target in
another InternalFrame functions properly.
This fix moves an unstable closed applet based test to open regression based
java test, but updated to be more comprehensive with some stabilisation
improvements. The closed tes
On Wed, 27 Apr 2022 11:22:48 GMT, Manukumar V S wrote:
> This test verifies that showing a JPopupMenu shouldn't steal the focus out of
> current focused component..
> This fix moves an unstable closed test to open but updated to be more
> comprehensive in testing multiple L
nts. The closed test had some dependencies with some proprietary
> libraries which are all removed here.
>
> Testing:
> Tested using mach5 10 times per platform and got all Pass.
Manukumar V S has updated the pull request incrementally with one additional
commit since the last r
On Mon, 9 May 2022 18:08:55 GMT, Phil Race wrote:
>> Manukumar V S has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Review comment fixed: Removed finally block and added the call to
>> disposeFrame()
On Wed, 4 May 2022 07:59:41 GMT, Manukumar V S wrote:
> Removing MissingDragExitEventTest.java from ProblemList as JDK-8274597
> already fixed the test and it's working fine now.
>
> Testing:
> MissingDragExitEventTest.java test has been run 10 times on all 3 platforms
On Wed, 4 May 2022 07:59:41 GMT, Manukumar V S wrote:
> Removing MissingDragExitEventTest.java from ProblemList as JDK-8274597
> already fixed the test and it's working fine now.
>
> Testing:
> MissingDragExitEventTest.java test has been run 10 times on all 3 platforms
On Wed, 27 Apr 2022 11:22:48 GMT, Manukumar V S wrote:
> This test verifies that showing a JPopupMenu shouldn't steal the focus out of
> current focused component..
> This fix moves an unstable closed test to open but updated to be more
> comprehensive in testing multiple L
On Wed, 20 Apr 2022 13:03:48 GMT, Manukumar V S wrote:
> These dnd tests fails with a time out intermittently in some machines(mostly
> Windows 11) which creates frequent noise in CI.
> 1. java/awt/dnd/AcceptDropMultipleTimes/AcceptDropMultipleTimes.java
> 2.
d before disposing the frame.
>
> Testing:
> 1. All the four tests are run 10 times per platform and got all pass
> 2. All the four tests are run 10 times on Windows 11 and got all pass
Manukumar V S has updated the pull request incrementally with one additional
commit since the last
On Mon, 28 Mar 2022 14:17:17 GMT, Manukumar V S wrote:
> Write a regression test for
> [JDK-4390885](https://bugs.openjdk.java.net/browse/JDK-4390885) Enhancement
> Request.
>
> Issue:
> Please add the ability to set the location of a JFileChooser. This mig
On Wed, 27 Apr 2022 18:11:39 GMT, Phil Race wrote:
>> Manukumar V S has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Added blank line at end of file
>
> test/jdk/java/awt/regtesthelpers
d before disposing the frame.
>
> Testing:
> 1. All the four tests are run 10 times per platform and got all pass
> 2. All the four tests are run 10 times on Windows 11 and got all pass
Manukumar V S has updated the pull request incrementally with one additional
commit since the las
d before disposing the frame.
>
> Testing:
> 1. All the four tests are run 10 times per platform and got all pass
> 2. All the four tests are run 10 times on Windows 11 and got all pass
Manukumar V S has updated the pull request incrementally with one additional
commit since the last
This test verifies that showing a JPopupMenu shouldn't steal the focus out of
current focused component..
This fix moves an unstable closed test to open but updated to be more
comprehensive in testing multiple Look and Feels and with some stabilisation
improvements. The closed test had some depe
On Wed, 27 Apr 2022 07:33:31 GMT, Sergey Bylokhov wrote:
> Why do these tests timeout? is it possible that we can get a deadlock there?
This doesn't seem to be a deadlock. When there is no sufficient delay after the
mouse release(dragged mouse pointer release to drop the content), the frame is
the dialog away from the menu item that
> initiated it.
>
> Fix:
> Now it's possible to set the location of Dialog in JFileChooser.
>
> Testing:
> 1. Tested in Mach5 10 times per platform(macos,linux,windows) and got all
> Pass.
Manukumar V S has updated the p
On Wed, 27 Apr 2022 07:38:42 GMT, Sergey Bylokhov wrote:
>> Manukumar V S has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Removed some duplicate code
>
> test/jdk/javax/swing/JFileChooser/JFileChoose
On Wed, 20 Apr 2022 13:28:17 GMT, Manukumar V S wrote:
>> These dnd tests fails with a time out intermittently in some machines(mostly
>> Windows 11) which creates frequent noise in CI.
>> 1. java/awt/dnd/AcceptDropMultipleTimes/AcceptDropMultipleTimes.java
On Wed, 20 Apr 2022 07:14:33 GMT, Manukumar V S wrote:
>> Write a regression test for
>> [JDK-4390885](https://bugs.openjdk.java.net/browse/JDK-4390885) Enhancement
>> Request.
>>
>> Issue:
>> Please add the ability to set the location of a JFile
; Adding a small auto delay of 100ms to fix this.
>
> Testing:
> 1. All the three tests are run 15 times per platform.
> 2. All the tests in java/awt/dnd package run 5 times per platform
> 3. All the three tests are run 5 times specifically on Windows 11 platform.
Manukumar V
These dnd tests fails with a time out intermittently in some machines(mostly
Windows 11) which creates frequent noise in CI.
1. java/awt/dnd/AcceptDropMultipleTimes/AcceptDropMultipleTimes.java
2. java/awt/dnd/DropTargetEnterExitTest/MissedDragExitTest.java
3. java/awt/dnd/DropTargetEnterExitTest/
the dialog away from the menu item that
> initiated it.
>
> Fix:
> Now it's possible to set the location of Dialog in JFileChooser.
>
> Testing:
> 1. Tested in Mach5 10 times per platform(macos,linux,windows) and got all
> Pass.
Manukumar V S has updated the p
On Thu, 7 Apr 2022 11:08:38 GMT, Manukumar V S wrote:
> Write an automated regression test for
> [JDK-4371575](https://bugs.openjdk.java.net/browse/JDK-4371575)
>
> Issue:
> As part of the Merlin focus project, JComponent.setRequestFocusEnabled was
> deprecated and its
On Fri, 8 Apr 2022 07:14:28 GMT, Manukumar V S wrote:
>> Write a regression test for
>> [JDK-4390885](https://bugs.openjdk.java.net/browse/JDK-4390885) Enhancement
>> Request.
>>
>> Issue:
>> Please add the ability to set the location of a JFile
On Sat, 9 Apr 2022 05:27:37 GMT, Sergey Bylokhov wrote:
>> Manukumar V S has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Review comment fixed: Removed unwanted directory
>
> Marked as reviewed by ser
On Tue, 22 Mar 2022 15:48:39 GMT, Manukumar V S wrote:
> Create a regression test for
> [JDK-4287690](https://bugs.openjdk.java.net/browse/JDK-4287690)
> Issue description:
> I want JComboBox to send an event just before the popup (drop down) list is
> displayed.
>
> Fix:
p is visible
> as well as invisible. JComboBox.addPopupMenuListener(PopupMenuListener) can
> be used to register for pop up events.
>
> Testing:
> Tested using Mach5 in all platforms available(macos,linux and windows) and
> got all pass.
Manukumar V S has updated the pull request in
On Fri, 8 Apr 2022 17:57:42 GMT, Phil Race wrote:
>> Manukumar V S has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Review comment fixed: Removed unwanted directory
>
> t
On Thu, 7 Apr 2022 21:01:30 GMT, Phil Race wrote:
> Before I look at the test, can you get rid of the pointless directory 4371575
> A directory might be needed if you had a lot of files for the test - but you
> don't ! And I really don't like naming directories OR tests with the bugid.
> Someo
the dialog away from the menu item that
> initiated it.
>
> Fix:
> Now it's possible to set the location of Dialog in JFileChooser.
>
> Testing:
> 1. Tested in Mach5 10 times per platform(macos,linux,windows) and got all
> Pass.
Manukumar V S has updated the p
p is visible
> as well as invisible. JComboBox.addPopupMenuListener(PopupMenuListener) can
> be used to register for pop up events.
>
> Testing:
> Tested using Mach5 in all platforms available(macos,linux and windows) and
> got all pass.
Manukumar V S has updated the pull request in
cusable property if they
> don't want a component focusable at all.
>
> Testing:
> Tested in mach5, 10 times with all the 3 available platform like macosx,
> windows and linux and got all Pass.
Manukumar V S has updated the pull request incrementally with one additional
Write an automated regression test for
[JDK-4371575](https://bugs.openjdk.java.net/browse/JDK-4371575)
Issue:
As part of the Merlin focus project, JComponent.setRequestFocusEnabled was
deprecated and its implementation was changed to map exactly to the new
method Component.setFocusable. Scott bel
On Mon, 4 Apr 2022 14:05:14 GMT, Manukumar V S wrote:
> Create an automated regression test for
> [JDK-4138746](https://bugs.openjdk.java.net/browse/JDK-4138746)
>
> Issue:
> In the following example (and similarly with other components) you cannot
> specify the correct char
cIndex" is introduced
> in classes AbstractButton and JLabel. It tells which
> character to underline. So for example to underline
> the capital 'A' in 'Save As', one should call:
> setMnemonic('A');
> setDisplayedMnemonicIndex(5);
>
> Test
On Mon, 28 Mar 2022 14:17:17 GMT, Manukumar V S wrote:
> Write a regression test for
> [JDK-4390885](https://bugs.openjdk.java.net/browse/JDK-4390885) Enhancement
> Request.
>
> Issue:
> Please add the ability to set the location of a JFileChooser. This mig
On Tue, 29 Mar 2022 22:06:37 GMT, Sergey Bylokhov wrote:
>> Manukumar V S has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Review comments fixed: code for the Swing lib executed on EDT
>
> test/jdk/ja
Failed.
> Name = Go Up, readOnly = false
> Name = New Folder, readOnly = false
> Failed
>
> Java 1.5.0 -> Test Passed.
> $ jdk1.5.0/bin/java Bug4525475
> LookAndFeel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
> Name = Go Up, readOnly = true
> Name = Go Up,
On Tue, 29 Mar 2022 22:08:01 GMT, Sergey Bylokhov wrote:
>> Write a regression test for
>> [JDK-4525475](https://bugs.openjdk.java.net/browse/JDK-4525475)
>>
>> Issue:
>> JFileChooser allows modification to the file-system by way of the "New
>> Folder"
>> button, and the ability to rename file
On Wed, 23 Mar 2022 05:31:10 GMT, Manukumar V S wrote:
>> Create a regression test for
>> [JDK-4287690](https://bugs.openjdk.java.net/browse/JDK-4287690)
>> Issue description:
>> I want JComboBox to send an event just before the popup (drop down) list is
>>
On Tue, 29 Mar 2022 20:48:58 GMT, Sergey Bylokhov wrote:
>> Write a regression test for
>> [JDK-4400728](https://bugs.openjdk.java.net/browse/JDK-4400728)
>>
>> Issue:
>> JFileChooser constructors by default set current directory to the "Desktop"
>> value on Windows,
>> but should use 'My Docu
On Sun, 13 Mar 2022 13:54:47 GMT, Manukumar V S wrote:
> Write a regression test for
> [JDK-4615365](https://bugs.openjdk.java.net/browse/JDK-4615365) : JSplitPane
> current and last divider positions incorrect when realized
>
> Issue:
> JSplitPane component with a left a
Write a regression test for
[JDK-4390885](https://bugs.openjdk.java.net/browse/JDK-4390885) Enhancement
Request.
Issue:
Please add the ability to set the location of a JFileChooser. This might be a
bug, but JFileChooser.setLocation() has no effect when
JFileChooser.showDialog() is called. Th
On Sat, 26 Mar 2022 07:19:28 GMT, Manukumar V S wrote:
> Write a regression test for
> [JDK-4525475](https://bugs.openjdk.java.net/browse/JDK-4525475)
>
> Issue:
> JFileChooser allows modification to the file-system by way of the "New Folder"
> button, and the a
On Thu, 24 Mar 2022 15:22:35 GMT, Manukumar V S wrote:
> Write a regression test for
> [JDK-4400728](https://bugs.openjdk.java.net/browse/JDK-4400728)
>
> Issue:
> JFileChooser constructors by default set current directory to the "Desktop"
> value on Windows,
&g
Write a regression test for
[JDK-4525475](https://bugs.openjdk.java.net/browse/JDK-4525475)
Issue:
JFileChooser allows modification to the file-system by way of the "New Folder"
button, and the ability to rename file/folder names. There is no method on
JFileChooser which indicates that this type
Write a regression test for
[JDK-4400728](https://bugs.openjdk.java.net/browse/JDK-4400728)
Issue:
JFileChooser constructors by default set current directory to the "Desktop"
value on Windows,
but should use 'My Documents' property instead, also user.home for unix
platforms.
javadoc says:
"pub
On Wed, 23 Mar 2022 05:31:10 GMT, Manukumar V S wrote:
>> Create a regression test for
>> [JDK-4287690](https://bugs.openjdk.java.net/browse/JDK-4287690)
>> Issue description:
>> I want JComboBox to send an event just before the popup (drop down) list is
>>
On Tue, 22 Mar 2022 06:29:16 GMT, Manukumar V S wrote:
>> Write a regression test for
>> [JDK-4615365](https://bugs.openjdk.java.net/browse/JDK-4615365) : JSplitPane
>> current and last divider positions incorrect when realized
>>
>> Issue:
>> JSplit
On Sun, 13 Mar 2022 13:42:15 GMT, Manukumar V S wrote:
> Write a regression test for
> [JDK-4164779](https://bugs.openjdk.java.net/browse/JDK-4164779) : JSplitPane
> keyboard navigation does not support F6 and Ctrl+Tab
>
>
> Issue:
> The specified keyboard suppor
On Tue, 22 Mar 2022 15:30:09 GMT, Manukumar V S wrote:
> Create a regression test for
> [JDK-4231298](https://bugs.openjdk.java.net/browse/JDK-4231298)
> Issue:
> When a JComboBox first drops down, the renderer is called for
> every element in the list, even those element
p is visible
> as well as invisible. JComboBox.addPopupMenuListener(PopupMenuListener) can
> be used to register for pop up events.
>
> Testing:
> Tested using Mach5 in all platforms available(macos,linux and windows) and
> got all pass.
Manukumar V S has updated the pull request in
Create a regression test for
[JDK-4287690](https://bugs.openjdk.java.net/browse/JDK-4287690)
Issue description:
I want JComboBox to send an event just before the popup (drop down) list is
displayed.
Fix:
This requires some additional API targeted for major release of the JDK
(1.4).The PopupMenu
Selected = false, cellHasFocus =
> false
> Value of the Counter is 1
> getListCellRendererComponent index = -1, isSelected = false, cellHasFocus =
> false
> Value of the Counter is 2
> getListCellRendererComponent index = -1, isSelected = false, cellHasFocus =
> false
> Value
Create a regression test for
[JDK-4231298](https://bugs.openjdk.java.net/browse/JDK-4231298)
Issue:
When a JComboBox first drops down, the renderer is called for
every element in the list, even those elements that will not
actually be drawn on the screen.
Fix:
Introduced new API to JComboBox: get
On Tue, 22 Mar 2022 01:35:52 GMT, Sergey Bylokhov wrote:
>> Manukumar V S has updated the pull request incrementally with two additional
>> commits since the last revision:
>>
>> - Removed extra blank line before import static
>> - Review comment fixed: Limited
last= 0
> Test Failed.
>
> Java 1.4.1 -> Test Passed.
> $ j2sdk1.4.1/bin/java bug4615365
> current= 97, last= -1
> Test Passed.
Manukumar V S has updated the pull request incrementally with two additional
commits since the last revision:
- Removed extra blank line before import static
On Sun, 13 Mar 2022 14:01:25 GMT, Manukumar V S wrote:
>> Write a regression test for
>> [JDK-4164779](https://bugs.openjdk.java.net/browse/JDK-4164779) : JSplitPane
>> keyboard navigation does not support F6 and Ctrl+Tab
>>
>>
>> Issue:
>> The spec
On Sun, 13 Mar 2022 14:07:22 GMT, Manukumar V S wrote:
> Write a regression test for
> [JDK-4820080](https://bugs.openjdk.java.net/browse/JDK-4820080) : RFE: Cannot
> Change the JSplitPane Divider Color while dragging
>
> Issue(as per bug description):
> I want to chang
On Tue, 8 Mar 2022 10:52:44 GMT, Manukumar V S wrote:
> Create a regression test for the JTree usecase of
> [JDK-4618767](https://bugs.openjdk.java.net/browse/JDK-4618767)
>
>
> Issue identified in
> [JDK-4618767](https://bugs.openjdk.java.net/browse/JDK-4618767):
> Ty
On Tue, 8 Mar 2022 10:06:23 GMT, Manukumar V S wrote:
> Create a regression test for
> [JDK-4330998](https://bugs.openjdk.java.net/browse/JDK-4330998)
>
>
> Issue tested:
> When calling JEditorPane.setText(null), the following exception is thrown:
>
> java.l
NullPointerException when calling text.setText(null)
> at bug4330998Win.runTest(bug4330998Win.java:45)
> at bug4330998Win.main(bug4330998Win.java:51)
> Exception in thread "main"
>
> Java 1.4.1 -> Test Passed.
> $ ./j2sdk1.4.1/bin/java bug4330998Wi
On Wed, 16 Mar 2022 20:20:39 GMT, Sergey Bylokhov wrote:
> Looks fine, please confirm that mach5 is green before integration.
Confirmed with Mach5 execution in Linux,Mac and Windows machines(10 times run
in each platform) and got all pass.
-
PR: https://git.openjdk.java.net/jdk/pu
NullPointerException when calling text.setText(null)
> at bug4330998Win.runTest(bug4330998Win.java:45)
> at bug4330998Win.main(bug4330998Win.java:51)
> Exception in thread "main"
>
> Java 1.4.1 -> Test Passed.
> $ ./j2sdk1.4.1/bin/java bug4330998Wi
NullPointerException when calling text.setText(null)
> at bug4330998Win.runTest(bug4330998Win.java:45)
> at bug4330998Win.main(bug4330998Win.java:51)
> Exception in thread "main"
>
> Java 1.4.1 -> Test Passed.
> $ ./j2sdk1.4.1/bin/java bug4330998Wi
On Wed, 16 Mar 2022 16:36:22 GMT, Alexey Ivanov wrote:
>> test/jdk/javax/swing/JEditorPane/4330998/JEditorPaneSetTextNullTest.java
>> line 41:
>>
>>> 39:
>>> 40: try {
>>> 41: SwingUtilities.invokeAndWait(() ->
>>> editorPane.setText(null));
>>
>> I believe the test cou
NullPointerException when calling text.setText(null)
> at bug4330998Win.runTest(bug4330998Win.java:45)
> at bug4330998Win.main(bug4330998Win.java:51)
> Exception in thread "main"
>
> Java 1.4.1 -> Test Passed.
> $ ./j2sdk1.4.1/bin/java bug4330998Wi
fLookAndFeel
> LookAndFeel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
> OS = windows nt (unknown)
> Test passed com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Manukumar V S has updated the pull request incrementally with one additional
commit since the last revision:
Review comments fixed: Removed (int) c
Test Failed.
>
> Java 1.5.0 -> Test Failed.
> $ ./jdk1.5.0/bin/java JSplitPaneDragColorTest
> Metal uses correct drag color true
> Windows uses correct drag color true
> Windows Classic uses correct drag color true
> Test Passed.
Manukumar V S has updated the pull request incr
On Wed, 16 Mar 2022 06:31:52 GMT, Manukumar V S wrote:
>> test/jdk/javax/swing/JSplitPane/4820080/JSplitPaneDragColorTest.java line 71:
>>
>>> 69: robot.setAutoWaitForIdle(true);
>>> 70: robot.setAutoDelay(200);
>>> 71: // Skippin
On Wed, 16 Mar 2022 05:53:50 GMT, Sergey Bylokhov wrote:
>> Write a regression test for
>> [JDK-4820080](https://bugs.openjdk.java.net/browse/JDK-4820080) : RFE:
>> Cannot Change the JSplitPane Divider Color while dragging
>>
>> Issue(as per bug description):
>> I want to change the color of t
On Tue, 8 Mar 2022 10:06:23 GMT, Manukumar V S wrote:
> Create a regression test for
> [JDK-4330998](https://bugs.openjdk.java.net/browse/JDK-4330998)
> Context: Migrating tests from a closed tonga based test suite to open
> regression based one.
>
> Issue test
On Tue, 8 Mar 2022 10:52:44 GMT, Manukumar V S wrote:
> Create a regression test for the JTree usecase of
> [JDK-4618767](https://bugs.openjdk.java.net/browse/JDK-4618767)
> Context: Migrating tests from a closed tonga based test suite to open
> regression based one.
>
> I
Write a regression test for
[JDK-4820080](https://bugs.openjdk.java.net/browse/JDK-4820080) : RFE: Cannot
Change the JSplitPane Divider Color while dragging
Issue(as per bug description):
I want to change the color of the JSplitPane divider. I
opened the code and found that, the color is hard co
Write a regression test for
[JDK-4615365](https://bugs.openjdk.java.net/browse/JDK-4615365) : JSplitPane
current and last divider positions incorrect when realized
Issue:
JSplitPane component with a left and right component has its current divider
position incorrectly set to -1 once it is fully
./j2sdk1.4.0/bin/java JSplitPaneTest
> Verifier 1 failed
> Verifier 2 failed
> Verifier 3 failed
> Verifier 4 failed
> Test Failed.
>
> Java 1.4.1 -> Test Passed.
> $ ./j2sdk1.4.1/bin/java JSplitPaneTest
> Verifier 1 passed
> Verifier 2 passed
> Verifier 3 pas
Write a regression test for
[JDK-4164779](https://bugs.openjdk.java.net/browse/JDK-4164779) : JSplitPane
keyboard navigation does not support F6 and Ctrl+Tab
Context: Migrating tests from a closed tonga based test suite to open
regression based one.
Issue:
The specified keyboard support for JSp
On Tue, 22 Feb 2022 15:47:20 GMT, Manukumar V S wrote:
> Create a regression test for
> [JDK-4532513](https://bugs.openjdk.java.net/browse/JDK-4532513).
> This test verifies that the DefaultCaret doesn't requests focus in mouseClick
> and mousePressed causing the associated
On Tue, 8 Mar 2022 10:52:44 GMT, Manukumar V S wrote:
> Create a regression test for the JTree usecase of
> [JDK-4618767](https://bugs.openjdk.java.net/browse/JDK-4618767)
> Context: Migrating tests from a closed tonga based test suite to open
> regression based one.
>
> I
Create a regression test for the JTree usecase of
[JDK-4618767](https://bugs.openjdk.java.net/browse/JDK-4618767)
Context: Migrating tests from a closed tonga based test suite to open
regression based one.
Issue identified in
[JDK-4618767](https://bugs.openjdk.java.net/browse/JDK-4618767):
Typi
On Tue, 8 Mar 2022 10:06:23 GMT, Manukumar V S wrote:
> Create a regression test for
> [JDK-4330998](https://bugs.openjdk.java.net/browse/JDK-4330998)
> Context: Migrating tests from a closed tonga based test suite to open
> regression based one.
>
> Issue test
Create a regression test for
[JDK-4330998](https://bugs.openjdk.java.net/browse/JDK-4330998)
Issue tested:
When calling JEditorPane.setText(null), the following exception is thrown:
java.lang.NullPointerException:
at java.io.StringReader.(StringReader.java:38)
Testing:
Java 1.4.0 -> Tes
shouldYieldFocus called 1
> Test passed for laf: com.sun.java.swing.plaf.motif.MotifLookAndFeel
> Testing L&F: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
> shouldYieldFocus called 1
> Test passed for laf: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Manukumar V S has upda
shouldYieldFocus called 1
> Test passed for laf: com.sun.java.swing.plaf.motif.MotifLookAndFeel
> Testing L&F: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
> shouldYieldFocus called 1
> Test passed for laf: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Manukumar V S has
shouldYieldFocus called 1
> Test passed for laf: com.sun.java.swing.plaf.motif.MotifLookAndFeel
> Testing L&F: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
> shouldYieldFocus called 1
> Test passed for laf: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Manukumar V S has u
On Thu, 24 Feb 2022 11:46:58 GMT, Manukumar V S wrote:
> Create a regression test for
> [JDK-4518432](https://bugs.openjdk.java.net/browse/JDK-4518432).
>
> Issue: Copying from JTree and then changing the data in the component that
> was copied from, can cause pastes to use
&
On Wed, 23 Feb 2022 07:13:25 GMT, Manukumar V S wrote:
>> Create a regression test for
>> [JDK-4532513](https://bugs.openjdk.java.net/browse/JDK-4532513).
>> This test verifies that the DefaultCaret doesn't requests focus in
>> mouseClick and mousePressed causing
shouldYieldFocus called 1
> Test passed for laf: com.sun.java.swing.plaf.motif.MotifLookAndFeel
> Testing L&F: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
> shouldYieldFocus called 1
> Test passed for laf: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Manukumar V S has up
est Passed in javax.swing.plaf.metal.MetalLookAndFeel
> Testing L&F: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
> Test Passed in com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Manukumar V S has updated the pull request incrementally with one additional
commit since the last revision:
R
On Fri, 25 Feb 2022 15:37:10 GMT, Manukumar V S wrote:
> Create a regression test for
> [JDK-4666101](https://bugs.openjdk.java.net/browse/JDK-4666101).
>
> DESCRIPTION OF THE ACTUAL PROBLEM :
> In a JEditorPane, the down arrow has no effect after you add text on a line
>
iled, Down Arrow Key Not Functional, expected caret position is 5, but
> actual is 4
>
>
> Java 1.4.2 -> Test Passed.
> $ ./j2sdk1.4.2/bin/java JEditorBugWin
> Caret Updated : 5
> Test Passed, Down Arrow Key Functional
Manukumar V S has updated the pull request incrementally
On Thu, 24 Feb 2022 11:46:58 GMT, Manukumar V S wrote:
> Create a regression test for
> [JDK-4518432](https://bugs.openjdk.java.net/browse/JDK-4518432).
>
> Issue: Copying from JTree and then changing the data in the component that
> was copied from, can cause pastes to use
&
On Thu, 3 Mar 2022 06:19:36 GMT, Manukumar V S wrote:
>> Create a regression test for
>> [JDK-4666101](https://bugs.openjdk.java.net/browse/JDK-4666101).
>>
>> DESCRIPTION OF THE ACTUAL PROBLEM :
>> In a JEditorPane, the down arrow has no effect after you add
1 - 100 of 178 matches
Mail list logo