Closed
Bug 8501
Opened 25 years ago
Closed 25 years ago
Select-box doesn't react automatically
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: rods)
References
()
Details
(Whiteboard: [TESTCASE] select onChange's behavior must match other browsers)
Attachments
(1 file)
(deleted),
text/html
|
Details |
At this site I use a Select-box which should redirect to another page
immediately after selecting the desired value. I need to click the little
"arrow" at the right side of the select-bar to get it to an action. The function
"jump()" which is used resides in a .js-file (which is cached in a wrong way;
but that's another reported bug). Other browsers (like NN4.61) redirect
automatically without clicking.
I used the nightly build from June, 17. OS: WinNT4.0 WS, SP5.
Updated•25 years ago
|
Assignee: mccabe → trudelle
Component: Javascript Engine → XP Toolkit/Widgets
Comment 1•25 years ago
|
||
This is very likely _not_ a js engine bug.
I'm not sure what manner of bug it is, though. Passing off to XP widgets, in
case they know.
Updated•25 years ago
|
Assignee: trudelle → karnaze
Comment 2•25 years ago
|
||
That's an HTML forms control, not an XPToolkit widget; embedded in HTML, not
XUL, so this belongs to karnaze. reassigning.
Comment 3•25 years ago
|
||
Works for me under Linux/M7.
Updated•25 years ago
|
Whiteboard: [makingtest] jamus@bigfoot.com
Comment 4•25 years ago
|
||
Updated•25 years ago
|
Whiteboard: [makingtest] jamus@bigfoot.com → [TESTCASE] select onChange's behavior must match other browsers
Comment 5•25 years ago
|
||
Correct behavior, tested in:
netscape 4.61 in linux
netscape 3.04, 4.08, 4.61 in Win95
IE 4, 5 in Win 95
using mouse: click arrow down or select box, drop down box appears, select
item, drop down box disappears & alert box pops up
using keyboard: alert box pops up every time up arrow or down arrow changes the
item
---------------
Incorrect behavior, seen in M8 viewer in Win95 using native widgets:
using mouse: click arrow down or select box, drop down box appears, select
item, drop down box disappears, _select arrow down or select box again_, alert
beep & drop down box appears
using keyboard: no alerts at all
GFX widgets on win95 and linux (M8): no alerts at all
native widgets on linux (M8): seems to work
Hope this helps.
Updated•25 years ago
|
Assignee: karnaze → kmcclusk
Comment 6•25 years ago
|
||
Reassigning to Kevin.
Updated•25 years ago
|
Assignee: kmcclusk → rods
Comment 7•25 years ago
|
||
This is mostly fixed in the current build July 21,1999 2:46PM when using
gfx-widgets. The remaining issue is making arrow key navigation work.
Rod, I'm reassigning this to you so you can close it out when keyboard
navigation works.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 9•25 years ago
|
||
Tested this. Works for GFX.
Reporter | ||
Comment 10•25 years ago
|
||
It still doesn't work for me under WinNT 4.0 SP5 using nightly build from
1-8-1999.
Original page: after selecting the desired option the onchange event doesn't
work. Only after clicking the selectbox at any place the onchange functions.
Attached testcase: even clicking after selecting the desired option doesn't make
the onchange to work.
Comment 11•25 years ago
|
||
Clearing Fixed resolution due to reopen.
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 12•25 years ago
|
||
This shouldn't have been reopened. It was tested with apprunner, not viewer.
Apprunner does not have GFX selects turned on and that is where this is fixed.
Reinoud Horstink and I exanged e-mail and he agrees. Setting to be "fixed"
again.
Comment 13•25 years ago
|
||
sounds good to me. marking verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•