Hide Forgot
project_key: SOA The EDS Admin guide correctly states that: "...Only Modelss "connection-jndi-name" can be modified using this tool by clicking on the "configuration" tab, all other properties are read-only..." The problem is that the other text boxes displayed for the VDBs' other properties allow the user to select/highlight/scroll through text - this gives the impression that the data is editable, when it is not. See attached screenshots - can these fields be displayed in a greyed-out mode when they are not editable?
This is the behavior that comes with the admin console GUI. From a plugin standpoint we can make the fields read-only (which they are) and this makes them non-editable and a light grey color, but (as noted in the description of this Jira) the user can still place their cursor in the field and move it around. This is confusing and a Jira should be logged against Embedded Jopr, if there isn't already one.
Attachment: Added: not-editable-1.png Attachment: Added: non-editable-2.png
Link: Added: This issue is a dependency of EMBJOPR-351
The current behavior was intentional. I made the text inputs for read-only props readonly [1] instead of disabled [2], so that the text would still be selectable, in case the user wants to copy and paste the property value. [1] http://www.w3schools.com/tags/att_input_readonly.asp [2] http://www.w3schools.com/tags/att_input_disabled.asp