IgniteUI / igniteui-dockmanager

Ignite UI Dock Manager Web Component provides means to manage the layout of your application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

include information about source pane in splitterResizeStart/splitterResizeEnd

RivaIvanova opened this issue · comments

Description

When resizing a pane via the splitter, there is not any information included about the pane in the splitter resize events, e.g. width, height, etc.

For example (compared with floatingPaneResizeEnd):

dockmanager-events-demo

Describe the solution you'd like

Similar information to the one in the floatingPaneResizeStart/floatingPaneResizeEnd events should be included in the splitterResizeStart/splitterResizeEnd events.

Fixed in v1.12.1