I've been looking for a way around this all morning. Thanks the tip ! On Friday, February 24, 2012 4:11:36 AM UTC-8, omer ozkan wrote: > > I have been struggling for 5 hours to this problem and find a solution > myself. > The problem is, when clicking on an event bubble, bubble disappears so > that any link on the bubble doesn't lead to anywhere, because bubble > disappears before link works. > > -----For those encounter the same problem, here is my solution. ----- > > In the simile-ajax-bundle.js, just remove inside the _onBodyMouseDown > function so that the bubble can only be closed by clicking click > button or outside of bubble. > > SimileAjax.WindowManager._onBodyMouseDown = function(B, A, C) { > // if (!("eventPhase" in A) || A.eventPhase == A.BUBBLING_PHASE) { > // SimileAjax.WindowManager.cancelPopups(A); > // } > }; > > > Note that, don't remove whole method and be sure that you are using > your local copy of simile-ajax-bundle.js not the one at > http://static.simile.mit.edu. > > Good luck
-- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To view this discussion on the web visit https://groups.google.com/d/msg/simile-widgets/-/zB9_RQnqRM8J. To post to this group, send email to simile-widgets@googlegroups.com. To unsubscribe from this group, send email to simile-widgets+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en.