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 256305 - Palette windows allows to DnD File Select form, but php webpage parser doesn't like 'value' parameter in it and marks as error
Summary: Palette windows allows to DnD File Select form, but php webpage parser doesn'...
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-01 12:30 UTC by Selpi
Modified: 2016-09-15 02:04 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (46.09 KB, text/plain)
2015-11-01 12:31 UTC, Selpi
Details
Screenshoot (31.11 KB, image/png)
2016-09-04 23:32 UTC, amobilia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Selpi 2015-11-01 12:30:47 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Linux version 4.2.0-17-generic running on amd64
Java; VM; Vendor = 1.8.0_66
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.66-b17

Reproducibility: Happens every time

STEPS:
  * In any php project create new PHPWebPage
  * From Palette window DnD or double click File Select form to add it to page

ACTUAL:
  <input type="file" name="" value="" /> is generated and 'value' is marked as inappropriate.

EXPECTED:
  no 'value' her
Comment 1 Selpi 2015-11-01 12:31:00 UTC
Created attachment 157094 [details]
IDE log
Comment 2 junichi11 2015-11-02 04:07:36 UTC
Is this a HTML area? Thanks.
Comment 3 amobilia 2016-09-04 23:32:25 UTC
Created attachment 161902 [details]
Screenshoot

Bug still present on 201609040002

It occurs on HTML files

Screenshoot attached
Comment 4 Milutin Kristofic 2016-09-14 13:02:53 UTC
You are right, value should not be included for type file and image

http://hg.netbeans.org/web-main/rev/d55725825f12
Comment 5 Quality Engineering 2016-09-15 02:04:49 UTC
Integrated into 'main-silver', will be available in build *201609150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d55725825f12
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #256305 - Palette windows allows to DnD File Select form, but php webpage parser doesn't like 'value' parameter in it and marks as error