https://bugzilla.wikimedia.org/show_bug.cgi?id=72516

            Bug ID: 72516
           Summary: Tipsy doesn't close when closing MultimediaViewer
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: MultimediaViewer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

In hewiki, on main page, if you click quickly on the close dialog, before tipsy
have a chance to appear, the dialog will be closed and then a "close this
dialog" tipsy will appear and will never die.

See here:
https://www.youtube.com/watch?v=QrCv7aXa4V4&feature=youtu.be

Debugging information:
* it seems that when tipsy appear is called after setTimeout(function() { if
(tipsy.hoverState == 'in') tipsy.show(); }, options.delayIn)
* during this delay (of 1000), the dialog is getting closed and MPP.unattach
called tipsy.hide - under the assumption the tipsy is already shown. It may be
also needed to call to tipsy.disable and not just hide.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to