Closed
Bug 508242
Opened 16 years ago
Closed 15 years ago
onchange event not worked
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 126379
People
(Reporter: gaoninza2, Unassigned)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Build Identifier:
onchange is not work
Reproducible: Always
Steps to Reproduce:
1.make onchange work normally as in IE6
2.
3.
Actual Results:
the image at right panel of the website above not update after i am scroll or use arrow keyto select in dropbox option at the right panel.
Expected Results:
make onchange work normally as in IE6
please compare result in firefox with IE6.
my father have disappointed with this feature. So he is not approve firefox and return to use IE6 which support onchange feature
Updated•16 years ago
|
Group: core-security
Comment 1•16 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.3pre) Gecko/20090804 Shiretoko/3.5.3pre
When I change something in the left hand panel (choose an option in the select box) the chart on the right hand side is updated, but sometimes it takes a while.
Can you give a more detailed steps to reproduce?
And what is the browser version you're testing?
Comment 2•16 years ago
|
||
This could be a dup of bug 126379. It's hard for me to understand comment 0.
reply to comment #2: it is simple to understand: i just want to view board easily by use arrow key to select next option-next image of chart (next symbol of sercurity company). If you use IE6 you will see the function "ONCHANGE" work . Open soure view to see at:
http://www.fpts.com.vn
</a>
</div>
</td>
</tr>
<tr valign="top">
<td width="150" bgColor="#bbddff">
<form id="frmChart" action="javascript:updateChart()">
<div style="font-size:9pt; margin:10px 5px; font-family:verdana">
<b>Stock Exchange</b><br>
<select name="cboCenter" id="cboCenter" class="slt" onchange="UpdateCode();updateChart();"> <------ HEREEEEEE !!!!!!!!!!!!!
<option value="1" >HOSE</option>
<option value="2" >HNX</option>
</select>
</div>
Comment 4•16 years ago
|
||
Since you're talking about using the arrow keys, this is bug 126379. You should be able to work around this unfortunate web-compatibility issue with an onkeypress handler.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
But I want to ask a question is: does this bug to be fixed in the future or is this bug fixed (what is that fixed version?)?
Comment 6•16 years ago
|
||
Not likely; see comments from Hixie and Brendan in bug 126379. If you have further questions, please email me directly rather than reopening this bug.
Bug 312094, on the other hand, is likely to be fixed. I just don't know when.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → DUPLICATE
Comment 8•15 years ago
|
||
Reporter, are you still seeing this issue with Firefox 3.6.12 or later in safe mode? If not, please close. These links can help you in your testing.
http://support.mozilla.com/kb/Safe+Mode
http://support.mozilla.com/kb/Managing+profiles
Also, please consider using the most recent Firefox 4 beta build, your bug may be resolved there.
Whiteboard: [CLOSEME 2011-1-1]
Comment 9•15 years ago
|
||
Seems to be a dup of bug 126379, indeed.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago → 15 years ago
Resolution: --- → DUPLICATE
Whiteboard: [CLOSEME 2011-1-1]
You need to log in
before you can comment on or make changes to this bug.
Description
•