Closed
Bug 117015
Opened 24 years ago
Closed 24 years ago
Text Zoom dialog should round value, not truncate it
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: mpt, Assigned: jag+mozilla)
Details
Attachments
(1 file)
|
994 bytes,
patch
|
stephend
:
review+
sfraser_bugs
:
superreview+
|
Details | Diff | Splinter Review |
Build: 2001122508, Mac OS 9.1
To reproduce:
1. Choose `View' > `Text Zoom' > `Other...'.
2. Enter `99.9' (without quotes), and hit OK.
3. Open the `View' menu to see what the current zoom level is.
What you should see:
* 100 %.
What you actually see:
* 99 %.
| Assignee | ||
Updated•24 years ago
|
OS: Mac System 9.x → All
Hardware: Macintosh → All
Target Milestone: --- → mozilla0.9.8
| Assignee | ||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Comment on attachment 65542 [details] [diff] [review]
parseFloat, not parseInt
sr=sfraser
Attachment #65542 -
Flags: superreview+
Comment on attachment 65542 [details] [diff] [review]
parseFloat, not parseInt
r=stephend
Attachment #65542 -
Flags: review+
| Assignee | ||
Comment 6•24 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 7•24 years ago
|
||
verified fixed using 2002.01.29.1x comm bits on linux rh7.2, mac 10.1.2 and
win2k. tested with 99.9, 97.5 and 82.3, which properly rounded to 100, 98 and
82, respectively.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•