3.2.0

focus problem in the groupBox

is there anyone who has any idea about followed link ?

http://www.activewidgets.com/javascript.forum.19908.1/putting-the-aw-ui-input.html
Serkan Eksi
June 15,
Hi Alex

This question is still unanswered. Please offer me any workaround.
Serkan Eksi
June 26,
hi...

does not anyone know why this issue occurs ?
Serkan Ekºi
July 11,
Sorry for the confusion - the AW.UI.Group class is only intended to draw a rounded rectangle border, but it is not intended to be a 'container', i.e. you should not put other elements inside AW.UI.Group class, but have them 'float' on top using absolute positioning (I understand that it is quite stupid and contradict the name of the control, so it will be corrected in the future).

However you code could be fixed with a small workaround - just remove the default "onactivate" event (which moves focus into box/text element) -

group1.setEvent("onactivate", "");
Alex (ActiveWidgets)
July 12,

This topic is archived.

See also:


Back to support forum