Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

 

Info
titleTrap to Avoid

Important Note: the flag will provide the previous behavior; however there is still one behavioral change:

When the table is in multiCell or multiRow selection mode, the mouse down will fire the onStateChange for the table, because the compatibility flag is set; however, since it will not be clearing the selection state of the other rows/cells, multiple Ids will be reported for this event.  Also, when the mouse is released the other rows/cells will be cleared, firing another onStateChange to reflect the new state with the single selected row.

 

Modifications Debug Logs
Debug logs that stopped working in Platform 4.5.8 now work again in Platform 4.5.13. Debug logs can be enabled by editing Nexaweb-client.xml.
 

 

Info
title Trap to Avoid

Debug log is now called “XModify” instead of “XUpdate”.

 

New attribute "navigationWrapPolicy"
A new attribute called “navigationWrapPolicy” allows customers to specify how to wrap when using the keyboard to navigate table, tree, and tree table cells (widgets must be in single cell selection mode).

...