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 203812 - completing input>type attributes in html
Summary: completing input>type attributes in html
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2011-10-17 09:44 UTC by legec
Modified: 2011-10-19 14:17 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 legec 2011-10-17 09:44:18 UTC
Product Version = NetBeans IDE 7.1 Beta (Build 201109252201)
Operating System = Linux version 2.6.38-11-generic running on amd64
Java; VM; Vendor = 1.6.0_22
Runtime = OpenJDK 64-Bit Server VM 20.0-b11

When writing HTML code (inside a php file), the completion does not propose the possible values of the "type" attribute for the "input" tag.
The HTML validator, on the other hand, does know which type values are valid.

Reproduce :
1- type :  <input type=""/> in the editor
2- place the cursor between the two ""
3- invoke the auto-completion (Ctrl+Space)
=> the popup menu displays "No suggestion"

I would like to see "text | password | checkbox | radio | submit | reset | file | hidden | image | button"
Comment 1 Marek Fukala 2011-10-18 05:53:45 UTC
fixed in web-main#33f19d1faebe
Comment 2 Quality Engineering 2011-10-19 14:17:42 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/33f19d1faebe
User: Marek Fukala <mfukala@netbeans.org>
Log: #203812 - completing input>type attributes in html