xiaomogu110 发表于 2014-5-4 13:13:31

QTP11,IE8,关于选择节点后无法聚焦的问题求助

1、手工点击左树节点下的“autotest”,会将焦点聚焦在该节点上
<span tabIndex="-1" class="dijitTreeLabel" role="treeitem" aria-selected="true" data-dojo-attach-point="labelNode,focusNode">

2、回放时,执行click“autotest”对象后无法聚焦,没有focusNode的标示
<span tabIndex="-1" class="dijitTreeLabel" role="treeitem" aria-selected="true" data-dojo-attach-point="labelNode">

哪位大神帮忙分析下这是什么原因导致的呢?

黑羽祭 发表于 2014-5-7 11:30:24

回复 1# xiaomogu110


    回放模式改成mouse type后再试试呢
页: [1]
查看完整版本: QTP11,IE8,关于选择节点后无法聚焦的问题求助