Closed
Bug 85805
Opened 24 years ago
Closed 24 years ago
Quotation marks omitted in form entry box
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: mseitz, Assigned: clayton)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.1+) Gecko/20010613
BuildID: 2001061304
After using Google to search for two phrases enclosed in quotation marks, the
first and last quotation marks are omitted from the Search text entry box.
Reproducible: Always
Steps to Reproduce:
1. Go to www.google.com
2. Search for: "hex workshop" "hex editor"
Actual Results: When the results are displayed, the Search entry box reads:
hex workshop" "hex editor
Expected Results: When the results are displayed, the Search entry box should read:
"hex workshop" "hex editor"
Here is an HTML excerpt that demonstrates the problem:
<html>
<head><meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=ISO-8859-1">
<title>Google Search: "hex workshop" "hex edit" </title>
</head>
<body bgcolor=#ffffff text=#000000 link=#0000cc vlink=#551A8B alink=#ff0000
onLoad="document.gs.reset()">
<form name=gs method=GET action=/search><input TYPE=hidden name=hl
value=en><input TYPE=hidden name=lr value=><input TYPE=hidden name=safe
value=off><table border=0 cellpadding=2 cellspacing=0><tr><td rowspan=2><a
href=/><img border=0 src=/images/Title_Left.gif width=200
height=78 alt="Google "></a> </td><td nowrap><font
face=arial,sans-serif size=-1> <a
href=/advanced_search?q=%22hex+workshop%22+%22hex+edit%22&hl=en&lr=&safe=off>Advanced
Search</a> <a
href=/preferences?q=%22hex+workshop%22+%22hex+edit%22&hl=en&lr=&safe=off>Preferences</a> <a
HREF=/help.html>Search Tips</a></font></td></tr><tr><td
valign=middle><input type=text name=q size=31 maxlength=256 value=""hex
workshop" "hex edit""> <input type=submit name=btnG value="Google
Search"><input type=submit name=btnI value="I'm Feeling
Lucky"><br></form>
</td></tr></table>
</body></html>
Comment 1•24 years ago
|
||
Duplicate of "First and last quotes in value fields are being ignored"
*** This bug has been marked as a duplicate of 82544 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•