Closed
Bug 40825
Opened 25 years ago
Closed 22 years ago
Number of decimals in secs in Document: Done
Categories
(SeaMonkey :: UI Design, defect, P3)
SeaMonkey
UI Design
Tracking
(Not tracked)
RESOLVED
INVALID
Future
People
(Reporter: bugzilla, Assigned: law)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
In the status line you display the following:
Document: Done (0.332 secs)
but sometimes its:
Document: Done (0.33 secs)
You have decide how many decimals that you're gonna show. Either it's 2 (0.33)
or it's 4 (0.332) not sometimes 2 and sometimes 3.
In the console it's always shown with 2 decimals.
Comment 1•25 years ago
|
||
This is handled in navigator.js. Over to XPApps/don ...
Assignee: gagan → don
Component: Networking → XPApps
QA Contact: tever → sairuh
Reporter | ||
Comment 3•24 years ago
|
||
Reporter | ||
Comment 4•24 years ago
|
||
Fixing up bug properties
Reporter | ||
Comment 5•24 years ago
|
||
Could someone please check this in?
Yikes. It's always 3 decimals (it's just that sometimes the last one is a zero
and displays as "" :-).
I had higher priorities, but it is a trivial fix. Kind of a Catch-22, that.
Shall we debate whether it should be hundredths or thousandths? Somebody's
going to complain if they lose precision, I'm sure. Then I'll have a *real* bug
on my hands.
Comment 7•24 years ago
|
||
blake or bill, could either one of you pls review henrik's patch and check it
in? thx!
Comment 8•24 years ago
|
||
[whoops, pls pardon my last comment --i didn't get a collision with Bill, but
didn't see his last comment posted either, till now.]
Comment 9•24 years ago
|
||
As far as an ordinary user is concerned, even one decimal place is stretching the
bounds of usefulness. By all means show three decimal places in the Page Info
dialog or wherever so that Web developers can check it, but for something which
is shown in the status bar after every page load, two or more decimal places is
really overkill.
And while we're at it, can we take the opportunity to change `secs' to either `s'
(the standards-compliant abbreviation:-) or `seconds'? Since we've got more than
enough room to do so, I'd suggest using `seconds'.
Updated•24 years ago
|
QA Contact: sairuh → claudius
Comment 10•24 years ago
|
||
nav triage team:
Don't think we'll fix this for beta, though now might be a good time to get this
patch in. Wink, wink, nudge, nudge. Marking nsbeta1-
Keywords: nsbeta1-
Reporter | ||
Comment 11•24 years ago
|
||
is there any overall decision of how many decimals we should show?
Keywords: patch
Comment 12•24 years ago
|
||
Marking nsbeta1- bugs as future to get off the radar
Target Milestone: --- → Future
Comment 13•22 years ago
|
||
This is invalid now that the status bar doesn't show the load time.
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•