caplin / FlexLayout

Docking Layout Manager for React
MIT License
919 stars 173 forks source link

Pop out not working on Chrome #363

Closed acontreras89 closed 1 year ago

acontreras89 commented 1 year ago

Describe the bug

Pop out functionality is not working on Chrome, even though it is working just fine in Firefox.

Your Example Website or App

No response

Steps to Reproduce the Bug or Issue

  1. Open a FlexLayout application on Chrome
  2. Pop out a panel

Expected behavior

The panel pops out, retaining its contents.

However, the pop out window is just appearing and disappearing in the blink of an eye, with no traces left on the console of the host application.

Operating System

macOS Monterey (v12.6)

Browser Type?

Google Chrome

Browser Version

105

Screenshots or Videos

https://user-images.githubusercontent.com/11020648/208688706-57df3121-86a0-4e26-b7fb-f120fa69a6af.mov

Additional context

No response

acontreras89 commented 1 year ago

Closing this as a duplicate of #235