RSence 2.1.4

Maintenance update; bug fixes
Added by Juha-Jarmo Heinonen over 1 year ago

Changes since 2.1.3:
  • SessionWatcher bug fix: assigns timeout value before completing base construction; would occasionally start idle calls before the timeout value was assigned.
  • Fixed visual theme glitch in HButton instances with a width less than 48px; thinned edges down to 6px to prevent graphic tile overlapping. Minimum HButton width is now 12px before edges overlap.
  • Layout sizing bug fix: parent component sizes are handled better now.
  • Z-Index layout fix: Z-Indexes are now set properly upon the first draw.
  • The client "onIdle" calls allows simunltaneous application calls; improves responsiveness at the cost of possibly larger cpu usage when multiple heavy applications execute simultaneously.
  • Additional layout calculation upon browser resize events.
  • The :client_autoreload mode combined with deeply nested plugin tree structures no longer cause occasional client freezed immediately after the automatic reload; was caused by not all plugins being loaded and ready yet.
  • HTimeSheet items are now rendered in staggered mode instead of overlapping mode. Improves usability.

Comments