[JBoss JIRA] (DROOLS-4166) [DMN Designer] Data Types - Shortcuts don't work after the a field is inserted by kebab menu
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4166?page=com.atlassian.jira.plugi... ]
Jozef Marko closed DROOLS-4166.
-------------------------------
Fix Version/s: 7.31.0.Final
Resolution: Out of Date
Can not reproduce anymore
> [DMN Designer] Data Types - Shortcuts don't work after the a field is inserted by kebab menu
> --------------------------------------------------------------------------------------------
>
> Key: DROOLS-4166
> URL: https://issues.jboss.org/browse/DROOLS-4166
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Affects Versions: 7.24.0.Final
> Reporter: karreiro
> Assignee: Daniel José dos Santos
> Priority: Major
> Labels: drools-tools
> Fix For: 7.31.0.Final
>
>
> In the Data Types tab, the shortcuts don't work after the a field is inserted by the kebab menu.
> Steps to reproduce:
> - Create a DMN model
> - Select Data Types tab
> - Create a Structure Data Type
> - Save the Data Type
> - Add a nested Data Type by using the kebab menu
> - Type a new name
> - Press Ctrl + S
> Actual result: the parent Data Type is saved (and the changes are lost)
> Expected result: the child Data Type is saved and the changes are save.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (DROOLS-4149) DMN Editor - Unexpected focus after user selects data type
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4149?page=com.atlassian.jira.plugi... ]
Jozef Marko resolved DROOLS-4149.
---------------------------------
Fix Version/s: 7.31.0.Final
Resolution: Done
Resolved by DROOLS-4762
> DMN Editor - Unexpected focus after user selects data type
> ----------------------------------------------------------
>
> Key: DROOLS-4149
> URL: https://issues.jboss.org/browse/DROOLS-4149
> Project: Drools
> Issue Type: Story
> Components: DMN Editor
> Affects Versions: 7.24.0.Final
> Reporter: Amy Glass
> Assignee: karreiro
> Priority: Major
> Labels: drools-tools
> Fix For: 7.31.0.Final
>
>
> When entering a new Data Type in the DMN editor, cursor focus appears in the name field by default for a new row. That is as expected. After typing in a name and pressing the tab key, the focus moves to the type selector. I type in a letter like "s" for string and the list opens with the first item beginning with the letter "s" selected. Then I press the space bar to select that item and close the menu.
> Unexpectedly, focus now returns to the Name field. It should not. The cursor focus should now be placed on the next selectable field in the row as I continue to edit.
> I notice that the next field (List with the Yes/No toggle) does actually get focus as I tab through, but there is no visual indication that focus is on that field. So when I next tab and focus moves to the "Constraints" label, I realize that focus was there on the previous field but I just couldn't see it.
> Finally, the Save button should receive focus right after I tab from the "Constraints" label so that I can press Space bar or Enter to select it without having to use the mouse.
> h3. Acceptance test
> - Chrome
> - Firefox
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (DROOLS-4024) Move keyboard shortcuts to menus in DMN.
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4024?page=com.atlassian.jira.plugi... ]
Jozef Marko commented on DROOLS-4024:
-------------------------------------
[~uxdlc] hello, please can be this closed? we do not have the kebab menus anymore. We have an icen per action and each icon has a toolstip with the shortcut user can use.
> Move keyboard shortcuts to menus in DMN.
> ----------------------------------------
>
> Key: DROOLS-4024
> URL: https://issues.jboss.org/browse/DROOLS-4024
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Elizabeth Clayton
> Assignee: karreiro
> Priority: Major
> Labels: UX, UXTeam, drools-tools
> Attachments: kebab-shortcuts.png
>
>
> As a business analyst practitioner, I would like to view the keyboard shortcuts in the context of the menu actions that they refer to.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (WFLY-12848) Not all attributes are listed via console
by Wolfgang Mayer (Jira)
Wolfgang Mayer created WFLY-12848:
-------------------------------------
Summary: Not all attributes are listed via console
Key: WFLY-12848
URL: https://issues.jboss.org/browse/WFLY-12848
Project: WildFly
Issue Type: Bug
Components: Web Console
Affects Versions: 18.0.1.Final
Environment: Apache Maven 3.6.1
Maven home: /usr/share/maven
Java version: 13, vendor: Private Build, runtime: /usr/lib/jvm/java-13-openjdk-amd64
Default locale: de_DE, platform encoding: UTF-8
OS name: "linux", version: "5.3.0-24-generic", arch: "amd64", family: "unix"
Reporter: Wolfgang Mayer
Assignee: Harald Pehl
Attachments: Console.png, query.png
When opening
Configuration => Subsystems => Configuration => Security (Elytron) => Security Realms => JDBC Realm => Principal Query
the field "Attribute Mapping" shows only the first attribute
via cli this looks correct
/subsystem=elytron/jdbc-realm=MySqlJDBCRealm:read-resource
{
"outcome" => "success",
"result" => {"principal-query" => [{
"sql" => "SELECT u.password, r.role FROM users u, roles r WHERE u.username =? AND u.username = r.username",
"data-source" => "MySQLTestDS",
"attribute-mapping" => [{
"to" => "groups",
"index" => 2
}],
"clear-password-mapper" => {"password-index" => 1}
}]}
}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months