Closed Bug 138468 Opened 23 years ago Closed 23 years ago

<select> box does not View->Text-Zoom correctly.

Categories

(Core :: Layout, defect)

x86
Windows NT
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 62384

People

(Reporter: mmmr7ckl, Assigned: attinasi)

Details

The latest nightly 2002041803 is being used.

A page containing a <select> component (aka drop-down list boxes) does not zoom
correctly, and retains the zoom factor that was used on pageload.

e.g. Set zoom to 200%. Load page. Read magnified web page. Decrease zoom to
100%. Read normal-sized web page, except for drop-down box.

I'm attaching a test-case.
!!%!£^%"$!&%£^! Why does bugzilla borks on attaching a test case come up with
"You did not specify a file to attach"? I did!!!!!

Here's the HTML. Copy-and-paste, then save into a new file.

===start===
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>test-case</title>
  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body>
  <select name="dropit">
    <option value="one">355</option>
    <option value="two">/</option>
    <option value="three">113</option>
  </select>
  This is a &lt;select&gt; box. It does not zoom correctly with View-&gt;Text Zoom.
  <br>
  <input type="text" name="query" value="3.1415926536" size="14">
  <input type="submit" value="Mmm, pie!">
  On the other hand, other form widgets zoom correctly.
</body>
</html>
===end===

*** This bug has been marked as a duplicate of 62384 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
v
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.