phetsims / neuron

"Neuron" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
1 stars 3 forks source link

concentration readouts don't reposition correctly when zoomed in on cross section #83

Closed jbphet closed 9 years ago

jbphet commented 9 years ago

The charge readouts are supposed to reposition themselves as the user zooms in and out so that they don't overlap with the membrane. This isn't working correctly. They move, but not in a way that prevents overlap. Here is a screenshot of a point at which overlap occurs:

neuron-readout-zooming-1

Here is how roughly the same amount of zoom in looked in the Java sim:

neuron-readout-zooming-2

jbphet commented 9 years ago

fixed, closing