Closed
Bug 59184
Opened 25 years ago
Closed 23 years ago
Understanding privacy has 0x96 (long dash) char
Categories
(Core :: Networking: Cookies, defect, P3)
Tracking
()
RESOLVED
INVALID
Future
People
(Reporter: BenB, Assigned: morse)
Details
Attachments
(2 files)
|
4.27 KB,
patch
|
Details | Diff | Splinter Review | |
|
4.31 KB,
patch
|
Details | Diff | Splinter Review |
Reproduce:
1. Start fresh Windows 95 (German?) install
2. Install/start Mozilla
3. Tasks|Privacy...|Understanding
Actual result:
There are instances of raw 0x96es in the HTML file. They don't display with the
fonts I had installed. In thebrowser, they display as "|", in Mailnews, they
display as "?".
Either use an HTML entity (look in the HTML spec, I bet, there's a special
entity for the long dash), or replace them wth a normal dash.
Of course, Mozilla should be able to do something more intelligent, but that's
another (old) bug...
| Assignee | ||
Comment 2•25 years ago
|
||
There are two occurences in the document of that long dash. They are at:
The important point to note is that you are in control - nobody can
obtain personal information about you unless you explicitly allow them to.
But the site can read only the cookies that it has stored – it cannot
read the cookies that other sites have stored.
Comment 3•25 years ago
|
||
You should be able to replace those with —
| Assignee | ||
Comment 4•25 years ago
|
||
Thanks, I wasn't aware of mdash.
| Assignee | ||
Updated•25 years ago
|
Target Milestone: --- → M20
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•25 years ago
|
Summary: Understanding privacy has 0x96 (long dash) char → [x]Understanding privacy has 0x96 (long dash) char
Target Milestone: M20 → ---
| Assignee | ||
Comment 5•25 years ago
|
||
Even though the severity is trivial, so is the patch. Therefore there's no
sense not fixing this now. Attaching patch.
| Assignee | ||
Comment 6•25 years ago
|
||
Comment 7•25 years ago
|
||
r=verah
| Assignee | ||
Updated•25 years ago
|
Summary: [x]Understanding privacy has 0x96 (long dash) char → [w]Understanding privacy has 0x96 (long dash) char
| Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 9•25 years ago
|
||
Fix checked in.
Comment 10•25 years ago
|
||
Sorry to get really trivial, but these should have been ndash s (0x96 in Windows
charsets) since they're between two spaces. Or else close up the spaces on
either side. <ducks>
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Updated•25 years ago
|
Status: REOPENED → ASSIGNED
Summary: [w]Understanding privacy has 0x96 (long dash) char → [z]Understanding privacy has 0x96 (long dash) char
Target Milestone: --- → Future
Comment 11•25 years ago
|
||
Indeed, the custom is to put no spaces around em dashes. Spaces are used around
en dashes.
| Assignee | ||
Updated•25 years ago
|
Summary: [z]Understanding privacy has 0x96 (long dash) char → Understanding privacy has 0x96 (long dash) char
Whiteboard: [z]
Comment 12•25 years ago
|
||
Netscape nav triage team: based on Steve Morse's pre-triage recommendation, this
is not a beta stopper.
Keywords: nsbeta1-
| Assignee | ||
Updated•25 years ago
|
Whiteboard: [z]
Comment 13•24 years ago
|
||
Comment 14•24 years ago
|
||
Such a trivial fix... patch attached. This is the sorta trivial bug that Gerv's
patch maker is really useful for clearing up.
Comment 16•23 years ago
|
||
Dup of bug 117057?
| Assignee | ||
Comment 17•23 years ago
|
||
This dialog has been removed. So this bug is now invalid.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•