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 text on a line
>> preceding a blan
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
>the n
On Wed, 16 Feb 2022 07:44:27 GMT, Prasanta Sadhukhan
wrote:
> When invalid unicode codepoints 0x and 0x1 are added to an empty
> javax.swing.JTextComponent (JTextArea or JTextField), the view cannot be
> updated due to a NullPointerException in TextLayout.getBaselineFromGraphic()
> ow
On Wed, 23 Feb 2022 04:24:41 GMT, Prasanta Sadhukhan
wrote:
> It is observed that mouseWheel doesn't scroll through a list if there is no
> scrollbar even though pressing PageUp/Down using keyboard moves up/down the
> list.
> Issue stems from the fact that BasicScrollPaneUI.Handler.mouseWheelM
Prevailing JDK coding practices use "@throws" rather than "@exception".
Refactor existing java/awt classes javadoc to use @throws
-
Commit messages:
- Fix
- Fix
Changes: https://git.openjdk.java.net/jdk/pull/7675/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7675&ran
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 text on a line
>> preceding a blan
On Tue, 22 Feb 2022 04:38:21 GMT, Tejesh R wrote:
>> Issue in painting last row of JTable due to decrement in `MaxRow `during
>> computation. Differences in `MaxRow `computation between `TablePrintable`
>> and `BasicTableUI `class. The Bug is fixed in both the classes. Test Case
>> added to va
> 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
> preceding a blank line.
>
> Testing:
> As the original issue was reported in
On Thu, 3 Mar 2022 07:45:46 GMT, Prasanta Sadhukhan
wrote:
>> Malgun_Gothic(https://en.wikipedia.org/wiki/Malgun_Gothic) had replaced
>> Gulim korean font so it needs to be updated to show korean fonts
>
> Prasanta Sadhukhan has updated the pull request incrementally with one
> additional comm
> This testcase covers both old and new api ( api added in jdk17
> getAccessibleAction(), getAccessibleActionCount() ,
> getAccessibleActionDescription )
>
> @shurymury
> @savoptik
lawrence.andrews has updated the pull request incrementally with one additional
commit since the last revision:
On Thu, 3 Mar 2022 17:05:52 GMT, Naoto Sato wrote:
> OK, so there is no way to chain the physical fonts.
> One other thing I noticed was that `GulimChe` is a `monospaced` font, so I
> would also leave it for `monospaced` properties, as `Malgun Gothic` is a
> proportional font.
Good point.
---
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
>the n
On Thu, 3 Mar 2022 07:45:46 GMT, Prasanta Sadhukhan
wrote:
>> Malgun_Gothic(https://en.wikipedia.org/wiki/Malgun_Gothic) had replaced
>> Gulim korean font so it needs to be updated to show korean fonts
>
> Prasanta Sadhukhan has updated the pull request incrementally with one
> additional comm
On Thu, 3 Mar 2022 16:16:50 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
>> preceding a blan
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
> preceding a blank lin
On Tue, 1 Mar 2022 23:27:57 GMT, DamonGuy wrote:
>> Html does not fit in JButton at certain sizes because default Insets cause
>> html to be displayed off-center.
>>
>> Changes made to SwingUtilities.java layoutCompoundLabelImpl method to enable
>> clipping if html does not fit, similar to re
> As per the bug eval, we are returning a pointer to a native raw LittleCMS
> profile and it should be a cooked one.
> The simple test fails before the fix with
> ~/jdk17/Contents/Home/bin/java SetTagDataValidation
>
> Exception in thread "main" java.awt.color.CMMEx
> As per the bug eval, we are returning a pointer to a native raw LittleCMS
> profile and it should be a cooked one.
> The simple test fails before the fix with
> ~/jdk17/Contents/Home/bin/java SetTagDataValidation
>
> Exception in thread "main" java.awt.color.CMMEx
> Html does not fit in JButton at certain sizes because default Insets cause
> html to be displayed off-center.
>
> Changes made to SwingUtilities.java layoutCompoundLabelImpl method to enable
> clipping if html does not fit, similar to regular text. AquaButtonUI.java now
> detects when html d
On Thu, 3 Mar 2022 21:27:36 GMT, Phil Race wrote:
>> As per the bug eval, we are returning a pointer to a native raw LittleCMS
>> profile and it should be a cooked one.
>> The simple test fails before the fix with
>> ~/jdk17/Contents/Home/bin/java SetTagDataValidation
>
On Thu, 3 Mar 2022 21:27:45 GMT, DamonGuy wrote:
>> Html does not fit in JButton at certain sizes because default Insets cause
>> html to be displayed off-center.
>>
>> Changes made to SwingUtilities.java layoutCompoundLabelImpl method to enable
>> clipping if html does not fit, similar to re
On Thu, 3 Mar 2022 20:42:16 GMT, Alexey Ivanov wrote:
>> DamonGuy has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Updated test to be headless using BufferedImage.
>
> test/jdk/javax/swing/JButton/HtmlButtonImageTest/HtmlButtonImageTest.j
> Html does not fit in JButton at certain sizes because default Insets cause
> html to be displayed off-center.
>
> Changes made to SwingUtilities.java layoutCompoundLabelImpl method to enable
> clipping if html does not fit, similar to regular text. AquaButtonUI.java now
> detects when html d
> Changed the drawing area to be increased by 0.5 on the left side to prevent
> clipping
Alisen Chung has updated the pull request incrementally with three additional
commits since the last revision:
- adjusted pixels to check for border
- typo
- reverted old change, swapped order of paintin
On Fri, 11 Feb 2022 23:44:22 GMT, Alisen Chung wrote:
> Changed the drawing area to be increased by 0.5 on the left side to prevent
> clipping
I've updated the fix to stop overdrawing, please review @mrserb @prrace
@prsadhuk
-
PR: https://git.openjdk.java.net/jdk/pull/7449
> 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
>the new edited data.
>
> This test verifies that copying from
> 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 input verifier to fire twice.
> As per [JDK-4532513](https://bugs.openjdk.jav
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 the associated input verifier t
> Malgun_Gothic(https://en.wikipedia.org/wiki/Malgun_Gothic) had replaced Gulim
> korean font so it needs to be updated to show korean fonts
Prasanta Sadhukhan has updated the pull request incrementally with one
additional commit since the last revision:
Revert dialogInput. Add Bolditalic
--
Create a test for
[JDK-4740761](https://bugs.openjdk.java.net/browse/JDK-4740761)
The issue observed is in a JFrame with a JTextField and a JScrollPane which
contains focused component. When the JScrollPane was
is removed from its parent, focus stays with the the scroller
of the removed JScrollP
30 matches
Mail list logo