Closed
Bug 295615
Opened 20 years ago
Closed 20 years ago
fomoco.com - faulty jacascript
Categories
(Tech Evangelism Graveyard :: English US, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
Jul
People
(Reporter: mbunner, Assigned: zsinj)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
This is the information that goes into the form on the above url:
76a m 26 02b 61 6 6
body 76a
color m
trim 26
date 02b
dso 61
axle 6
trans 6
Warranty Number: 6f08c243565
The forms aren't accessible by firefox. I can't even get the cursor to locate
within the form box.
Reproducible: Always
Steps to Reproduce:
try to enter in any data in the forms and you can't even select the form.
Actual Results:
nothing. Can't select text box.
Expected Results:
You should be able to enter in data and then have it give you code cracker
results for the vehicle.
works in the evil empires browser...
;)
Comment 1•20 years ago
|
||
At:
http://www.fomoco.com/navigation.js
document.onmousedown=disableselect
function disableselect(e){
return false
}
So the default action is canceled by this function. This is just wrong scripting.
Comment 2•20 years ago
|
||
Get this to with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2)
Gecko/20050526 Firefox/1.0+. But it could be a problem with the web page. Don't
think neither it is a problem with the form manager probably in core.
Severity: normal → major
OS: Windows 2000 → All
Product: Firefox → Core
Version: unspecified → Trunk
Updated•20 years ago
|
Component: Form Manager → Layout
Comment 3•20 years ago
|
||
No, this is just a problem with the website.
| Reporter | ||
Comment 4•20 years ago
|
||
(In reply to comment #3)
> No, this is just a problem with the website.
maybe so... but it still works in IE. So, how do we get it to work in Firefox?
Comment 5•20 years ago
|
||
Disable javascript when you visit that site or contact the webmaster of that
site and tell him what's wrong and how to fix it.
Updated•20 years ago
|
Component: Layout → English US
Product: Core → Tech Evangelism
Version: Trunk → unspecified
| Assignee | ||
Comment 6•20 years ago
|
||
Downgrading severity, confirming, and self-assigning.
Target milestone: July
First email sent: May 29 2005
Assignee: nobody → wbzsinj
Severity: major → normal
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P2
Target Milestone: --- → Jul
| Assignee | ||
Comment 7•20 years ago
|
||
<- P3 (just realized this typo)
Still no contact, but will not add this to status whiteboard until July when the
target is reached.
Priority: P2 → P3
| Assignee | ||
Updated•20 years ago
|
Summary: Cannot fill in the form → fomoco.com - faulty jacascript
| Assignee | ||
Comment 8•20 years ago
|
||
Works with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050626
<- FIXED
Enjoy!
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
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
•