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 - Disabling quote-mark autocompletion makes it misbehave
Summary: Disabling quote-mark autocompletion makes it misbehave
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-30 16:23 UTC by CheeseSucker
Modified: 2011-11-03 10:13 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 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