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 188341 - ETable.createDefaultColumnsFromModel() discards the list of hidden columns
Summary: ETable.createDefaultColumnsFromModel() discards the list of hidden columns
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-03 06:02 UTC by Martin Entlicher
Modified: 2010-07-29 03:18 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 Martin Entlicher 2010-07-03 06:02:35 UTC
When a whole ETable is refreshed, or column headers are refreshed, new table columns are created and made all visible.
See issue #188295 for associated description.
Comment 1 Martin Entlicher 2010-07-28 09:17:58 UTC
Column refreshing should not loose properties that were set on them (width, sorted state, hidden state, etc.). Fixed in changeset:   174915:52750c487ca7
http://hg.netbeans.org/main/rev/52750c487ca7
Comment 2 Quality Engineering 2010-07-29 03:18:03 UTC
Integrated into 'main-golden', will be available in build *201007290001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/52750c487ca7
User: mentlicher@netbeans.org
Log: #188341 Copy the hidden columns, columns width and sorted state in createDefaultColumnsFromModel(). Also some additional checks in OutlineTable are necessary.