Sadless74 / googletransitdatafeed

Automatically exported from code.google.com/p/googletransitdatafeed
0 stars 0 forks source link

schedule viewer bottom panel not showing correctly in IE6 and FF3 #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In IE6 the bottom panel doesn't display at all. In FF3 it appears to not
resize after drawing the marey graph, leaving the graph below the window
bottom until the browser window is resized.

Original issue reported on code.google.com by tom.brow...@gmail.com on 20 Feb 2008 at 12:58

GoogleCodeExporter commented 9 years ago
It's still happening at least in FF3. Will look at this and try to figure out 
what's
happening.

Original comment by a...@google.com on 30 Nov 2009 at 2:57

GoogleCodeExporter commented 9 years ago
A quick workaround was committed as r1223. As I mentioned in the code review:

It was the simplest fix I could think of, though it is probably not the best - 
the height is fixed instead of being dynamic and using only 
the required space.

The fixed value was chosen with 800x600 resolutions in mind. At this resolution 
the text above the graph occupies four lines instead of 
two, and that has to be accounted for. This leaves a blank space below the 
graph at bigger resolutions, and bigger font sizes are not 
properly supported (because the height is fixed).

That said, and given the purpose of this tool, I do think that having this fix 
is better than leaving the schedule viewer as it is. If someone 
more knowledgeable of web development knows how to fix it properly or if 
there's time in the future then this can be revisited then.

Original comment by a...@google.com on 2 Dec 2009 at 9:25

GoogleCodeExporter commented 9 years ago
Moved to https://github.com/google/transitfeed/issues/45

Original comment by bdfer...@google.com on 7 Oct 2014 at 7:52