Bug #111
Tracks disappear when using config panel
Status: | New | Start date: | 11/21/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - |
Description
Tried adding three new tracks via Facet browser from my data hub. When I load them they appear with a huge track height and no data. When I go to change the track height, the tracks disappear completely (but are still listed as "shown" in the facet browser).
I checked my datahub, there was no parameter for "fixedscale" originally. I've added that parameter now, but I still get the problem even after refreshing cache (maybe cache refresh doesn't check those parameters?)
Session ID: L607cgtoI3 ..."all nonSE LMR" version
Then add three tracks -- first image.
Result looks like second image.
History
Updated by Xin Zhou about 11 years ago
Sorry I just figured out the trouble. You must have used this in declaring the track in your hub:
height:"20",
The browser was expecting the height value to be integer but "20" is a string so it took the string without conversion.
The string form height value is now stored in session so there's no way to fix it.. could you please make a new session? Sorry about the trouble!