wcx6298 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Setting a ComboBoxItem using setEventDialogFields or setEventEditorFields in Calendar shows a TextItem #585

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
public class CustomModule implements EntryPoint {

    public void onModuleLoad() {
        Calendar calendar = new Calendar();
        ComboBoxItem item = new ComboBoxItem();
        item.setName("customName");
        item.setTitle("Custom name");
        calendar.setEventDialogFields(item);
        calendar.draw();
    }
}

Original issue reported on code.google.com by esteban....@gmail.com on 12 May 2011 at 7:07

GoogleCodeExporter commented 9 years ago
The ComboBoxItem should be shown instead of the TextItem

Original comment by esteban....@gmail.com on 12 May 2011 at 7:07

GoogleCodeExporter commented 9 years ago
Include all relevant versions and the bug will be returned to Valid state.

Original comment by smartgwt...@gmail.com on 12 May 2011 at 7:11

GoogleCodeExporter commented 9 years ago
Smart GWT Version: 2.4 Maven repository
GWT Version: 2.2.0
Browser: Firefox 3.6.17

Let me know if you need further details

Original comment by esteban....@gmail.com on 12 May 2011 at 7:33

GoogleCodeExporter commented 9 years ago
Smart GWT Version: 2.4 Maven repository
GWT Version: 2.2.0
Browser: Firefox 3.6.17, Chrome 11.0.696.65, Safari 5.0
OS: Mac OS

Original comment by esteban....@gmail.com on 13 May 2011 at 6:53

GoogleCodeExporter commented 9 years ago
This is now fixed, please try the next nightly build (from 
smartclient.com/builds, not Maven) and confirm.

Original comment by smartgwt...@gmail.com on 13 May 2011 at 7:23

GoogleCodeExporter commented 9 years ago
Thanks for the quick fix. I will try it and let you know
Cheers

Original comment by esteban....@gmail.com on 13 May 2011 at 1:02

GoogleCodeExporter commented 9 years ago
I guess this is fixed but I have a different issue I will report with steps to 
reproduce
Thanks

Original comment by esteban....@gmail.com on 16 May 2011 at 2:07