Bug 482440 - "Provide aria-controls attribute on searchtextbox widgets" [r+sr=dmose]
This commit is contained in:
Родитель
752dca1b03
Коммит
e0acea9d27
|
@ -86,6 +86,7 @@
|
|||
<label value="&namefield.label;" accesskey="&namefield.accesskey;"
|
||||
id="namefieldlabel" control="namefield"/>
|
||||
<textbox id="namefield" flex="1" type="search" timeout="300"
|
||||
aria-controls="subscribeTree"
|
||||
oncommand="Search();"/>
|
||||
</row>
|
||||
</rows>
|
||||
|
|
|
@ -82,6 +82,7 @@
|
|||
</menulist>
|
||||
<label value="&for.label;" accesskey="&for.accesskey;" control="searchInput"/>
|
||||
<textbox id="searchInput" flex="1" type="search"
|
||||
aria-controls="abResultsTree"
|
||||
oncommand="onEnterInSearchBar();" clickSelectsAll="true"/>
|
||||
</hbox>
|
||||
|
||||
|
|
|
@ -100,6 +100,7 @@
|
|||
<label value="&for.label;" id="forLabel" control="searchInput"/>
|
||||
<textbox id="searchInput" flex="1" type="search"
|
||||
aria-labelledby="lookInLabel addressbookList forLabel"
|
||||
aria-controls="abResultsTree"
|
||||
oncommand="onEnterInSearchBar();" clickSelectsAll="true"/>
|
||||
</hbox>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче