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 268471

Summary: CSS Code Completion window selection doesn't replace the existing value
Product: editor Reporter: par7133
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description par7133 2016-10-11 15:09:52 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Linux version 4.7.5-200.fc24.x86_64 running on amd64
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.101-b13

Reproducibility: Happens every time

STEPS:
  * I'm writing some CSS, and I'm mending the following code:
       style="position: relative;"
  * I position the cursor after the ":" and I press the [space bar] to open the Code Completion window.
  * I select a new value to replace "relative" 

ACTUAL:
  After my selection in the Code Completion window the new value doesn't replace the existing value

EXPECTED:
  After my selection in the Code Completion window the new value should replace the existing value