Closed bkmeneguello closed 10 months ago
I can reproduce this issue. It seems to be related to the java version, because it didn't occur with older versions and with "openjdk-11-jre" there is no issuer either.
Thanks for reporting!
Ok, so I have tried several Java runtimes under Mint 19.1 and this behaviour occurs only with the openjdk-8-jre
package of Mint 19.1. With every other JRE it works just fine:
jre1.8.0_191
from Oracle (same version as the openjdk-8-jre
package of Mint 19.1!)openjdk-11-jre
from Mint 19.1jre8.0.202
from AdoptOpenJDK11.0.2
from OpenJDK12.ea.31
from OpenJDKIn other words this seems to be a bug in the openjdk-8-jre
package of Mint 19.1, therefore I'll close this issue.
I still have this issue on OSX Mojave and not on Linux MINT openjdk version "1.8.0_212" OpenJDK Runtime Environment Corretto-8.212.04.1 (build 1.8.0_212-b04) OpenJDK 64-Bit Server VM Corretto-8.212.04.1 (build 25.212-b04, mixed mode)
and also on Oracle's official release including Java v11, please reopen....
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at org.kse.gui.dialogs.extensions.ExtensionsTableCellRend.getTableCellRendererComponent(ExtensionsTableCellRend.java:69) at java.desktop/javax.swing.JTable$AccessibleJTable.getAccessibleChild(JTable.java:7154) at java.desktop/javax.swing.JTable$AccessibleJTable.getAccessibleAt(JTable.java:7541) at java.desktop/javax.swing.JTable$AccessibleJTable.valueChanged(JTable.java:7055) at java.desktop/javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:219) at java.desktop/javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:186) at java.desktop/javax.swing.DefaultListSelectionModel.setValueIsAdjusting(DefaultListSelectionModel.java:723) at java.desktop/javax.swing.plaf.basic.BasicTableUI$Handler.setValueIsAdjusting(BasicTableUI.java:972) at java.desktop/javax.swing.plaf.basic.BasicTableUI$Handler.mouseReleased(BasicTableUI.java:1185) at java.desktop/javax.swing.plaf.basic.BasicTableUI$MouseInputHandler.mouseReleased(BasicTableUI.java:820) at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:298) at java.desktop/java.awt.Component.processMouseEvent(Component.java:6632) at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
@dariusan Works for me:
I'll leave this ticket open for a bit in case you (or someone else) can provide more details.
I have two different Mojave OSX 10.14.4 systems where this issue occurs. Both were setup independently. I use one privately at home and the other at my office. The extension value never changes. To select an extension I have to to click on on the value pane first. However the value panel never changes the content. I can only read values in the ASN.1 view. I don't use dark mode.
Same issue for AdoptOpenJDK 11 from MacPorts, running on Mojave.
Again, works for me.
If you really want to help with this issue, try to find out what is special on your machines. Do you have any tools installed, that might mess with the GUI? Try to uninstall them and check if the problem still occurs.
I also tried with portable version of AdoptOpenJDK 11. I noticed that following warning occurs when I open the application; this may or may not be related:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.kse.gui.MacOsIntegration (file:/Users/franklinyu/Downloads/kse-542/kse.jar) to constructor com.apple.eawt.Application()
WARNING: Please consider reporting this to the maintainers of org.kse.gui.MacOsIntegration
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
No, the warning is not related to this problem.
I bought a brand-new iMac 2019 and can reproduce this issue on it. By the way, why would your UI be different from mine?
@FranklinYu With no other software installed, especially no tools like Karabiner?
No. I haven’t even heard of Karabiner. I don’t currently use any third-party kernel extension.
I will try to start a virtual machine with macOS as guest; I heard that it’s possible with VirtualBox. If that works then we would have a reproducible way. Maybe following this blog.
Maybe I will also check whether I can reproduce on Ubuntu 18.04 in Virtualbox.
This issue also occurs with Ubuntu 18.04's actual OpenJDK 8 build:
OpenJDK Runtime Environment (build 1.8.0_242-8u242-b08-0ubuntu3~18.04-b08) OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode)
The problem however does not occur with the actual AdoptOpenJDK 8:
OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_242-b08) OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.242-b08, mixed mode)
Closing this issue as the cause is not in KSE, but in the Java runtime
Describe the bug I cannot select an entry from "Certificate Extensions" list, only the first (already selected) is focused.
To Reproduce Steps to reproduce the behavior:
Expected behavior Elements should be selectable and information should be displayed
Screenshots
Environment