Bug #1063
RCP: 0.7.6, R/SVG charts engine, CAH/CA, changing tool bar parameters too quickly hangs up the UI
Statut: | New | Début: | 17/10/2014 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 0% |
|
Catégorie: | Charts / R port from JFC | Temps passé: | - | |
Version cible: | TXM 0.X.X |
Description
Increasing/decreasing the number of clusters too quickly sometime leads to a freeze of the UI. Since 0.7.5, the R charts engine dynamically regenerates a SVG when modifying some command parameters but in the CAH editor it seems to leads to a freeze when modifying parameters too quickly.
There is another linked bug, modifying a parameter should overwrite the same SVG file (as for other charts in R/SVG mode) and not recreating a new one. Fixing this bug may fixes this one too.
Otherwise we may go to a synchronized way to regenerate/overwrite these SVG files.
Need to "stress" test the CA dynamical R/SVG generation too.
Historique
#1 Mis à jour par Sebastien Jacquot il y a presque 11 ans
- Sujet changé de RCP: 0.7.6, CAH, R/SVG, increasing/decreasing the number of clusters too quickly hangs up the UI à RCP: 0.7.6, R/SVG charts engine, CAH/CA, changing tool bar parameters too quickly hangs up the UI
It may comes from the loading of the SVG file to chart editor which is asynchronous.
e.g. increasing/decreasing the number of clusters in CAH or show/hide columns from the tool bar too quickly hangs up the UI
#2 Mis à jour par Sebastien Jacquot il y a presque 11 ans
- Catégorie changé de Charts à Charts / R port from JFC