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 197244

Summary: Disabling quote-mark autocompletion makes it misbehave
Product: web Reporter: CheeseSucker
Component: HTML EditorAssignee: Marek Fukala <mfukala>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description CheeseSucker 2011-03-30 16:23:00 UTC
Product Version: NetBeans IDE Dev (Build 201103300400)
Java: 1.6.0_23; Java HotSpot(TM) Client VM 19.0-b09
System: Windows XP version 5.1 running on x86; Cp1252; no_NO (nb)


Steps to reproduce:

( | <-- denotes cursor location )

 1) Go to Options->Editor->Code completion
 2) Disable: Quote-mark (") Keypress After Attribute Name Autocompletes Closing Quote
 3) Type: <div id="foo|
 4) Now when you type the closing quote, it adds an additional quote, so you end up with:
    <div id="foo"|"

Expected behaviour is that it should not add any quote automatically, ever.
Comment 1 Marek Fukala 2011-04-01 11:16:27 UTC
reproducible, thanks for the report.
Comment 2 Marek Fukala 2011-11-03 10:13:59 UTC
Works fine now, looks like fixed by the fix of issue #184156