More fallout from xul syntax changes. r=ben sr=hyatt

git-svn-id: svn://10.0.0.236/trunk@101487 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com
2001-08-21 06:16:33 +00:00
parent 015c7b4e92
commit 8025a894e1
2 changed files with 3 additions and 2 deletions

View File

@@ -1365,7 +1365,7 @@
<binding id="autocomplete-internal-box">
<content context="_child">
<children/>
<xul:menupopup onpopupshowing="this.parentNode.doPopupItemEnabling(this);">
<xul:menupopup onpopupshowing="this.parentNode.focus(); this.parentNode.doPopupItemEnabling(this);">
<xul:menuitem label="&undoCmd.label;" accesskey="&undoCmd.accesskey;" cmd="cmd_undo"
oncommand="var controller = document.commandDispatcher.getControllerForCommand('cmd_undo');
controller.doCommand('cmd_undo');"/>

View File

@@ -19,7 +19,7 @@
<xul:hbox class="textbox-internal-box" flex="1">
<html:input class="textbox-input" flex="1" inherits="onfocus,onblur,value,type,maxlength,disabled,size,readonly"/>
</xul:hbox>
<xul:menupopup onpopupshowing="this.parentNode.doPopupItemEnabling(this); this.focus();">
<xul:menupopup onpopupshowing="this.parentNode.focus(); this.parentNode.doPopupItemEnabling(this);">
<xul:menuitem label="&undoCmd.label;" accesskey="&undoCmd.accesskey;" cmd="cmd_undo" oncommand="
var controller = document.commandDispatcher.getControllerForCommand('cmd_undo');
controller.doCommand('cmd_undo');"/>
@@ -76,6 +76,7 @@
if (val) this.setAttribute('disabled', 'true');
else this.removeAttribute('disabled'); return val;"
onget="return this.inputField.readonly;"/>
<method name="select">
<body>