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 - HTML auto-completion adds extra quote on properties
Summary: HTML auto-completion adds extra quote on properties
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.2.1
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-31 18:11 UTC by jyeary
Modified: 2013-01-08 15:33 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 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