Topic on Extension talk:Popups

Pop Up is Stuck in Pop Up

5
Summary by Prtksxna

The popup is hanging due to an incorrectly managed dependency on the event logging module - https://phabricator.wikimedia.org/T70341. I have submitted a patch (https://gerrit.wikimedia.org/r/#/c/183765/) to fix this.

The Patriot Woodworker (talkcontribs)

Thanks in advance for any help I can get here. I have installed the following extensions on my version 1.24.1 MW. Text Extract Page Images Popups

The installation went well, the popup functions but it hangs, and will not disappear. I think I am not understanding how to configure the Show/hide timing. I am unable to understand what type of page I am too create and install the following // Time to wait in ms before showing a popup on hover. Default = 500 // @property POPUP_DELAY mw.popups.render.POPUP_DELAY = 1000; // Time to wait in ms before closing a popup on de-hover. Default = 300 // @property POPUP_CLOSE_DELAY mw.popups.render.POPUP_CLOSE_DELAY = 300; // Time to wait in ms before starting the API queries on hover, must be <= POPUP_DELAY. Default = 50 // @property API_DELAY mw.popups.render.API_DELAY = 500;

Do I create a page verbatum per the configuration instructions? Should I create a page Special:MyPage/common.js and then add the code for Show/hide timing? I have done that, and the popup still hangs up.

Any help is greatly appreciated.

Here is the link to our test page at http://www.tpwtestuser.com/mediawiki/index.php?title=Main_Page Please see under "Getting Started" the link "The Hardware Store Page", at this point in our test there is no image popup.

Quiddity (talkcontribs)

Do you want to change the timing just for yourself, or for all users of your wiki?

The Patriot Woodworker (talkcontribs)

Thank you Quiddity, I want to change it as a global. For all users. Thanks for any help!

Prtksxna (talkcontribs)
The Patriot Woodworker (talkcontribs)

That worked wonderful, all fixed, thanks so much for the fix Prtksxna, this is awesome! Cheers!