Closed backplane-import closed 13 years ago
A fix for this is available at:
Updates
Owner set to fdintino
Ticket status set to FixPending
This issue was closed by revision c055ab54dae6f9b34463d355d245eb0ff1838c94 (originally 9029f54b9a).
Updates
Ticket status set to Fixed
Further updates were provided here:
Imported from backplanejs Google Code issue 49.
The first step of xforms-refresh event handling is to reevaluate all UI bindings:
http://www.w3.org/TR/xforms11/#evt-refresh
This is handled by the Model.rewire() method which in turn calls the Control.rewire() method for each control. Currently the control is being forced to rewire, regardless of whether any dependent data has changed.
The Model.rewire() needs to check whether a dependent value has changed, and only call the Control.rewire() method if there is anything to do.
Priority: Medium Type: Enhancement