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 239990

Summary: [dark] Inline replace: Cursor not visible
Product: editor Reporter: everflux <everflux>
Component: SearchAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED FIXED    
Severity: normal CC: lkishalmi, ssazonov
Priority: P3 Keywords: L&F, PATCH_AVAILABLE, SIMPLEFIX
Version: 8.0   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 233142    
Bug Blocks:    
Attachments: cursor is behind the $ symbol.
Trivial patch to fix this issue.

Description everflux 2014-01-04 21:35:43 UTC
Created attachment 143599 [details]
cursor is behind the $ symbol.

ctr-h for inline search/replace. cursor hardly visible.
Comment 1 Milutin Kristofic 2014-01-14 16:05:00 UTC

*** This bug has been marked as a duplicate of bug 233142 ***
Comment 2 lkishalmi 2014-10-22 09:54:57 UTC
Well this bug is not duplicate of 233142.
Just investigated a  bit and it seems it happens as the caret color shall follow the caret color of the reference text field. That little change would resolve the dark caret problem on DarkMetal LAF. DarkNimbus theme needs some additional patches (redefining the caret color for text components) to make it work.
Comment 3 lkishalmi 2014-10-22 09:56:59 UTC
Created attachment 150048 [details]
Trivial patch to fix this issue.
Comment 4 lkishalmi 2014-10-22 10:00:45 UTC
*** Bug 234078 has been marked as a duplicate of this bug. ***
Comment 5 Milutin Kristofic 2014-11-11 14:47:30 UTC
Thank you. I integrated your fix to repository. It should be soon on update center.

http://hg.netbeans.org/jet-main/rev/40caf676949f
Comment 6 Quality Engineering 2014-11-21 03:51:22 UTC
Integrated into 'main-silver', will be available in build *201411210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/40caf676949f
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #239990 - [dark] Inline replace: Cursor not visible