Closed
Bug 301601
Opened 19 years ago
Closed 19 years ago
A copyright-mark 'entity' (©) is displayed as a letter c in a circle instead of original text
Categories
(Toolkit :: View Source, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 236465
People
(Reporter: piotrekk, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Moreover, depending on situation, the "©" may be displayed as "©" (as in Step 3. below) or a 'c' in a circle (as in Step 4.). See the problem reproduction below. The same goes for — and – (and maybe some others). Reproducible: Always Steps to Reproduce: 1. Make a file "xxx.html" (or use the URL) with such a contents: aaa © bbb ccc <br> ddd — eee – fff <br> ggg & hhh < iii > jjj <br> (yes, I know: not a valid HTML file :-) ) 2. Open it in firefox 3. View the page source (I got: aaa © bbb ccc <br> ddd — eee – fff <br> ggg & hhh < iii > jjj <br> ) 4. Select (with a mouse) the page's all contents, right click it and select "View selection's source" (I got: <html><head></head><body>aaa © bbb ccc <br> ddd — eee – fff <br> ggg & hhh < iii > jjj <br> </body></html> ) Note that in both operations stays , just as & , < and > do. Actual Results: (told above) Expected Results: The two different ways of displaying ©, —, &ndash is rather a bug (I didn't test other entities). Maybe it's good to let user decide whether to show such entites as &xxx; or as a resulting character. I think there should be some option or checkable menu item to decide on it.
Comment 1•19 years ago
|
||
The "selection source" is the DOM source, not the original page source, hence the different output. The naming was changed in bug 236465 so that it is obvious that this is the case.
Summary: A copyright-mark 'entity' (©) is displayed as a letter c in a circle instead of original text → A copyright-mark 'entity' (©) is displayed as a letter c in a circle instead of original text
Comment 2•19 years ago
|
||
*** This bug has been marked as a duplicate of 236465 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•