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 224340

Summary: HTML auto-completion adds extra quote on properties
Product: web Reporter: jyeary <jyeary>
Component: HTML EditorAssignee: Marek Fukala <mfukala>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.2.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description jyeary 2012-12-31 18:11:56 UTC
1. Go to Preferences -> Editor -> Code Completion -> Language: HTML and disable the following:

Equals-sign (=) Keypress After Attribute Name Autocompletes Quote Set
Quote-Mark(") Keypress After Attribute Name Autocompletes Closing Quote

2. Create an HTML file
3. Create a div element and type an attribute like id="", you will get id="""
Comment 1 jyeary 2012-12-31 18:25:11 UTC
Added a video on Vimeo demonstrating the behavior.

https://vimeo.com/56559988
Comment 2 Marek Fukala 2013-01-08 15:33:03 UTC
Not reproducible on 7.3 dev build. Many fixes have been done to this area recently, see Bug 212692 - single quotes autocompletion incorrect