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 93529 - OnChange of the DropDown the ValueChangeListener is not called on Internet Explorer
Summary: OnChange of the DropDown the ValueChangeListener is not called on Internet Ex...
Status: VERIFIED WORKSFORME
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Matthew Bohm
URL: http://www.netinfo.com.cy
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-30 10:53 UTC by thoism
Modified: 2007-08-17 18:31 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 thoism 2007-01-30 10:53:53 UTC
I have 2 DropDown components on a Page Fragment which work fine on FireFox but
does not work on Internet Explorer 6 or 7.
I put some breakpoints inside their value change listener methods and they are
never hit if the request was made from Internet Explorer and the submittedValue
of the dropdown is null.
The odd thing is that the parameters are posted from the client since I checked
with the HTTP monitor tool.

I have the latest Visual Pack 070104_2 and the NetBeans 200610171010 and Java
1.5.0.10-b03 and Windows XP version 5.1 on x86 but it's the same for every
platform. The application is also deployed on a tomcat installed on a Suse 10.1.
We also have it on a Red Hat 4 machine also.
Comment 1 Jayashri Visvanathan 2007-02-26 21:10:16 UTC
Is this with J2EE 1.4 or Java EE 5 project ?
Comment 2 Matthew Bohm 2007-03-01 03:18:19 UTC
I could not reproduce this on IE7+glassfish. Here were the steps I used:

- new project.
- add page fragment and double-click to edit it.
- add two dropdowns, a button, and a message group to the fragment.
- double-click dropdown1 and edit the value change method to do info("dropdown1
changed").
- double-click dropdown2 and edit the value change method to do info("dropdown2
changed").
- run project.
- click the button. the message group says both dropdown1 and dropdown2 changed.
this is correct, since the values were null and now they are item1.
- change the value of dropdown1 and click the button. the message group says
dropdown1 only changed.
- change the value of dropdown2 and click the button. the message group says
dropdown2 only changed.
- click the button without changing the dropdown selections. the message group
disappears, since neither dropdown value changed.
Comment 3 Lark Fitzgerald 2007-08-17 18:31:54 UTC
Verified using:
Product Version: NetBeans 6 IDE Dev (Build 200708160000)
Java: 1.5.0_12; Java HotSpot(TM) Client VM 1.5.0_12-b04 
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Woodstock 4.1: 200708160344