]
Lincoln Baxter III commented on FORGE-1848:
-------------------------------------------
Not sure then. Just try rebuilding or using the next nightly.
IDE loose defaultValue on dependent field update
------------------------------------------------
Key: FORGE-1848
URL:
https://issues.jboss.org/browse/FORGE-1848
Project: Forge
Issue Type: Bug
Components: UI - Eclipse
Reporter: Aslak Knutsen
Assignee: Lincoln Baxter III
Fix For: 2.6.0.Final
Setup:
2 DropDown lists, where the second DropDown's value depend on the value of the first
DropDown.
Steps:
1. Select a value from DropDown 1
2. DropDown 2 now has the defaultValue selected
3. Select a new value from DropDown 1
Step 4 - Expected:
DropDown 2 should now have the new defaultValue selected
Step 4 - Behavior:
DropDown 2's valueChoices are updated, but no defaultSelection is done
Example command:
https://github.com/aslakknutsen/plugin-arquillian/blob/8e3dfd162126cada80...