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 186527 - [69cat] Error when manually adjusting toolbar settings through Standard.xml.
Summary: [69cat] Error when manually adjusting toolbar settings through Standard.xml.
Status: CLOSED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-21 18:58 UTC by gliesian
Modified: 2011-11-04 17: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 gliesian 2010-05-21 18:58:41 UTC
In the Standard.xml file, when a "draggable" attribute value is set to false as is allowed per the defined DTD schema (-//NetBeans IDE//DTD toolbar 1.1//EN), the following error occurs: "A org.openide.util.RequestProcessor$SlowItem exception has occurred."  Also, there doesn't seem to be a way in the IDE to adjust this attribute. 

In the below example, "draggable" is set to false for the File toolbar in the Standard.xml file.  When opening up the IDE the following error is seen: "A org.openide.util.RequestProcessor$SlowItem exception has occurred." 

<?xml version="1.0"?>
<!DOCTYPE Configuration PUBLIC "-//NetBeans IDE//DTD toolbar 1.1//EN" "http://www.netbeans.org/dtds/toolbar1_1.dtd">
<Configuration>
  <Row>
    <Toolbar name="File" visible="false" draggable="false" align="left"/>
    <Toolbar name="Clipboard" visible="true" draggable="true" align="left"/>
    <Toolbar name="UndoRedo" visible="true" draggable="true" align="left"/>
    <Toolbar name="Build" visible="true" draggable="true" align="left"/>
    <Toolbar name="Debug" visible="true" draggable="true" align="left"/>
    <Toolbar name="Memory" visible="true" draggable="true" align="left"/>
    <Toolbar name="QuickSearch" visible="true" draggable="true" align="right"/>
  </Row>
</Configuration>

Thanks.
Comment 1 Stanislav Aubrecht 2010-05-24 08:21:46 UTC
please attach the log file, thanks
Comment 2 gliesian 2011-11-04 17:57:00 UTC
Since this was marked as resolved, I'm closing the issue.