LegumeFederation / cmap-js

Display and compare biological maps (genetic, physical, cytogenetic, genomic, linkage groups, chromosomes, scaffolds).
GNU General Public License v3.0
4 stars 2 forks source link

Unexpected loading behavior #101

Closed ekcannon closed 5 years ago

ekcannon commented 6 years ago

The "dotted box" that shows in the upper left corner while a map is loading is a bit puzzling. I was preparing to report it as a bug, when the map I tried to load suddenly appeared properly.

ekcannon commented 6 years ago

The dotted box is behavior working as designed. It's the first canvas being rendered in the DOM, before the layout has been put into place. If the CSS is changed from the dotted border that is being used for ease of debugging, and turned to no-border on the canvas elements, it will essentially no longer be a noticable thing.

There should be some indication that the map is loading. I kept thinking the app failing, and kept trying to load different maps.

ekcannon commented 5 years ago

This appears to be fixed.