Open bsteinbk opened 3 years ago
const childWindow = window.open(url, "", `width=800,height=600,menubar=no,resizable=yes,scrollbars=no,status=no,location=no`); const reactConnectionDiv = childWindow.document.getElementById("root"); ReactDOM.render( <>*** component that contains Slider ***</>, reactConnectionDiv);
React-Compound-Slider: 3.3.1
React:^16.8.0
Browser: Chrome Version 90.0.4430.212 (Official Build) (64-bit)
Operating System: Windows 10
Problem or feature description: Mouse events are processed in parent window and not in popup window opened via window.open() this results in the slider not working properly.
Steps to reproduce (for problems):
Versions (for problems): All.
React-Compound-Slider: 3.3.1
React:^16.8.0
Browser: Chrome Version 90.0.4430.212 (Official Build) (64-bit)
Operating System: Windows 10