mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
wrap rightmost textboxes so that mouse events are tested closer to the left hand side of (within) the frame. b=410405 r=pavlov a1.9=schrep
This commit is contained in:
parent
d7889c863a
commit
1fe243b9ca
@ -15,12 +15,16 @@
|
||||
<hbox>
|
||||
<textbox id="n1" type="number" size="4"/>
|
||||
<textbox id="n2" type="number" value="10" min="5" max="15" wraparound="true"/>
|
||||
<textbox id="n3" type="number" value="25" min="1" max="12" increment="3"/>
|
||||
</hbox>
|
||||
<hbox>
|
||||
<textbox id="n3" type="number" size="4" value="25" min="1" max="12" increment="3"/>
|
||||
</hbox>
|
||||
<hbox>
|
||||
<textbox id="n4" type="number" size="4" value="-2" min="-8" max="18"/>
|
||||
<textbox id="n5" type="number" value="-17" min="-10" max="-3"/>
|
||||
<textbox id="n6" type="number" value="9" min="12" max="8"/>
|
||||
</hbox>
|
||||
<hbox>
|
||||
<textbox id="n6" type="number" size="4" value="9" min="12" max="8"/>
|
||||
</hbox>
|
||||
<hbox>
|
||||
<textbox id="n7" type="number" size="4" value="4.678" min="2" max="10.5" decimalplaces="2"/>
|
||||
|
Loading…
Reference in New Issue
Block a user