gmp26 / Apps1

An incubator for math ed apps based on AngularJS
http://nrich.maths.org/probabilityApps
MIT License
7 stars 2 forks source link

mathmo plots occasionally don't show when show answer is pressed #3

Closed gmp26 closed 11 years ago

gmp26 commented 11 years ago

When this happens, the show answer/hide answer link disappears. It reappears after prev/next.

gmp26 commented 11 years ago

Looks like this is a dodgy interaction with the show/hide transition. This is currently based on UI collapse. Might be better to upgrade to angular animations in latest angular release. Strangely, the HTML and CSS appear to be correct, but Chrome is not displaying them correctly until it's kicked by a screen resize.

gmp26 commented 11 years ago

fixed in SHA: b60b0a9c6c0230ca5c57a8ab4fd61412acd929d7 by alert box relocation.

gmp26 commented 11 years ago

Fix fails to help in all cases. Pressing Rev/Next or resizing the window causes show/hide to fail again.

Fixing now by removing the collapse animation. When angular animations are released try those instead.

gmp26 commented 11 years ago

This might also have been caused by the no-show when running in unmasked mode - see #37.