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

Active pane incorrectly set when more than one Tab Group Pane is within a Floating Pane

ddaribo opened this issue · comments

Description

When a SplitPane having more than one TabGroupPane in its panes collection, is defined as a Floating Pane, there is an issue with activating the panes within the second (and others) tab groups.

  • version: latest
  • browser: any

Steps to reproduce

  1. Open this sample and the CodeSandbox console.
  2. Click anywhere on "Tab 1" to activate that tab.
  3. Now click on "Tab 3".

Result

The "Tab 3" is activated for a moment, but then the active state is immediately reverted to "Tab 1" (or whichever tab was active within the first TabGroupPane in the Floating Pane).
The activePaneChanged event handler outputs the following activated panes' headers:

Tab 3 
Tab 1 

Expected result

To be able to activate the "Tab 3" pane, or any pane within the second Tab Group Pane in the Floating Pane.

Attachments

image

Hi Team, do you have any updates on this issue ?
We are stuck in a major production issue. I request you to please process this bug a bit faster.

Updates ??????????????????

@binny-chopra , this issue is scheduled for development and we will start working on it this week.

@igdmdimitrov, I see this issue is in resolved state. Could you please share the version number which has this update?

@binny-chopra , we are still doing some tests. Once we release a new version I will reply here with the version containing the fix.

@binny-chopra , fix is released in v 1.12.4

@igdmdimitrov Thanks a lot. :)