JavaScript error: Cannot read properties when resizing the window #993
-
minor bug: the following gets logged in the browser console when resizing the window with a "edit"-URL, editor not open
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
quick fix: #994 |
Beta Was this translation helpful? Give feedback.
-
Thank you for the bug report. The bug was probably introduced when the pane system was rewritten. I think the original system resized all panes when the browser window was resized, while the current system resizes only the current pane. No pane can be visible, paneID can become equal zero. The edit extension has been updated with an additional check as suggested. Should be fixed now, please try it out. |
Beta Was this translation helpful? Give feedback.
Thank you for the bug report. The bug was probably introduced when the pane system was rewritten. I think the original system resized all panes when the browser window was resized, while the current system resizes only the current pane. No pane can be visible, paneID can become equal zero. The edit extension has been updated with an additional check as suggested.
Should be fixed now, please try it out.