eclipse-scout / scout.rt

https://www.eclipse.org/scout/
Eclipse Public License 2.0
34 stars 39 forks source link

FormFieldTile: support loading indicator for custom tiles #1098

Closed cguglielmo closed 2 months ago

cguglielmo commented 2 months ago

The 'loading' CSS class was simplified to hide everything except the loading indicator (instead of only parts of the inner form field). This allows for custom tiles with additional elements.

Also disabled pointer events while loading because only reducing the opacity does not prevent clicks.

389516