PonteIneptique / simile-widgets

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

TIMELINE. works on Firefox but not IE #152

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I created a timeline several days ago and used Firefox's firebug to help me
debug my setup errors. I got it working fine on IE7 and firefox. I added
more data to the xml file today and
changed the size of it - and now it won't work on IE7. Firebug does not
show any errors. I get: Caught Exception [object error] on IE7. Did you
guys change anything on the timeline.js?

link to my page:

http://www.rootsweb.com/~njburlin/townships.htm

Windows XP, IE7, firefox 2.0.0.1 

[Submitted by :      Jeffrey Lane on simile.mit.edu] 

If you paste the address of the xml into IE's address bar, IE will tell you
what's wrong with the file.
[ Show » ]
David F. Huynh - 19/Jan/07 03:45 PM If you paste the address of the xml
into IE's address bar, IE will tell you what's wrong with the file.

[ Permlink | « Hide ]
Jeffrey Lane - 19/Jan/07 03:54 PM
Thank you very much. I fixed the xml problem - which caused the 'object
error' to go away. However, the timeline still is looking bad.
[ Show » ]
Jeffrey Lane - 19/Jan/07 03:54 PM Thank you very much. I fixed the xml
problem - which caused the 'object error' to go away. However, the timeline
still is looking bad.

[ Permlink | « Hide ]
David F. Huynh - 19/Jan/07 05:54 PM
That's because there are many align="center" on your page and somehow the
<div>s containing the labels on the time line inherit that setting, so that
their text is all centered. You need to set style="text-align: left" on the
time line's div.
[ Show » ]
David F. Huynh - 19/Jan/07 05:54 PM That's because there are many
align="center" on your page and somehow the <div>s containing the labels on
the time line inherit that setting, so that their text is all centered. You
need to set style="text-align: left" on the time line's div.

[ Permlink | « Hide ]
Jeffrey Lane - 19/Jan/07 06:14 PM
Thank you very much - twice - first for the fix, and second for creating
this nice utility.
[ Show » ]
Jeffrey Lane - 19/Jan/07 06:14 PM Thank you very much - twice - first for
the fix, and second for creating this nice utility.

[ Permlink | « Hide ]
David Smiley - 25/May/07 11:56 AM
Can this be closed from open status then?

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