borndangerous / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

Vertical Scroll for viewing top band data not working #417

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Changed the container as <div id="my-timeline" style="height: 400px; border: 
1px solid #aaa;overflow-x:hidden; overflow-y:scroll;">
2.  Find the setBandShiftAndWidth function in the timeline-bundle.js file and 
modify the following line : 
this._div.style.height = width + "px"; 
to this._div.style.height = "100%"; 

What is the expected output? What do you see instead?
The lower band (overview band) should be placed at the bottom. But It is placed 
in the middle. Please see the attached image.

What version of the product are you using? On what browser and what
operating system?
I am using timeline_libraries_v2.3.0

Please provide any additional information below.

Original issue reported on code.google.com by BibhutiT...@gmail.com on 14 Dec 2010 at 7:54

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by ryan...@csail.mit.edu on 23 Jun 2011 at 9:38