Premium support for our pure JavaScript UI components


Post by progettouno »

Hello,

If we set cls: 'class1 class2' we get error:
DOMException: Failed to execute 'add' on 'DOMTokenList': The token provided (' parking') contains HTML space characters, which are not valid in tokens.

If we set:
(typeof cells[i+1] !== 'undefined' && cells[i+1].Name == cells.Name) ? '' : 'border-bigger' + ' ' +(cells.LineNumber == 'P' ? 'parking': '')
DOMException: Failed to execute 'add' on 'DOMTokenList': The token provided ('border-bigger parking') contains HTML space characters

For events and other cls works.

Thankyou

Post by Maxim Gorkovsky »

Hello.
Thank you for report, I opened ticket here: https://app.assembla.com/spaces/bryntum/tickets/7644

Post by johan.isaksson »

Hi,
The ticket Maxim linked to above has been fixed and was released with 1.2.4
Best regards,
Johan Isaksson

Post Reply