You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce:
Note this is the most consistent means of reproduction, but it may not be limited to this interaction.
Open sim to Mixed-Numbers screen.
Click on level 1 (for low difficultly).
Solve a problem that involves using a whole shape.
Drag a new empty shape container into the play area.
Click on the plus sign to add more empty shape containers to the shape group within the play area.
Drag the whole shape pieces into the empty shape containers.
Click the minus button on the shape group.
Sorry for the long list of steps but I've finally been able to track down one method of reproducing this bug. I can demonstrate via video call if need be.
ShapeGroup.js?bust=1545250767622:133 Uncaught TypeError: this.returnPieceListener is not a function
at ShapeGroup.decreaseContainerCount (ShapeGroup.js?bust=1545250767622:133)
at Emitter.emit (Emitter.js?bust=1545250767622:202)
at PushButtonModel.fire (PushButtonModel.js?bust=1545250767622:155)
at Array.downPropertyObserver (PushButtonModel.js?bust=1545250767622:88)
at Emitter.emit3 (Emitter.js?bust=1545250767622:284)
at BooleanProperty._notifyListeners (Property.js?bust=1545250767622:288)
at BooleanProperty.setValueAndNotifyListeners (Property.js?bust=1545250767622:270)
at BooleanProperty.set (Property.js?bust=1545250767622:203)
at Emitter.emit3 (Emitter.js?bust=1545250767622:284)
at BooleanProperty._notifyListeners (Property.js?bust=1545250767622:288)
The text was updated successfully, but these errors were encountered:
Found during: #29
Steps to reproduce:
Note this is the most consistent means of reproduction, but it may not be limited to this interaction.
Sorry for the long list of steps but I've finally been able to track down one method of reproducing this bug. I can demonstrate via video call if need be.
ShapeGroup.js?bust=1545250767622:133 Uncaught TypeError: this.returnPieceListener is not a function
at ShapeGroup.decreaseContainerCount (ShapeGroup.js?bust=1545250767622:133)
at Emitter.emit (Emitter.js?bust=1545250767622:202)
at PushButtonModel.fire (PushButtonModel.js?bust=1545250767622:155)
at Array.downPropertyObserver (PushButtonModel.js?bust=1545250767622:88)
at Emitter.emit3 (Emitter.js?bust=1545250767622:284)
at BooleanProperty._notifyListeners (Property.js?bust=1545250767622:288)
at BooleanProperty.setValueAndNotifyListeners (Property.js?bust=1545250767622:270)
at BooleanProperty.set (Property.js?bust=1545250767622:203)
at Emitter.emit3 (Emitter.js?bust=1545250767622:284)
at BooleanProperty._notifyListeners (Property.js?bust=1545250767622:288)
The text was updated successfully, but these errors were encountered: