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 173499 - Right paren is not skipped if it's in the html
Summary: Right paren is not skipped if it's in the html
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-01 14:54 UTC by Petr Pisl
Modified: 2009-10-07 00:11 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 Petr Pisl 2009-10-01 14:54:58 UTC
Open a html page and write for examle in the body tag a javascript funcion. Like

<body onload="test()">   

When you press (, NetBeans automatically adds ). But when you press ), then the ide doesn't skip it and adds it, so the
result is: onload="test())"
Comment 1 Petr Pisl 2009-10-02 12:27:28 UTC
Fixed in the web-main.
Comment 2 Quality Engineering 2009-10-05 08:47:11 UTC
Integrated into 'main-golden', will be available in build *200910030241* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c981787fa620
User: Petr Pisl <ppisl@netbeans.org>
Log: issue #173499 - Right paren is not skipped if it's in the html
Comment 3 Quality Engineering 2009-10-07 00:11:30 UTC
Integrated into 'main-golden', will be available in build *200910061401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c981787fa620
User: Petr Pisl <ppisl@netbeans.org>
Log: issue #173499 - Right paren is not skipped if it's in the html