PonteIneptique / simile-widgets

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

TIMELINE. Popup bubbles don't stay popped up in IE6 or IE7 #145

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When clicking on an event the popup bubble with the description appears for
perhaps half a second and then disappears. As the bubble disappears, the
timeline sometimes jerks sideways a short distance. This only occurs on
Internet Explorer (6 and 7) and I've only tested on Win XP SP2; everything
works fine on Firefox and Opera. It also only occurs on the timeline I have
created (http://www.freespeech.org.nz/landmarks/index.php) not on the
project site (http://simile.mit.edu/timeline/) and yet I haven't changed
any of your code.

Internet Explorer 6 and 7, Win XP SP2. 

[Submitted by Bernard Darnton on simile.mit.edu] 

           Sort Order: [Ascending order - Click to sort in descending order]
[ Permlink | « Hide ]
Douglas Pope - 02/Feb/07 04:31 PM
The same thing is happening to me. The bubbles had been working fine in
IE..but then this week they started to close shorlty after opening:
http://hotpads.com/misc/timeline/retechnology.html

Did I screw something up?

Douglas
[ Show » ]
Douglas Pope - 02/Feb/07 04:31 PM The same thing is happening to me. The
bubbles had been working fine in IE..but then this week they started to
close shorlty after opening:
http://hotpads.com/misc/timeline/retechnology.html Did I screw something
up? Douglas

[ Permlink | « Hide ]
David F. Huynh - 03/Feb/07 04:58 PM
This is quite hard to debug. I'm guessing that somehow the bubble causes a
resize event to be fired, which causes the timeline to re-layout, which
dismisses the bubble. If you have code that resizes the timeline when there
is a resize event to <body>, temporarily remove that handler and see if the
problem goes away.
[ Show » ]
David F. Huynh - 03/Feb/07 04:58 PM This is quite hard to debug. I'm
guessing that somehow the bubble causes a resize event to be fired, which
causes the timeline to re-layout, which dismisses the bubble. If you have
code that resizes the timeline when there is a resize event to <body>,
temporarily remove that handler and see if the problem goes away.

[ Permlink | « Hide ]
Douglas Pope - 05/Feb/07 11:01 AM
I commented out the our "onresize" action and it now works like a charm.
Thanks David!

Douglas
[ Show » ]
Douglas Pope - 05/Feb/07 11:01 AM I commented out the our "onresize" action
and it now works like a charm. Thanks David! Douglas

[ Permlink | « Hide ]
Jerome Paradis - 07/Mar/07 06:57 PM
I am glad I found this issue! It gave me the hint to find out what was
happening.

I found another workaround to the problem.

You can also add a div at the end of the page with a height hight enough to
fit the bubble. For example, before the body closes, you can add this:
<div style="height: 175px;" />
[ Show » ]
Jerome Paradis - 07/Mar/07 06:57 PM I am glad I found this issue! It gave
me the hint to find out what was happening. I found another workaround to
the problem. You can also add a div at the end of the page with a height
hight enough to fit the bubble. For example, before the body closes, you
can add this: <div style="height: 175px;" />

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