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 204393 - Optimize display of "Matching Rows" Toolbar in dataview
Summary: Optimize display of "Matching Rows" Toolbar in dataview
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 7.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: NETFIX
Depends on:
Blocks:
 
Reported: 2011-10-29 17:11 UTC by matthias42
Modified: 2011-11-03 15:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot of the problem (121.67 KB, image/png)
2011-10-29 17:11 UTC, matthias42
Details
Proposed patch for the problem (3.72 KB, patch)
2011-10-29 17:11 UTC, matthias42
Details | Diff
Screenshot after the patch (121.36 KB, image/png)
2011-10-29 17:20 UTC, matthias42
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matthias42 2011-10-29 17:11:17 UTC
Created attachment 112558 [details]
screenshot of the problem

Currently netbeans truncates the "Matching Rows" Toolbar in the dataview (See screenshot). I had a look at the layout for the toolbar and frankly I didn't get the intention of the layout code. I tried to guess and created the attached patch, which switches the group layout to a box-layout with glue. This show the whole "Matching Rows" Toolbar, if there is enough room and fixes its position at the right side.
Comment 1 matthias42 2011-10-29 17:11:54 UTC
Created attachment 112559 [details]
Proposed patch for the problem
Comment 2 matthias42 2011-10-29 17:20:32 UTC
Created attachment 112560 [details]
Screenshot after the patch
Comment 3 Jiri Rechtacek 2011-11-01 17:13:21 UTC
core-main/rev/6022464b676d
Thank you a lot for your patches!
Comment 4 Quality Engineering 2011-11-02 15:18:13 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/6022464b676d
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #204393 - Optimize display of "Matching Rows" Toolbar in dataview;
applied matthias42's patch, thanks
Comment 5 Quality Engineering 2011-11-03 15:41:23 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/6022464b676d
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #204393 - Optimize display of "Matching Rows" Toolbar in dataview;
applied matthias42's patch, thanks