Closed
Bug 285118
Opened 20 years ago
Closed 16 years ago
knightonlineworld.com - can't choose state where i live from drop-down menu
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mafiaking, Unassigned)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Al Shamil; .NET CLR 1.0.3705; .NET CLR 1.1.4322) Build Identifier: firefox/1.0.1 summary says all. Hapeened with other ppl.. they had to open the page using IE. Reproducible: Always Actual Results: the menu doesnt open up. Expected Results: It should open the menu.
Comment 1•20 years ago
|
||
This is actually done by design. If you disable JavaScript it will work.
Shortened version of the fu nciton called by onfocus on the dropdown:
function disableForm(){
if(document.memji.counkind[0].checked){
document.memji.state.blur()
document.memji.state.disabled=false
}
else {
if(document.memji.counkind[1].checked) {
document.memji.state.disabled=true
}
}
}
When the state and zipcode is checked, then set blur the dropdown everytime you
click on it. I dont get why it works in IE, probably a bug they have.
Opera does almost the same as Mozilla here, the dropdown appears for a
milisecond and nothing can be chosen.
Tech Evangelism?OS: Windows XP → All
Hardware: PC → All
Comment 2•20 years ago
|
||
-> Tech evang
Alias: drop-menu
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: can't choose state where i live from drop-down menu, IExplorer can !! → knightonlineworld.com - can't choose state where i live from drop-down menu
Updated•20 years ago
|
Assignee: firefox → english-us
Component: Menus → English US
Product: Firefox → Tech Evangelism
QA Contact: bugzilla → english-us
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•