oliviaramos / simile-widgets

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

Vert long duration tapes will not display in IE #301

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I've noticed that if you create a timeline (v 2.3.0) with a duration event
with a calculated width that exceeds 32768 pixels, the duration tape will
not display in IE (6, 7, and 8); however, it will display fine in FireFox
3.0.11.

It looks like it may be a limitation of the
DXImageTransform.Microsoft.Alpha function, because when I remove for a
duration that exceeds 32768 pixels, the tape will display.

One possible solution may be to split the tape into multiple divs when painted.

Original issue reported on code.google.com by martin2g...@gmail.com on 16 Jul 2009 at 3:23

GoogleCodeExporter commented 8 years ago

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