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 236719

Summary: In-place rename of CheckableNode in OutlineView forgets to take checkbox width into account
Product: platform Reporter: ebakke
Component: Outline&TreeTableAssignee: Martin Entlicher <mentlicher>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: OutlineView displaying a tree of CheckableNodes, one being renamed.

Description ebakke 2013-10-03 18:26:57 UTC
Created attachment 140773 [details]
OutlineView displaying a tree of CheckableNodes, one being renamed.

See the attached screenshot. If a CheckableNode is shown in an OutlineView and edited via the in-place string editor, the checkbox disappears during editing and both the icon and the name of the node is shifted to the left for the duration of the edit. Ideally the icon and string would stay at the same horizontal location during the editing.

(Purely a cosmetic thing, of course.)
Comment 1 Martin Entlicher 2015-09-30 07:30:16 UTC
Fixed by changeset:   292754:634a24f82a47
http://hg.netbeans.org/core-main/rev/634a24f82a47
Comment 2 Quality Engineering 2015-10-01 05:02:40 UTC
Integrated into 'main-silver', will be available in build *201510010328* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/634a24f82a47
User: mentlicher@netbeans.org
Log: #236719: Paint also the check box when in editor.
Comment 3 ebakke 2016-02-21 19:34:35 UTC
Thanks for the bugfix--it works in my platform app now!
Comment 4 Martin Entlicher 2016-02-21 19:44:34 UTC
Thanks, marking as verified based on your comment.