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 89548

Summary: persistence.xml save fails from keyboard on mac
Product: xml Reporter: lucasjordan <lucasjordan>
Component: XML MultiviewAssignee: Erno Mononen <emononen>
Status: RESOLVED FIXED    
Severity: blocker Keywords: A11Y
Priority: P3    
Version: 5.x   
Hardware: Macintosh (x86)   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description lucasjordan 2006-11-17 14:26:11 UTC
To reproduce, on a Mac create a persistence.xml file, click on the XML tab. edit
the document by hand, click Meta-S (or what ever the Apple Key is called) and
netbeans beeps and does not save the document.

I have not testing this on other platforms.

workaround, go to the file file menu and select Save.
Comment 1 Erno Mononen 2007-01-02 17:07:47 UTC
Are you using 5.5 final? This should have been fixed by the fix for issue 
74048. Thanks.
Comment 2 Erno Mononen 2007-01-05 13:00:08 UTC
Fixed in trunk. The fix for issue 74048 only fixed the shortcut in the design
view, in the xml view the shortcut was still incorrect. This issue affected also
other editors based on the xml/multiview, for example web.xml and ejb-jar.xml
editors. 

Checking in XmlMultiViewElement.java;
/cvs/xml/multiview/src/org/netbeans/modules/xml/multiview/XmlMultiViewElement.java,v
 <--  XmlMultiViewElement.java
new revision: 1.33; previous revision: 1.32
done
Comment 3 Erno Mononen 2007-04-04 16:39:56 UTC
*** Issue 99279 has been marked as a duplicate of this issue. ***