IgniteUI/igniteui-dockmanager

include information about source pane in splitterResizeStart/splitterResizeEnd

RivaIvanova opened this issue · 1 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