pedro-w commented on issue #8780: URL: https://github.com/apache/netbeans/issues/8780#issuecomment-3249141936
I found this, which I don't think makes sense. https://github.com/apache/netbeans/blob/304cbece6f1bab9445184087a42e4cc2f0f9b71d/java/form/src/org/netbeans/modules/form/editors/MnemonicEditor.java#L127-L147 `newValue` is a Character here (this function is called by `setAsText` in the same file) and although the new value is set, control then passes through to line 146 which throws an exception. That exception ultimately causes the "Invalid value:" via this helper function https://github.com/apache/netbeans/blob/304cbece6f1bab9445184087a42e4cc2f0f9b71d/platform/openide.explorer/src/org/openide/explorer/propertysheet/PropUtils.java#L560-L589 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
