On Fri, 9 Dec 2022 19:20:24 GMT, Sergey Bylokhov wrote:
> It would be good to add a test case to make sure this bug will not happen
> someday again.
I tried but it seems AWT EventQueue is gobbling up the NPE and not throwing it
to application which is why even though NPE is seen but test does
On Wed, 7 Dec 2022 10:25:31 GMT, Abhishek Kumar wrote:
> In case of GTK LAF, the current selected element was not visible due to
> arrowbutton is rendered in entire display area of Combobox.
>
> The proposed fix is to set the `squareButton `property of combobox to `false
> `so that the arrowbu
The code from `AccessibilityGraphicsEnvironment` is moved/merged back to the
`SunGraphicsEnvironment` from where it was initially
[copied](https://github.com/openjdk/jdk18/pull/72#issuecomment-1001050200). The
required API is exported from the `sun.java2d` to the `jdk.accessibility`(on
WIndows
It is not possible to select all files on press of Ctrl+A in JFileChooser for
GTK LAF where as all folders can be selected.
In native side on press of Ctrl+A, able to select all files as well as folders.
Proposed fix is to enable `multiselection `property by default for JFileChooser
in GTK LAF
> The serialized form of the following classes in JDK 7 builds are not
> compatible with prior versions of Java:
> javax.swing.text.html.parser.ParserDelegator
> javax.swing.LayoutComparator
> They need to be declared as not compatible between releases in the API
> documentation, as is th
> The serialized form of the following classes in JDK 7 builds are not
> compatible with prior versions of Java:
> javax.swing.text.html.parser.ParserDelegator
> javax.swing.LayoutComparator
> They need to be declared as not compatible between releases in the API
> documentation, as is th
> This is referenced in Java Bug Database as
> - [JDK-8296661 : Typo Found In
> CSSParser.java](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8296661)
>
> This is tracked in JBS as
> - [JDK-8296661 : Typo Found In
> CSSParser.java](https://bugs.openjdk.java.net/browse/JDK-8296661)
>
> I
On Mon, 5 Dec 2022 18:56:40 GMT, Alexey Ivanov wrote:
>> ScientificWare has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Another type.
>>
>> Replace one by once.
>
> src/java.desktop/share/classes/javax/swing/text/html/CSSParser.java
On Sat, 10 Dec 2022 12:37:42 GMT, ScientificWare wrote:
>> This is referenced in Java Bug Database as
>> - [JDK-8296661 : Typo Found In
>> CSSParser.java](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8296661)
>>
>> This is tracked in JBS as
>> - [JDK-8296661 : Typo Found In
>> CSSPars