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 239859 - Completion for class selector shouldn't insert dot in some cases
Summary: Completion for class selector shouldn't insert dot in some cases
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-29 18:51 UTC by douglasv
Modified: 2013-12-30 06:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (31.08 KB, text/plain)
2013-12-29 18:51 UTC, douglasv
Details

Note You need to log in before you can comment on or make changes to this bug.
Description douglasv 2013-12-29 18:51:49 UTC
Product Version = NetBeans IDE 7.4 (Build 201310111528)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_40
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.0-b56

  $('#bigtime  button').removeClass(  ' .selected ' ); (error from code assist)

there is a class='selected';  however, the code-assist offers and types in .selected 
with the . period which is not recognized by jquery it should be selected without the 
prefixed period
Comment 1 douglasv 2013-12-29 18:51:51 UTC
Created attachment 143508 [details]
IDE log
Comment 2 Vladimir Riha 2013-12-30 06:35:29 UTC
reproducible