Changes between Initial Version and Version 2 of Ticket #13323
- Timestamp:
- Jun 28, 2011, 1:04:11 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13323
- Property Owner set to Eugene Lazutkin
-
Property
Component
changed from
General
toHTML
-
Ticket #13323 – Description
initial v2 8 8 9 9 Possible fixes: 10 1. Use Regex to do the replacement (use the \s character class).11 2. When the dom is initially rendered or loaded, all classNames get normalized by removing non-space whitespace characters.10 1. Use Regex to do the replacement (use the \s character class). 11 2. When the dom is initially rendered or loaded, all classNames get normalized by removing non-space whitespace characters. 12 12 13 13 Both fixes are likely to carry a performance penalty.