Closed DartBot closed 9 years ago
Issue by jmesserly Originally opened as dart-lang/sdk#18101
I don't see any logic in the "value" setter to prevent the change caused by the setter from being delivered. If it updated _value at least, that might work, but it doesn't
Comment by jmesserly
Removed Area-Polymer label. Added Area-Pkg label.
Comment by sigmundch
Added this to the 1.6 milestone. Removed Priority-Unassigned label. Added Priority-Medium label.
Removed this from the 1.6 milestone. Added Polymer-P-1 label.
John - was this addressed somehow by the fix you submitted last night?
yup! set value no longer should discardChanges (semantically)
Added Fixed label.
Issue by jmesserly Originally opened as dart-lang/sdk#18101
I don't see any logic in the "value" setter to prevent the change caused by the setter from being delivered. If it updated _value at least, that might work, but it doesn't