Hi,
I'm using smartgwt-3.1p.2012-11-27.
I need to use in a form a text item with an internal value and a display value and additinally with some picker icons. To create the display value based on the internal value I use setEditorValueFormatter.
I also need to keep the item disabled/read only but the picker icons enabled.
While using tab to change the focus between all the form items I've seen that the value of the item becomes its display value. And that happens exactly when the focus is on the picker icon.
I succeded to reproduce the problem in the Picker Icons example from the Smartgwt showcase.
I attach the PickerControlsSample.java file with my changes.
After loading the example the text items show "Display Value" and hovers show "value=Internal Value". After using the tab to change the focus between the items the hovers show "value=Display Value".
1. Is it a bug? If yes, when can be solved?
2. While tabbing among the items I have seen that even if one item is disabled, when its icon gets the focus then also the item looks like enabled. Is this also a problem?
Regards,
Mihnea
I'm using smartgwt-3.1p.2012-11-27.
I need to use in a form a text item with an internal value and a display value and additinally with some picker icons. To create the display value based on the internal value I use setEditorValueFormatter.
I also need to keep the item disabled/read only but the picker icons enabled.
While using tab to change the focus between all the form items I've seen that the value of the item becomes its display value. And that happens exactly when the focus is on the picker icon.
I succeded to reproduce the problem in the Picker Icons example from the Smartgwt showcase.
I attach the PickerControlsSample.java file with my changes.
After loading the example the text items show "Display Value" and hovers show "value=Internal Value". After using the tab to change the focus between the items the hovers show "value=Display Value".
1. Is it a bug? If yes, when can be solved?
2. While tabbing among the items I have seen that even if one item is disabled, when its icon gets the focus then also the item looks like enabled. Is this also a problem?
Regards,
Mihnea
Comment