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 14064 - Right side vertical line of selection rectangle for checkboxes is missing.
Summary: Right side vertical line of selection rectangle for checkboxes is missing.
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-31 11:44 UTC by Jiri Kovalsky
Modified: 2003-07-01 12:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Picture showing missing right side line of checkbox selection. (3.76 KB, image/gif)
2001-07-31 11:45 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2001-07-31 11:44:40 UTC
Development build of NetBeans 3.3 #200107310100 on Windows 2000 with JDK 1.3.1

Description:
============
If user selects arbitrary checkbox provided in all VCS dialogs the selection 
rectangle showing just selected checkbox is not complete. There is right side 
vertical line missing of this rectangle. To better understand what's getting 
wrong here have a look at attached picture.

Steps to reproduce:
===================
1. Mount already existing CVS filesystem using Command-Line Client.
2. Select any [Up-to-date] file and invoke "CVS|Watches|Set Watche" command.
3. Select any of three offered actions to see missing right side selection line.
Comment 1 Jiri Kovalsky 2001-07-31 11:45:58 UTC
Created attachment 2015 [details]
Picture showing missing right side line of checkbox selection.
Comment 2 Martin Entlicher 2001-11-19 16:43:48 UTC
I've found the problem and fixed it, but I'm not sure whether the fix
is O.K. from UI perspective. Gabo, please correct it if it needs
correction.

The bug was caused by line 853 of VariableInputDialog:
chbox.setBorder(new javax.swing.border.EmptyBorder(1, 0, 1, 0));
I have commented out this line, since I don't have any clue how to fix
it.
Comment 3 Jiri Kovalsky 2001-11-20 08:28:40 UTC
Fine. Verified in development build of NetBeans 3.3 #200111200100.
Comment 4 Quality Engineering 2003-07-01 12:55:57 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.