Hello Steve, > I am using the Timeline code in a project, and I would like to display > an info bubble for a SpanHighlightDecorator region on my timeline.
After a look at the code and the generated HTML, I think this is a rather difficult problem. The issue is that the highlight decorators have a rather low z-index so they don't receive click events. On the other hand, if you'd try to raise the decorators, they might cover the event bands so it's not possible to click on the events anymore... Probably a solution would be to make a click handler for the entire timeline, and somehow check whether the mouse position is inside a highlighted region, then display a bubble there... but it's certainly a lot of work. Also, from a usability point of view, the idea is a bit problematic (like how should the users find out that they can click on a region of the timeline). I think you should search an alternative solution. Best, Jonas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
