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 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.