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 193596 - Code completion for script type is badly completed if some letter already available
Summary: Code completion for script type is badly completed if some letter already ava...
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: PC Other
: P4 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-19 10:53 UTC by Martin Fousek
Modified: 2010-12-21 14:39 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 Martin Fousek 2010-12-19 10:53:19 UTC
Product Version: NetBeans IDE 6.9.1 (Build 201007282301)
Java: 1.6.0_15; Java HotSpot(TM) Client VM 14.1-b02
System: Windows 7 version 6.1 running on x86; Cp1252; en_US (nb)

Summary:
If I invoke and confirm CodeComplation for script type with few first letters it's badly completed.

Steps to reproduce:
1, write <link type="te|
2, invoke CC and choose any of types
-> you will get i.e. "<link type="tetext/css"
Comment 1 Marek Fukala 2010-12-20 07:39:36 UTC
already fixed some time ago. thanks
Comment 2 Martin Fousek 2010-12-21 14:39:35 UTC
Verified as fixed in NetBeans IDE Dev (Build 101221-e613993cd6dd).
Thanks...