You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2022. It is now read-only.
In the current state, user gives ids of panel, content, move handle and resize handle using XML attributes:
panel_view, panel_content, panel_move_handle and panel_resize_handle.
However in the default layouts for left/top/right/bottom snaps the panel and content ids are hardcoded.
This creates a serious bug: When default snap layouts are used with ids different than panel and content snap layouts do not work and the panel cannot be snapped.
TODO
Expose predefined ids for panel, content, move and resize handles and enforce those ids.
Remove panel_view, panel_content, panel_move_handle and panel_resize_handle attributes.