[FIX] Opera: programmatic .focus() on contenteditable element only works if element also has a tabindex

bzr revid: xmo@openerp.com-20121019114605-pa441vc9nhsi3pxm
This commit is contained in:
Xavier Morel 2012-10-19 13:46:05 +02:00
parent 877957819e
commit 61b74914aa
1 changed files with 2 additions and 1 deletions

View File

@ -1297,7 +1297,8 @@
<div t-name="SearchView.InputView"
class="oe_searchview_input"
contenteditable="true"/>
contenteditable="true"
tabindex="0"/>
<!-- tabindex: makes div focusable -->
<div t-name="SearchView.FacetView"
class="oe_tag oe_tag_dark oe_searchview_facet"