
| Key: |
LPP-3744
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
--
|
| Assignee: |
Unassigned
|
| Reporter: |
Philip Romanik
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Windows XP FF1.5, FF2.0
|
|
| Severity: |
Minor
|
| Fixed in Change#: |
5,194
|
| Runtime: |
N/A
|
| Fix in hand: |
False
|
|
<edittext> shows a box around the input area. However, in FF1.5/dhtml and FF2/dhtml, this box is missing. It works fine in IE6/IE7
Sample code:
<canvas>
<simplelayout axis="y"/>
<view>
<simplelayout axis="x"/>
<text>Name:</text>
<edittext></edittext>
</view>
<view>
<simplelayout axis="x"/>
<text>Address:</text>
<edittext></edittext>
</view>
</canvas>
|
|
Description
|
<edittext> shows a box around the input area. However, in FF1.5/dhtml and FF2/dhtml, this box is missing. It works fine in IE6/IE7
Sample code:
<canvas>
<simplelayout axis="y"/>
<view>
<simplelayout axis="x"/>
<text>Name:</text>
<edittext></edittext>
</view>
<view>
<simplelayout axis="x"/>
<text>Address:</text>
<edittext></edittext>
</view>
</canvas> |
Show » |
|
ran examples/components/edittext_example.lzx?lzr=dhtml and test in bug successfully.