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 143093 - Export as Image used after using "Selected Objects Only" option may produce a blank file
Summary: Export as Image used after using "Selected Objects Only" option may produce a...
Status: RESOLVED WONTFIX
Alias: None
Product: uml
Classification: Unclassified
Component: Output (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Yang Su
URL:
Keywords:
Depends on: 143213
Blocks:
  Show dependency tree
 
Reported: 2008-08-06 17:29 UTC by aderda
Modified: 2008-08-27 20:06 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 aderda 2008-08-06 17:29:25 UTC
Blank file is a result of Export as Image if "Selected Objects Only" was no unchecked, before exporting whole diagram.
To reproduce:
- create any kind of diagram (for example a class diagram with some classes)
- select an object (option "Selected Objects Only" in Export as Image dialog becomes available)
- export to any file
- deselect objects on the diagram (option "Selected Objects Only" in Export as Image dialog becomes unavailable, but it
is still checked)
- export to any file (with or without "Visible Window Only" checked)
- the last created file is blank
Comment 1 Yang Su 2008-08-06 18:47:52 UTC
This is indeed a bug in 6.1 release. In 6.5, the entire diagram drawing part has been re-written, 'Selected Objects
Only' checkbox was removed from UI panel due to lack of API support in visual graph library, and the feedback seemed to
suggest that the option was not very helpful. Given the schedule and resources, this feature is unlikely to be
implemented in coming release unless convincing counterarguments are presented.

 
Comment 2 Yang Su 2008-08-27 20:06:52 UTC
"Selected Objects Only" feature has been taken out from 6.5, there is an enhancement request ( issue 143213 ) filed on
graphic library. Close this one as WONTFIX.