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

Key: LPP-1670
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 are off by one

Created: 07/Mar/06 11:40 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
The key codes for the shifted numbers are off by one. This is correct:
LzKeys.keyCodes[')'] = 48;
LzKeys.keyCodes['!'] = 49;
LzKeys.keyCodes['@'] = 50;
LzKeys.keyCodes['#'] = 51;
LzKeys.keyCodes['$'] = 52;
LzKeys.keyCodes['%'] = 53;
LzKeys.keyCodes['^'] = 54;
LzKeys.keyCodes['&'] = 55;
LzKeys.keyCodes['*'] = 56;
LzKeys.keyCodes['('] = 57;


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

Mark Davis - 13/Mar/06 02:23 PM
fixed in lps-dev

Mark Davis - 14/Mar/06 02:31 PM
This is included in the 3/13/06 nightly build. Could ou please verify the fix?

Thanks!

There was a time when I would write the bug that you would fix, then I would get to verify the fix. I love the world of open source :)