Important clarification: NOBODY should be using the code at http://static.simile.mit.edu/ . It is out of date and the machine isn't reliable. Instead, you should use the code at http://www.simile-widgets.org/ or http://trunk.simile-widgets.org/ . The machine is more reliably up, and the code is newer with bugfixes that don't appear at static.simile. www.simile-widgets.org has the latest release (exhibit 2.2) and trunk.simile-widgets.org has not-yet-released bugfixes (hopefully to be released in exhibit 2.3).

On 8/23/2012 12:47 PM, Assaf Israel wrote:
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.

--
You received this message because you are subscribed to the Google Groups "SIMILE 
Widgets" group.
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.

Reply via email to