frame = this.w.document.createElement('browser');
frame.setAttribute('flex','1');
frame.setAttribute('type','content');
+ frame.setAttribute('autoscroll','false');
frame.setAttribute('id','frame_'+obj.id_incr);
panel.appendChild(frame);
try {
<label id="debug" value="Debug" disabled="true" command="cmd_debug" onclick="this.doCommand();" />
<button id="browser_print" command="cmd_print" hidden="true"/>
</hbox>
- <browser id="browser_browser" flex="1" type="content"/>
+ <browser id="browser_browser" flex="1" autoscroll="false" type="content"/>
</vbox>
</window>
var browser = document.createElement('browser');
obj.id_incr++;
browser.setAttribute('type','content');
+ browser.setAttribute('autoscroll','false');
browser.setAttribute('id','frame_'+obj.id_incr);
browser.setAttribute('src',url);
this.node.appendChild( browser );
<label id="debug" value="Debug" disabled="true" command="cmd_debug" onclick="this.doCommand();" />
<button id="browser_print" command="cmd_print" hidden="true"/>
</hbox>
- <browser id="browser_browser" flex="1" type="content"/>
+ <browser id="browser_browser" flex="1" autoscroll="false" type="content"/>
</vbox>
</window>
<hbox id="copy_status_top_ui" />
<deck id="deck" flex="1">
<tree id="copy_status_list" flex="1" enableColumnDrag="true" context="copy_status_actions" />
- <browser id="copy_status_frame" src="" flex="1" />
+ <browser id="copy_status_frame" src="" flex="1" autoscroll="false" />
</deck>
<hbox id="copy_status_bottom_ui" />
</groupbox>
</vbox>
<deck id="deck" flex="1">
<tree id="holds_list" flex="1" enableColumnDrag="true" context="holds_actions"/>
- <browser id="hold_detail_frame" src="" flex="1" />
+ <browser id="hold_detail_frame" src="" flex="1" autoscroll="false" />
</deck>
<vbox flex="0">
<hbox id="holds_bottom_ui" />