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

Key: LPP-1671
Type: Bug Bug
Status: Verified Verified
Resolution: Fixed
Priority: P1 P1
Assignee: Frisco Del Rosario
Reporter: Oliver Steele
Votes: 0
Watchers: 0
Operations

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

LzKeys is missing '<>'

Created: 07/Mar/06 11:45 AM   Updated: 26/Jun/06 09:38 PM
Component/s: Laszlo Foundation Classes (LFC)
Affects Version/s: None
Fix Version/s: 3.2 (Sage)

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 40,501
Runtime: N/A
Fix in hand: False


 Description  « Hide
LzKeys.keyCodes is missing entries for '<' and '>'. This fixes it:

LzKeys.keyCodes['<'] = 188;
LzKeys.keyCodes['>'] = 190;


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Amy Muntz - 10/Mar/06 02:43 PM
assign to ben once reviewed

Mark Davis - 13/Mar/06 02:22 PM
fized in lps-dev

Mark Davis - 14/Mar/06 02:27 PM
This is included in the nightly sage build as of 3/13

Can you check if this is fixed?

Thanks! :)