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 255111 - Dragging over a BeanTreeView node makes its label invisible in Nimbus L&F
Summary: Dragging over a BeanTreeView node makes its label invisible in Nimbus L&F
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7 x64
: P3 normal with 1 vote (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-08 23:28 UTC by matvei
Modified: 2015-09-11 13:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Sample project demonstrating the problem (25.08 KB, application/zip)
2015-09-08 23:28 UTC, matvei
Details
patch making it readable (823 bytes, patch)
2015-09-11 13:16 UTC, Ondrej Vrabec
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description matvei 2015-09-08 23:28:17 UTC
Created attachment 155989 [details]
Sample project demonstrating the problem

Steps to reproduce (attached sample project):
1) Expand any of the directories in the BeanTreeView
2) Start dragging any child node
3) Drag over any other node, see its label disappear


Steps to reproduce (inside NetBeansIDE iteself):
1) Configure NetBeans to use Nimbus L&F
2) Start dragging a file inside Projects view
3) Drag over any other file or directory, see its label disappear


Expected behavior:
Node over which we're dragging shows "selected" styling, just as it does in other L&Fs. For example, this is what happens in Windows L&F: http://i.imgur.com/vFlp0Qk.gif


Actual behavior:
Node labels disappear when dragged over: http://i.imgur.com/OazDN7M.gif


Reproducibility notes:
- In the sample project, bug is reproducible with both NetBeans Platform 8.0.2 and 8.1beta.
- Inside NetBeans IDE, this bug can be seen in Projects, Navigator, Files, etc -- basically in any UI that uses BeanTreeView. Enabling/disabling "Maximize use of native look and feel" makes no difference.



System information:
Product Version: NetBeans IDE 8.1 Beta (Build 201508041349)
Java: 1.8.0_60; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-b27
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 Ondrej Vrabec 2015-09-11 13:16:58 UTC
Created attachment 156096 [details]
patch making it readable
Comment 2 Ondrej Vrabec 2015-09-11 13:18:20 UTC
the patch seems to at least make it readable, but i do not know how painting and handling different LaFs in NetBeans work, so reassigning to windows syste,.
The owner will hopefully be able to help.