Hi Malay,

The double-click behavior is controlled by the function 
Timeline._Band.prototype._onDblClick in the bands file.

I'm not personally so keen on the UI of double-click. If it is giving you 
problems, you could turn off the behavior:

The following is NOT tested:
1) After loading the timeline software but before creating the bands, set:
Timeline._Band.prototype._onDblClick = function(innerFrame, evt, target) {};

or try:
After you've created the bands, step through them and set each band's 
_onDblClick attribute to  function(innerFrame, evt, target) {};

I just tried the double-click UI with IE 7 and it worked ok for me. Can you 
create a repeatable test case?

Thanks,

Larry




________________________________
From: mthakershi <[email protected]>
To: SIMILE Widgets <[email protected]>
Sent: Thursday, February 19, 2009 11:51:27 AM
Subject: Weird problem in IE -- please help


When I double click in an area of a band to go there, it works great
in FF/Chrome/Safari.

But sometimes in IE it goes crazy and it will actually move years
apart.

Is there any solution to this issue?

Please don't tell me to abandon IE because that is not in my
control :-)

Thank you for help.

Malay

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to