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

Key: LPP-4657
Type: Bug Bug
Status: Verified Verified
Resolution: Fixed
Priority: P1 P1
Assignee: Unassigned
Reporter: Henry Minsky
Votes: 0
Watchers: 0
Operations

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

Input text does not obey font style directives in SWF7/8

Created: 05/Sep/07 10:31 AM   Updated: 25/Oct/07 08:33 AM
Component/s: LFC - Text
Affects Version/s: 4.0.5WaffleCone
Fix Version/s: 4.0.5WaffleCone

Time Tracking:
Not Specified

File Attachments: 1. File LPP-4657.lzx (0.3 kb)


Severity: Major
Fixed in Change#: 6,376
Runtime: N/A
Fix in hand: False


 Description  « Hide
Try this

  <inputtext id="inp2" bgcolor="#cccccc"
             y="50"
             font="monospace"
             width="200" ></inputtext>

Note that when you type into the text field, the text is not in the monospace font

or this

  <inputtext id="inp2" bgcolor="#cccccc"
             y="50" fontsize="30"
             font="monospace"
             width="200" ></inputtext>

The font is not in the given fontsize or typeface

Note that adding an explicit height attribute will make the input field use the correct font.

Also, if you have some initial text specified, it shows up in the correct font, but
typing into the input field displays in the wrong (default) font.

  <inputtext id="inp" bgcolor="#cccccc"
             font="monospace"
             width="200" >This is monospace font 2+2 </inputtext>

This is in SWF7/8

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Henry Minsky - 05/Sep/07 10:37 AM
Note this seems to be only SW7, not in SWF8

Henry Minsky - 05/Sep/07 01:33 PM
This bug occurs starting with svn revision #6257

again, it's swf7 only, not swf8

Steve O'Sullivan - 22/Oct/07 09:30 AM
Tested build 6913 Trunk. Verified positive results in IE7 and Safari 2. Monospaced fonts are presented in the test case.