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 135892 - End quotation mark not skipped in attribute
Summary: End quotation mark not skipped in attribute
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P4 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-27 15:14 UTC by kate
Modified: 2016-07-07 09:56 UTC (History)
2 users (show)

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 kate 2008-05-27 15:14:42 UTC
Product Version: NetBeans IDE Dev (Build 200805221203)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

1. Have some Web Application Project with TLD file opened
2. If you invoke code completion for some attribute, it generates something like 'attribute="|"' with cursor positioned
between ""
3. HTML file: If you press '"', the next '"' is skipped, so you get 'attribute=""|'
4. TLD file: If you press '"', it just writes '"' so the result looks like 'attribute=""|"'

I think that this behavior should be unified for TLD files and HTML files. 
In both cases, '"' should be skipped.
Comment 1 Peter Zavadsky 2008-07-29 10:31:31 UTC
Yes, the described behaviour is there, and should be unified. However I think the priority could be lower.
Comment 2 Petr Jiricka 2008-09-24 10:40:27 UTC
Agreed. So the change needs to be made for TLD. TLD editing is handled by the XML editor, reassigning to XML.
Comment 3 Martin Balin 2016-07-07 09:56:45 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss