In the latest eval builds it seems there's a problem with ComboBoxItem.getSelectedRecord.
It always returns null
Tested with: SC_SNAPSHOT-2010-03-28
With an older build, like SC_SNAPSHOT-2010-03-10/EVAL it's working OK.
Also the Devel consoles issues the following warning:
Test case attached
It always returns null
Tested with: SC_SNAPSHOT-2010-03-28
With an older build, like SC_SNAPSHOT-2010-03-10/EVAL it's working OK.
Also the Devel consoles issues the following warning:
Code:
13:48:42.213:MUP9:WARN:ComboBoxItem:isc_ComboBoxItem_0:$751 is null but the item has a value: "US" setting $751 to the record associated with the current _value: null
Comment