Thank you for reporting this bug. We will make it our priority to review this report.
splitter bug for grid with border layout
splitter bug for grid with border layout
Hi!
I have created a fiddle for this bug under name "splitter bug for grid with border layout" but do not know how to add it here.Ext version tested:
4.2.3 (works for 4.2.2)
Description:Splitter between cotainers' controls is misplaced and "attached" incorrectly when grids layout is set to border and placed in a container with border layout in region other than center.
Steps to reproduce the problem:- create a panel with border layout,
- place an empty panel in the center region,
- create a grid with following in the configuration:
region: 'south',
spliter: true,
at least two columns - one locked and one not- add that grid to the same container panel
The result that was expected:Splitter should show as a horizontal one between the empty panel and the grid
The result that occurs instead:Splitter is shown between locked and normal part of the grid
Is there a way to overcome this issue untill the fix is ready?In my app I'm getting an exception but don't have an example yet. In beginLayout method one of the splitters has collapseTarget === 'next' and the end result is an exception "Unable to set property 'region' of undefined or null reference".
splitter bug for grid with border layout
Aucun commentaire:
Enregistrer un commentaire