History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-3744
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: -- --
Assignee: Unassigned
Reporter: Philip Romanik
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

FF 1.5/2.0 dhtml: <edittext> control doesn't draw box around input area

Created: 19/Mar/07 09:16 AM   Updated: 05/Feb/08 03:42 PM
Component/s: Components - LZ
Affects Version/s: OL4B1
Fix Version/s: RingDing (4.1)

Time Tracking:
Not Specified

Environment: Windows XP FF1.5, FF2.0

Severity: Minor
Fixed in Change#: 5,194
Runtime: N/A
Fix in hand: False


 Description  « Hide
<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>

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Mamye Kratt - 28/Jun/07 07:17 PM
(4.0 branch (4.0.3) local build r5544)
ran examples/components/edittext_example.lzx?lzr=dhtml and test in bug successfully.

Mamye Kratt - 28/Jun/07 07:18 PM
Need t o be tested in legals.

Mamye Kratt - 17/Jul/07 12:14 PM
Need to test in legals.

Mamye Kratt - 05/Feb/08 03:42 PM
(pagan-deities build r7956 - from legals -> trunk -> pagan-deities)
Fixed in FF2, also compared results of IE7.