dasmoth / dalliance

Interactive web-based genome browser.
http://www.biodalliance.org/
BSD 2-Clause "Simplified" License
226 stars 68 forks source link

Firefox sizing issue #115

Closed l7informatics closed 9 years ago

l7informatics commented 9 years ago

Dalliance is rendering as a thin vertical div in Firefox. It seems like 'tier-holder-holder' is not calculating it's size properly. Going through the computed CSS, everything looks fine (that is, all the width values are 100%). But, Firefox is computing a very narrow size for it.

I have confirmed this on the latest version of FireFox on OS X and have a user reporting the same issue on Linux.

image

dasmoth commented 9 years ago

Thanks very much for reporting this. Could you let me know which version of Firefox you're using? Things seem to be working okay in both release 32 and 33, as well as 24esr (previous "extended support" release).

There are a few things in your screenshot -- notably the zoom slider rendering as a text field -- which make me suspect that this is quite an old version of Firefox (probably before version 23). If so, I would strongly recommend upgrading.

l7informatics commented 9 years ago

You are correct. Turns out the first update I thought I did didn’t take. I just updated from 21->33 and the problem went away. Sorry about the poor debugging on my part!

-Chris

On Oct 17, 2014, at 3:44 PM, Thomas Down notifications@github.com wrote:

Thanks very much for reporting this. Could you let me know which version of Firefox you're using? Things seem to be working okay in both release 32 and 33, as well as 24esr (previous "extended support" release).

There are a few things in your screenshot -- notably the zoom slider rendering as a text field -- which make me suspect that this is quite an old version of Firefox (probably before version 23). If so, I would strongly recommend upgrading.

— Reply to this email directly or view it on GitHub.

dasmoth commented 9 years ago

Thanks for confirming.