Actions
Bug #6743
closedCB Repeat parsing unnecessarily
Description
The CB Repeat parsing for ID, FOR, and NAME attributes is being done even when none of the attributes have changed. Implement checking to ensure the normalized values have changed before bothering to update anything. In addition to this improve the find usage to only look for elements that actually need to be changed.
Actions