Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Auto allocation of tab-indices has reached native browser ceiling - tab-order cannot

$
0
0
Hi ,

Using dynamic form trying to create 5 items of File upload. Dynamic form has combination of Text item and FileUploadItems. As mentioned I am getting view when on draw. But getting warning in the console as "Auto allocation of tab-indices has reached native browser ceiling - tab-order cannot " ,
<warnings>
Class.getStackTrace(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
Canvas.readyToDraw()
DynamicForm.draw(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
StatefulCanvas.handleActivate(_1=>Obj, _2=>undef)
StatefulCanvas.handleClick(_1=>Obj, _2=>undef)
[c]EventHandler.bubbleEvent(_1=>[Img ID:isc_PortfolioGridView_1_33], _2=>"click", _3=>undef, _4=>undef)
[c]EventHandler.handleClick(_1=>[Img ID:isc_PortfolioGridView_1_33], _2=>undef)
[c]EventHandler.$k5(_1=>[object Event], _2=>undef)
[c]EventHandler.handleMouseUp(_1=>[object Event], _2=>undef)
[c]EventHandler.dispatch(_1=>[c]EventHandler.handleMouseUp(), _2=>[object Event])
anonymous(event=>undef) "if (!isc.Browser.isIE && event == null) return;var returnVal=arguments.callee.$ch.isc.EH.dispatch(arguments.callee.$j2,event);return returnVal;"
</warnings>

":WARN:DynamicForm:isc_CustomDynamicForm_6:colWidths Array shorter than numCols, remaining columns get '*' size"


It seems like giving Numcol size or width of some items giving warning.

Could you please suggest to avoid warnings.

Viewing all articles
Browse latest Browse all 4756

Trending Articles