Closed
Bug 228351
Opened 22 years ago
Closed 11 years ago
search for text block missing
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ToddAndMargo, Unassigned)
References
()
Details
Attachments
(1 file)
|
86.72 KB,
image/bmp
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 Netscape/7.1 Firebird/0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 Netscape/7.1 Firebird/0.7
This web site should have three blocks at its top. 1) search in pull
down, 2) a block to enter the text to search for, and 3) select country/region
pull down. Block 2 is missing in Firebird 0.7 but is present in IE6
Reproducible: Always
Steps to Reproduce:
Updated•22 years ago
|
Status: UNCONFIRMED → NEW
Component: General → Layout
Ever confirmed: true
Product: Firebird → Browser
Version: unspecified → Trunk
Comment 2•22 years ago
|
||
This is the code for the form:
<FORM METHOD="POST" ACTION="../nf/search.cgi">
<INPUT TYPE="Hidden" NAME="form" value="SearchResults.html">
<INPUT TYPE="Hidden" NAME="num_hits" value="100 hits">
<NOBR>
<SELECT name="SearchItem" style="font-size: 9pt">
<OPTION SELECTED value="MainSite">Search in...
<OPTION value="MainSite">Main Site
<OPTION value="Esales">OKI Store
<INPUT TYPE="text" NAME="request" SIZE=10 style="font-size: 9pt">
</SELECT><INPUT TYPE="submit" VALUE="Go!" style="font-size: 9pt"></NOBR>
</FORM>
Notice the SELECT is ended *after* the INPUT.
Moving to tech evangelism.
Assignee: blake → english-us
Component: Layout → English US
Product: Browser → Tech Evangelism
QA Contact: english-us
Version: Trunk → unspecified
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
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
•