[ https://issues.apache.org/jira/browse/NETBEANS-6347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17475330#comment-17475330 ]
Svatopluk Dedic commented on NETBEANS-6347: ------------------------------------------- Could you please supply a sample of your global action defs ? They are located in {*}userdir{*}/config/Projects/org-netbeans-modules-maven/nbactions.xml. The reason for the bug is that *disabled* condition for an action is represented as *absence* of any goal, which is the default state of any new action. A proper fix is more complicated - filed NETBEANS-6387 to track the progress. The fast fix before NB13 branch point is simply to assume user-defined actions as always enabled + necessary adjustments in UI. > Adding Global Goal Definitions for Maven is broken for 12.5 + 12.6. > ------------------------------------------------------------------- > > Key: NETBEANS-6347 > URL: https://issues.apache.org/jira/browse/NETBEANS-6347 > Project: NetBeans > Issue Type: Bug > Components: apisupport - Maven > Affects Versions: 12.5, 12.6 > Reporter: Thomas Schapitz > Assignee: Neil C Smith > Priority: Critical > Labels: pull-request-available > Fix For: NB13 > > Attachments: image-2021-12-31-10-27-08-275.png, > image-2021-12-31-10-30-58-143.png > > Time Spent: 40m > Remaining Estimate: 0h > > The following hardcopy illustrates the problem. > It *is* possible, to add a new definition, but afterwards, it is no longer > possible to maintain values for the goals & profiles, as has been the case up > to version 12.3 > And it isn't possible to activate the definition, it get's created in > disabled state. (Prior to 12.4, it wasn't possible to disable a definition) > Furthermore, at least on Windows 10 / JDK 17, one may observe, that the > alignment of the buttons with the list is botched, as the last one, "Disable" > gets clipped, because the listbox default hight dictates the length. > !image-2021-12-31-10-30-58-143.png! > > This is how it looked like up to 12.3: > !image-2021-12-31-10-27-08-275.png! > -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists