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 254039 - AbsoluteLayout dependency not removed on undo
Summary: AbsoluteLayout dependency not removed on undo
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Natural Layout (show other bugs)
Version: 8.1
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-31 15:54 UTC by mienamoo
Modified: 2015-09-15 16:15 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 mienamoo 2015-07-31 15:54:46 UTC
Product Version = NetBeans IDE 8.1 Beta (Build 201507302201)
Operating System = Windows 8 version 6.2 running on amd64
Java; VM; Vendor = 1.8.0_45
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.45-b02

I was busy testing this GUI builder test case:
http://services.netbeans.org/synergy/client/app/#/case/1316/suite/1073/v/1

I switched to Absolute Layout, and a new dependency was added for it. When undoing the layout, the changes to the component layout were properly reverted. But the addition of the dependency was not undone. I realise that arguments can be made both ways with this issue, but I strongly prefer not having unused dependencies in my projects.