Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Click and drag to a different FormItem

    I'm seeing some interesting behaviour which exists in the our application as well as the showcase.

    Within a DynamicForm, if there is a TextItem as well as any FormItem which has some sort of lookup button (for example SelectItem or ColorPickerItem). If you mouse down click in the TextItem and drag to mouse up on the lookup icon (or SelectItem) the "lookup" will be performed causing the user to lose focus of the field originally clicked.

    This can be seen here: http://www.smartclient.com/smartgwt/showcase/#form_controls_various

    I have tested this with SmartGWT 2.4 and GWT 2.3 in Chrome 12.0.742.122

    I have tried to catch the mouse down and mouse up event to ensure that they are on the same FormItem but the FormItems don't have these event. The mouseDown event on the DynamicForm doesn't appear to be working.

    Any advice on this?
Working...
X