Skip to content
Success

Changes

Summary

  1. GlassPaneRenderer: add null check (details)
  2. Table/Tree: improve error message (details)
Commit 3be064c2db9571e645d92fb6e705f337200fb3d6 by Beat Schwarzentrub
GlassPaneRenderer: add null check

Change-Id: I4e6a4bee0df529c691c45e4d443f139afea52188
Reviewed-on: https://git.eclipse.org/r/c/scout/org.eclipse.scout.rt/+/183119
Tested-by: Scout Bot <scout-bot@eclipse.org>
Reviewed-by: Beat Schwarzentrub <bsh@bsiag.com>
The file was modified eclipse-scout-core/src/glasspane/GlassPaneRenderer.js
Commit 78ad7b2ad5bfe23f8ca4062053fa24736ae4d4a4 by Beat Schwarzentrub
Table/Tree: improve error message

jQuery objects don't have a good toString(), so the error message would
only contain "[object Object]", which is not very helpful. Use graphics.
debugOutput() instead.

Change-Id: I451d6a900d8b29c321ca81d779ceff88d21ffced
Reviewed-on: https://git.eclipse.org/r/c/scout/org.eclipse.scout.rt/+/183120
Tested-by: Scout Bot <scout-bot@eclipse.org>
Reviewed-by: Beat Schwarzentrub <bsh@bsiag.com>
The file was modified eclipse-scout-core/src/table/Table.js
The file was modified eclipse-scout-core/src/tree/Tree.js