mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
bug 53673 - <textbox multiline="true"> doesn't accept initial value="xxx" patch by Neil, r=me sr/moa=jag a=dbaron
This commit is contained in:
parent
71cf21b65f
commit
87877584ae
@ -160,7 +160,9 @@
|
||||
<content>
|
||||
<xul:hbox class="textbox-input-box" flex="1" xbl:inherits="context">
|
||||
<html:textarea class="textbox-textarea" flex="1" anonid="input"
|
||||
xbl:inherits="onfocus,onblur,value,disabled,rows,cols,readonly,wrap"/>
|
||||
xbl:inherits="onfocus,onblur,xbl:text=value,disabled,rows,cols,readonly,wrap">
|
||||
<children/>
|
||||
</html:textarea>
|
||||
</xul:hbox>
|
||||
</content>
|
||||
</binding>
|
||||
|
Loading…
Reference in New Issue
Block a user