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

Summary: Completion for class selector shouldn't insert dot in some cases
Product: javascript Reporter: douglasv <douglasv>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

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