Stylesheet scoping caused radiogroup navigation regression in Classic. Fixing... r=kerz sr=hewitt
git-svn-id: svn://10.0.0.236/trunk@205457 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d2bab441f7
commit
f9bb198d97
@ -73,7 +73,7 @@
|
||||
oncreate="createUBHistoryMenu(event.target);"
|
||||
oncommand="useUBHistoryItem(event.target)"/>
|
||||
</textbox>
|
||||
<button label="&chooseFile.label;" onclick="onChooseFile();"/>
|
||||
<button label="&chooseFile.label;" oncommand="onChooseFile();"/>
|
||||
</box>
|
||||
<box autostretch="never" valign="center">
|
||||
<text class="label" value="&openWhere.label;"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user