4.5.60 (December 2015)
The following defects are resolved in this build.
NXPSR-11136 | Datepicker -when editable = false, user is allowed to type in textbox |
NXPSR-11137 | [Compatibility] After opening menu, previously selected menuItem is still highlighted |
NXPSR-11138 | The line for the tree by <tree/> or <treeTable/> is not displayed correctly. |
NXPSR-11139 | Allow for customization of named system colors through nexaweb-client.xml |
NXPSR-11140 | Reliable messaging was working but Deadlock caused when synchronize-nexaweb-server-requests is set to true in nexaweb-client.xml |
NXPSR-11141 | Ensure single onStateChange event fired for <table/> when using <ensure-pre-bugfix-table-statechange-behavior-onmousedown> flag |
NXPSR-11139 Allow for customization of named system colors through nexaweb-client.xml
The color values for named system colors (e.g. WindowText, Highlight) can be redefined in nexaweb-client.xml.
A new section systemcolor-configuration has been added to define the system colors.
Color values can be hex values (e.g. #FF0000) or rgb strings (e.g. rgb(0,255,255).
For example,
The following configuration will redefine the color value for "Highlight" and introduce a new system color name "CustomSystem"
<systemcolor-configuration>
<systemColor name="Highlight" value="#FF0000"/>
<systemColor name="CustomSystem" value="rgb(0,255,0)"/>
</systemcolor-configuration>