Problem/Motivation
Sorting of slots does not conserve the insertion order when weights are all the same.
Steps to reproduce
Add a custom element with multiple sub-elements in a way that all child elements have the same weights.
When processed, the slots get out of initial order.
Proposed resolution
Alter the weights of slots by adding a small increasing value to each weight respectively.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | conserve_slots_insertion_order.patch | 650 bytes | petar_basic |
Comments
Comment #2
petar_basic commentedHere is a quick patch.
Comment #3
fagothanks, good fix. works as described.
Comment #5
mostepaniukvmComment #6
mostepaniukvm