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 198707 - ETable doesn't preserve position of hidden & restored columns
Summary: ETable doesn't preserve position of hidden & restored columns
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-18 14:16 UTC by Jiri Sedlacek
Modified: 2011-05-28 12:16 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 Jiri Sedlacek 2011-05-18 14:16:09 UTC
Steps:

1/ created ETable with 5 columns called Data 0 ~ Data 4
2/ hidden first column Data 0 using a dialog or popup
3/ opened dialog for showing/hiding columns, BUG: Data 0 column is now second item
4/ restored Data 0 column, BUG: added as a last column
Comment 1 Martin Entlicher 2011-05-27 18:11:07 UTC
Fixed by changeset:   194782:0d94b4b10708
http://hg.netbeans.org/main/rev/0d94b4b10708

Merged into release701 branch as changeset:   199452:2a7b7db7bdba
Comment 2 Quality Engineering 2011-05-28 12:16:45 UTC
Integrated into 'main-golden', will be available in build *201105280401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0d94b4b10708
User: mentlicher@netbeans.org
Log: #198707 Preserve the order of columns when hidden columns are resurrected.