pulseui
pulseui copied to clipboard
Interactive table clicking bug
user: user-di Interactive table clicking - have had times where this doesn't work, dashboard won't respond to clicking on a symbol. Exiting and re-entering dashboard fixes.
Found the problem, add 2 tables to dashboard, click on one, then the other, back and forth. Sometimes the first click on each table is NOT detected. Perhaps being absorbed at the higher level?
Bug with underlying framework: See: https://github.com/caplin/FlexLayout/issues/303 Added workaround to, BY stopping propogation, we prevent FlexLayout from absorbing the click.
Closed with 1.08 release.