Bug 856119 - Web content covered by the tab strip should not be active r=mbrubeck

--HG--
extra : rebase_source : 4336940c2a4d8fb82dde72d323eb3eebacddffcd
This commit is contained in:
Rodrigo Silveira 2013-07-12 14:24:02 -07:00
parent cb1e8505e5
commit a7cee07070

View File

@ -179,7 +179,8 @@
<vbox id="page">
<vbox id="tray" class="tray-toolbar" observes="bcast_windowState" >
<!-- Tabs -->
<hbox id="tabs-container" observes="bcast_windowState">
<!-- onclick handler to work around bug 837242 -->
<hbox id="tabs-container" observes="bcast_windowState" onclick="void(0);">
<box id="tabs" flex="1"
observes="bcast_preciseInput"
onselect="BrowserUI.selectTabAndDismiss(this);"