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 219944 - [PATCH] General Options - 'No Proxy' label not shown completely on Linux
Summary: [PATCH] General Options - 'No Proxy' label not shown completely on Linux
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 7.3
Hardware: PC Linux
: P4 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords: PATCH_AVAILABLE
Depends on:
Blocks:
 
Reported: 2012-10-11 20:10 UTC by mcmoody
Modified: 2012-10-31 14:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
General Options panel display shows 'No Proxy' label displays incorrectly. (133.02 KB, image/png)
2012-10-11 20:10 UTC, mcmoody
Details
Patch extends button size so that label displays correctly. (1.94 KB, patch)
2012-10-11 20:13 UTC, mcmoody
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mcmoody 2012-10-11 20:10:14 UTC
Created attachment 125805 [details]
General Options panel display shows 'No Proxy' label displays incorrectly.

On General Options panel, label for radio button 'No Proxy' displays incorrectly on Linux (Debian 6.06, Kernel 2.6.32-5-amd64, Gnome 2.30.2) for versions of IDE from 6.9 to 7.3 and perhaps before.
(See screenshot attached.)

Display appears correct on Windows 2000.

This is my first issue effort, so I pick something very simple and easy to provide a fix, while I try to learn the process.  I did not find previously submitted matching issue.  I have the simple patch, but it looks like I can attach only one file with this submission.

Note that since the standard default button size does not display correctly, I suppose some other package (JSE, jvm, Debian, Gnome, uncertain) may be original source of issue.  If so, then I suppose this patch may be considered as simple workaround for that shortcoming.
Comment 1 mcmoody 2012-10-11 20:13:46 UTC
Created attachment 125806 [details]
Patch extends button size so that label displays correctly.