cldarcy / simile-widgets

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

TIMELINE. startLabel problem in IE #237

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Go to
http://simile.mit.edu/timeline/

DoubleClick on the label "shot" and "T.O.D."

The timeline will shift wildly. Happens in MSIE 7.

Using the code below, I don't see additional event attached to it so I am
confused as to why this is happening.

var tableStartLabel=createTable();
tableStartLabel.style.position="absolute";
tableStartLabel.style.overflow="hidden";
tableStartLabel.style.fontSize="300%";
tableStartLabel.style.fontWeight="bold";
tableStartLabel.style.color=this._color;
tableStartLabel.rows[0].cells[0].innerHTML=this._startLabel;
this._layerDiv.appendChild(tableStartLabel);

MSIE 7 

[Submitted by r:     Kean on simile.mit.edu] 

Original issue reported on code.google.com by GabrielR...@googlemail.com on 8 Apr 2009 at 2:57