Html::cleanCssIdentifier Causes Lots of Issues

Created on 17 September 2024, 2 months ago

Hi,

Using Html::cleanCssIdentifier causes unintended issues. Table.php and AxisChart.php both use this method. For instance, if the $group_key starts with a number, the method will replace that number with an "_". If the $group_key is single digits, all $group_id's would end up being "_". Now, let's say you want to create multiple visualizations using the split field option, and that field contains numbers in single digits. This will only produce one chart for all single digit fields.

This appears to be an issue with v2 too.

🐛 Bug report
Status

Active

Version

3.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024