:: Forum >>

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
Friday, June 15, 2007
Hi Alex

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

does not anyone know why this issue occurs ?
Serkan Ekºi
Wednesday, July 11, 2007
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)
Thursday, July 12, 2007

This topic is archived.


Back to support forum

Forum search