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 - CSS Code Completion window selection doesn't replace the existing value
Summary: CSS Code Completion window selection doesn't replace the existing value
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-11 15:09 UTC by par7133
Modified: 2016-10-11 15:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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