Bug report #7508
drag'n'drop form generator wrong creation of group container
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Matthias Kuhn | ||
Category: | - | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 16458 |
Description
Using the drag'n'drop form generator, when a group container is added into a tab and there's more than one tab the group is added into the wrong tab (it seems into the first one)
History
#1 Updated by Matthias Kuhn over 11 years ago
- Assignee set to Matthias Kuhn
#2 Updated by Matthias Kuhn over 11 years ago
- Status changed from Open to Feedback
Just tested and can't reproduce:
Procedure:
=> Click '+' / Tab 'Tab1'
=> Click '+' / Tab 'Tab2'
=> Click '+' / Group 'Group1' under 'Tab1'
=> Click '+' / Group 'Group2' under 'Tab2'
Shows up as expected in the dual view window (attribute editor, form view)
Saving and loading works as well...
Please provide more info. I'll have time to have a look at this again on Monday.
#3 Updated by Luca Lanteri over 11 years ago
You must also add some data field to reproduce the error.
Procedure:
=> Click '+' / Tab 'Tab1'
=> Click '+' / Tab 'Tab2'
=> drag a field in Tab1
=> Click '+' / Group 'Group1' under 'Tab2'
the group1 is stored under Tab1-->Field1-->group1
tested on 1.9 (ef00813)
#4 Updated by Matthias Kuhn over 11 years ago
- Status changed from Feedback to In Progress
Fixed and waiting for pull
https://github.com/qgis/Quantum-GIS/pull/507
#5 Updated by Werner Macho over 11 years ago
- Status changed from In Progress to Closed
Fixed in changeset fa9e0ac4e990b4ba26590672d32a6bc98c9e1aff.