Since 4.6.7 popup window can't be closed
See original GitHub issueSince version 4.6.7 It is not possible to close a TinyMCE window with parent.tinyMCE.activeEditor.windowManager.close();
In version 4.6.6 and below this works just fine.
Steps to reproduce:
Use tinyMCE.activeEditor.windowManager.open
inside file_browser_callback
to open a window.
If an item inside this window is clicked, some logic is executed and the window should be closed with parent.tinyMCE.activeEditor.windowManager.close();
.
While step debugging it is clear that in version 4.6.6 this closes the window, but in 4.6.7 nothing happens.
This issue exists on the latest versions of Chrome, Firefox, Safari and Edge. (Explorer & Opera not tested)
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Pop-up windows won't dissapear after closing them until i close
So pop-up windows won't close after i close the whole app. It started around week ago, and it's not in all apps. Only...
Read more >Problem with Google Chrome popup windows
According to the following bug report, chromium developers had knowledge of the problem since early 2019 and decided to blacklist the vmware SVGA...
Read more >Popup won't close | WordPress.org
Our site is just getting ready to launch, but recently, I don't know if several days or a couple of weeks ago, the...
Read more >Block or allow pop-ups in Chrome - Computer - Google Support
By default, Google Chrome blocks pop-ups from automatically showing up on your screen. When a pop-up is blocked, the address bar will be...
Read more >Configuring your web browser to allow pop-up windows
Ensure the Block pop-up windows option is not checked. Unchecking this option will allow pop-ups. To block pop-ups once again, check the Block ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, there is a bug with the windowmanger getTopMostWindow. We will correct that.
Thanks!