Closed backplane-import closed 13 years ago
should read "...the current ordinal is compared as a string..."
A fix is available at:
Updates
Ticket status set to FixPending
Module: XForms Component: Ui
This issue was closed by revision 4f4fc12d646330b6490f6a5d4b6a0e39d5df25c1 (originally 47a08c32a2).
Updates
Ticket status set to Fixed
Imported from backplanejs Google Code issue 79.
In Repeat.prototype.onDocumentReady(), the current ordinal is returned as a string (the type returned by getAttribute()) and an integer of the new ordinal value. If the ordinal values are the same, the equality still evaluates to false and setAttribute() is called unnecessarily.
Priority: Medium Type: Defect