-
Bug
-
Resolution: Fixed
-
Normal
-
8.0.0
-
None
-
Security Level: Jean
-
None
-
ZK 8.0.1
-
None
Steps to reproduce
- load zul
<zk> <div apply="org.zkoss.bind.BindComposer" viewModel="@id('vm')@init('support.customization.T2407VM')"> <combobox model="@load(vm.model)" selectedItem="@bind(vm.ourProp)"/> <button onClick="@command('onChange')"/> </div> </zk>
- select an item in the combobox with a mouse
- clear the item by pressing the "backspace"
- press the tab to blur it (or click outside from the combobox)
Actual result
no event sent. So selectedItem on the server doesn't change. But ZK 7 will send events below:
dtid:z_y_90 cmd_0:onChange uuid_0:z_3 data_0:{"value":"","start":0} cmd_1:onSelect uuid_1:z_3 data_1:{"items":[]}
Debug info
- in step 2, if selecting an item with the up and down key. Events are sent.
- is duplicated by
-
ZK-3019 Combobox binding problem - Empty Combo
- Closed