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 60013 - Attribute dir has "=" appended
Summary: Attribute dir has "=" appended
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 11:42 UTC by Jiri Kovalsky
Modified: 2009-05-18 10:45 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 Jiri Kovalsky 2005-06-15 11:42:17 UTC
Development build #200506142000 of NetBeans 4.2
Windows XP, JDK 1.5.0_03 build #06

Description:
============
Code completion suggesting dir attribute in HTML tags displayes "dir=".
Furthermore it does not complete "" chars.

Steps to reproduce:
===================
1. Create new sample web application.
2. Type <head | in index.jsp and press CTRL+Space.
3. Code completion will display "dir=" as one suggestion.
4. Press Enter which will complete the tag to <head dir=| only instead of <head
dir=""|
Comment 1 Marek Fukala 2005-06-20 12:16:00 UTC
fixed

Checking in HTMLCompletionQuery.java;
/cvs/html/editor/lib/src/org/netbeans/editor/ext/html/HTMLCompletionQuery.java,v
 <--  HTMLCompletionQuery.java
new revision: 1.10; previous revision: 1.9
done
Comment 2 Jiri Kovalsky 2005-06-21 07:32:33 UTC
Verified in development build #200506201800 of NetBeans 4.2.