This repository has been archived by the owner on Dec 20, 2022. It is now read-only.
Enforce ids for panel, content, move handle and resize handle #19
Labels
library
Issues regarding the library itself
Background
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
andpanel_resize_handle
.However in the default layouts for left/top/right/bottom snaps the
panel
andcontent
ids are hardcoded.This creates a serious bug: When default snap layouts are used with ids different than
panel
andcontent
snap layouts do not work and the panel cannot be snapped.TODO
panel_view
,panel_content
,panel_move_handle
andpanel_resize_handle
attributes.Notes:
The text was updated successfully, but these errors were encountered: