This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 46807 - Cannot delete with keyboard on mac
Summary: Cannot delete with keyboard on mac
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 4.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on: 46806 46811
Blocks:
  Show dependency tree
 
Reported: 2004-07-31 15:23 UTC by _ tboudreau
Modified: 2008-12-22 19:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2004-07-31 15:23:52 UTC
DeleteAction is bound to the key Delete.  Mac keyboards do not 
have a Delete key - for the mac it should be bound to 
backspace.
Comment 1 _ tboudreau 2004-07-31 15:27:30 UTC
This is fixed and will work once issue 46806 is fixed (already tested with workaround).

Checking in src/org/netbeans/core/ui/MenuWarmUpTask.java;
/cvs/core/ui/src/org/netbeans/core/ui/MenuWarmUpTask.java,v  <--  
MenuWarmUpTask.java
new revision: 1.8; previous revision: 1.7
done
Processing log script arguments...
More commits to come...
Checking in src/org/netbeans/core/ui/resources/layer.xml;
/cvs/core/ui/src/org/netbeans/core/ui/resources/layer.xml,v  <--  layer.xml
new revision: 1.70; previous revision: 1.69
done
Comment 2 _ tboudreau 2004-09-08 18:11:29 UTC
Fixed as part of issue 46811
Comment 3 Jaromir Uhrik 2005-07-14 16:18:03 UTC
Verified.