taborlab / Iris

The Light Program Interface
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Plate view wells & slider are not clickable until after visiting well view #62

Closed SynbioLucas closed 10 years ago

SynbioLucas commented 10 years ago

Upon loading up the page, clicking wells does not change the selected well. Also the time slider cannot be changed. Play button works, but hitting it doesn't fix the issue, nor does submitting functions.

The only thing I could find that fixes it is going to well view and then returning to plate view. Then wells are selectable and the playback slider is movable.

felixekn commented 10 years ago

TEMPORARILY FIXED by setting the graph's z-index to -1 at initialization, and then switching it back to 0 after "well view" is clicked. The real problem is that the graph gets drawn after the plate view upon initialization. I've not found out why just yet.