problems with location of filter bar in trackster
Hi I am still in the process of upgrading all our Galaxy servers to the current changeset ("b258de1e6cea", Nov. 18) and now I am running into troubles with the visualization: Depending on the location of my mouse, the filter bar and the other extra buttons jump between two positions, which makes it impossible to use, see Screenshot_1.png and Screenshot_2.png I was looking for relevant code changes, which were committed after Nov. 18. I found changeset "856aac70b018" ("Trackster: refactor action icon creation and initialization" from Nov. 23) for ~/static/scripts/trackster.js Adding this change fixes the problem somehow, but I lose the original icons (for 'set display mode', 'Hide/Show track content', etc) and the bar is now below the track, see Screenshot_3.png Just using the ~/static/scripts/trackster.js from 'central' doesn't solve the problem either. Are there any extra steps I can do in addition to changeset "856aac70b018" in order to solve this problem (except for waiting/using for the next release) Thank you very much for your help Hans
Hans, A couple questions: (a) What browser/OS are you using when seeing this problem? (b) Can you replicate this behavior on our public server? A couple notes: depending on your Web server setup, it may be necessary to use the packed Trackster script rather than the full one. Also, we're planning to release a new distribution in the next couple days, so it may be worthwhile to put off debugging Trackster until then because there have been quite a few changes to Trackster since the last release and these may solve your issues. Thanks, J. On Jan 18, 2012, at 9:19 AM, Hans-Rudolf Hotz wrote:
Hi
I am still in the process of upgrading all our Galaxy servers to the current changeset ("b258de1e6cea", Nov. 18) and now I am running into troubles with the visualization:
Depending on the location of my mouse, the filter bar and the other extra buttons jump between two positions, which makes it impossible to use, see Screenshot_1.png and Screenshot_2.png
I was looking for relevant code changes, which were committed after Nov. 18. I found changeset "856aac70b018" ("Trackster: refactor action icon creation and initialization" from Nov. 23) for ~/static/scripts/trackster.js
Adding this change fixes the problem somehow, but I lose the original icons (for 'set display mode', 'Hide/Show track content', etc) and the bar is now below the track, see Screenshot_3.png
Just using the ~/static/scripts/trackster.js from 'central' doesn't solve the problem either.
Are there any extra steps I can do in addition to changeset "856aac70b018" in order to solve this problem (except for waiting/using for the next release)
Thank you very much for your help
Hans <Screenshot_1.png><Screenshot_2.png><Screenshot_3.png>___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at:
Hi Jeremy
A couple questions:
(a) What browser/OS are you using when seeing this problem?
chrome and firefox on Linux as well as firefox on Mac (10.5.8)
(b) Can you replicate this behavior on our public server?
it works fine on the public server
A couple notes: depending on your Web server setup, it may be necessary to use the packed Trackster script rather than the full one.
what do you mean by "packed Trackster script"
Also, we're planning to release a new distribution in the next couple days, so it may be worthwhile to put off debugging Trackster until then because there have been quite a few changes to Trackster since the last release and these may solve your issues.
I am aware of the fact, that there will be an imminent release of a new distribution. However, I have reserved this week to do the upgrades in order to fit with in with other obligations I have Regards, Hans
Thanks, J.
On Jan 18, 2012, at 9:19 AM, Hans-Rudolf Hotz wrote:
Hi
I am still in the process of upgrading all our Galaxy servers to the current changeset ("b258de1e6cea", Nov. 18) and now I am running into troubles with the visualization:
Depending on the location of my mouse, the filter bar and the other extra buttons jump between two positions, which makes it impossible to use, see Screenshot_1.png and Screenshot_2.png
I was looking for relevant code changes, which were committed after Nov. 18. I found changeset "856aac70b018" ("Trackster: refactor action icon creation and initialization" from Nov. 23) for ~/static/scripts/trackster.js
Adding this change fixes the problem somehow, but I lose the original icons (for 'set display mode', 'Hide/Show track content', etc) and the bar is now below the track, see Screenshot_3.png
Just using the ~/static/scripts/trackster.js from 'central' doesn't solve the problem either.
Are there any extra steps I can do in addition to changeset "856aac70b018" in order to solve this problem (except for waiting/using for the next release)
Thank you very much for your help
Hans <Screenshot_1.png><Screenshot_2.png><Screenshot_3.png>___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at:
it works fine on the public server
Good, this narrows down the problem to installing the -central script on your instance b/c main's copy of the script is very similar to -central's.
what do you mean by "packed Trackster script"
All JavaScript files are compressed in size--comments/whitespace removed and variables renamed--to minimize their transfer time. These are available in /static/scripts/packed If you have directives in your proxy server config to use the packed scripts, you'll want to update the packed script from -central as well. The other thing to consider is browser caching: you may need to clear your browser cache to load the new Trackster script. Good luck, J.
Hi Jeremy Thank you very much for your help. I will look into your suggestions. Regards, Hans On 01/18/2012 10:08 PM, Jeremy Goecks wrote:
it works fine on the public server
Good, this narrows down the problem to installing the -central script on your instance b/c main's copy of the script is very similar to -central's.
what do you mean by "packed Trackster script"
All JavaScript files are compressed in size--comments/whitespace removed and variables renamed--to minimize their transfer time. These are available in /static/scripts/packed
If you have directives in your proxy server config to use the packed scripts, you'll want to update the packed script from -central as well.
The other thing to consider is browser caching: you may need to clear your browser cache to load the new Trackster script.
Good luck, J.
participants (2)
-
Hans-Rudolf Hotz
-
Jeremy Goecks