Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

List defaults are not set properly if the current selection is specified before the list is populated #1

Open
inviscid opened this issue Apr 9, 2011 · 1 comment
Assignees

Comments

@inviscid
Copy link
Member

inviscid commented Apr 9, 2011

It appears there is currently an order of operation constraint that requires things with lists (e.g. SelectList) to have all of their data populated before the current selection is specified. If the current selection is specified before the data is populated in the list then it is ignored. However, if the current selection is specified after the list is populated it is honored as expected.

This is not desired behavior if there is a way around it. The order of operations should not be a constraint if it can be helped.

@ghost ghost assigned mootcycle Apr 13, 2011
@inviscid
Copy link
Member Author

inviscid commented Jan 5, 2012

I believe this was fixed in some way to address this issue. It currently operates correctly in the live environment but I'm not sure if this is something custom or this issue was fixed.

Can we update this issue with more info or close.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants