page reload on empty display area causes default track to display
Reported by Natalie | June 10th, 2011 @ 10:21 AM
If you remove every one of the tracks (including the Sequence Tracks) then reload the page, the display loads the default tracks rather than loading a blank display area. This happens because the empty track cookie is the same as it not being defined so it loads the default tracks.
Comments and changes to this ticket
-
Natalie June 21st, 2011 @ 11:02 AM
I believe this is fixed by replacing line 277 of js/Browser.js in the current JBrowse release, which is
} else if (oldTrackList) {
with
} else if (oldTrackList || oldTrackList == "") {
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
AJAX Genome Browser