Closed
Bug 115538
Opened 24 years ago
Closed 24 years ago
asus.com - Search Form is not submitted
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jw_12, Assigned: doronr)
References
()
Details
(Whiteboard: aok)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.6) Gecko/20011120
BuildID: 2001112009
On left buttom menu in http://usa.asus.com/mb/mbindex.htm
there is a Search field.
On click, Search is not activated (it should have). Hovering over
the Search button does not disply the "hand" cursor (it should have).
Reproducible: Always
Steps to Reproduce:
1.Go to the indicated site
2.Type any search string in the left-side menu search field
3. Click on Search
Actual Results: No search submission is observed
Expected Results: Search form is submitted
Comment 1•24 years ago
|
||
<img src="../indeximages/search.gif" width="56" height="17"
style="cursor:hand"onclick="javascript:submit();">
note the missing space between |hand"| and |onclick|
Are there any errors in the JS console when you click?
Oh, and the cursor is not a hand because "hand" is an invalid value for "cursor"
supported only by IE. The correct value is "pointer"
Comment 2•24 years ago
|
||
And the page should just friggin' use <input type="image">.... :)
Comment 3•24 years ago
|
||
wait.. having the "javascript:" part in an onclick handler is flat out invalid
javascript. Evangelism.
Assignee: alexsavulov → bclary
Status: UNCONFIRMED → NEW
Component: Form Submission → English: US
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: vladimire → zach
Version: other → unspecified
Updated•24 years ago
|
Summary: Search Form is not submitted → asus.com - Search Form is not submitted
Updated•24 years ago
|
Whiteboard: aok
Comment 4•24 years ago
|
||
Mass reassign of all tech-evangelism us general bugs assigned to bc to
doron except bc's P1 bugs. You may search for this mass reassign (it is
305 bugs) by searching for the keyword 'greeneggsandham'
Assignee: bclary → doronr
Comment 5•24 years ago
|
||
now they removed this nonsence.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Updated•11 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
•