rmariuzzo / react-new-window

🔲 Pop new windows in React, using `window.open`.
https://rmariuzzo.github.io/react-new-window/
MIT License
442 stars 107 forks source link

ant design statistics countdown stops working in react new window, exclusively on windows OS #126

Open zakim2307 opened 1 year ago

zakim2307 commented 1 year ago

Hi we are using ant design with react to create an online test taking emulator(sort of) and it has a timer too, everything works except in windows os, the timer stops in between after few minutes and doesnt work unless and until we go back to the window where the react new window was opened and the timer updates when we do some action in the test taking window

Screenshot from 2022-07-18 12-16-09

in the screenshot we have a timer on the right hand side on top corner and the timer perfectly works on linux and mac but in windows it stops working after few minutes and also some of the ant design components (namely antd select component) doesnt works too which we removed and implemented our own component for that.

rmariuzzo commented 1 year ago

First of all, I apologize for the long reply. Is it possible to create a repo so I can play with the issue? That way I can see if the issue is related to react-new-window or something else. The fact that you mention other Ant Design component doesn't seem to work on Windows OS, it seems to tell the issue could be something more.

rmariuzzo commented 1 year ago

This could be related to: https://github.com/rmariuzzo/react-new-window/issues/125