Closed
Bug 225209
Opened 21 years ago
Closed 20 years ago
Zero-width space sequence ​ invisible in source view
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 174216
People
(Reporter: oschoett, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031030
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031030
My HTML source contains the sequence ​ written in exactly this ASCII
format. These character sequences are completely invisible in HTML Source view.
(I use this "zero-width space" to allow for breaks in long displayed URLS thus:
<a
href="http://www.microsoft.com/windows2000/techinfo/howitworks/security/kerberos.asp">http://www.microsoft.com​/windows2000​/techinfo​/howitworks​/security​/kerberos.asp</a>)
Reproducible: Always
Steps to Reproduce:
1. Use an ASCII Editor or in Composer the HTML Source View or the Insert HTML...
Menu Entry to insert the sequence ​ into an HTML file
2. Save the file
3. Open in Composer, View as Source Code.
Actual Results:
The character sequence ​ is invisible
Expected Results:
Display the character sequence (this is *source* view, after all).
Comment 1•21 years ago
|
||
That's because the View-Source doesn't shows you the real source of the page,
but the 'generated' html (added by JavaScript on the fly), and it's also
translated a bit (escape-sequences etc ...). I guess (but haven't checked), that
this whitespace-char was also translated to a normal space.
See also bug 60426.
*** This bug has been marked as a duplicate of 57724 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
![]() |
||
Comment 2•21 years ago
|
||
1) This is about the source view in composer, not about view-source in browser
(totally different beasts).
2) Don't dup to a tracking bug.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 4•20 years ago
|
||
DUPLICATE of bug 174216 or bug 200264
Whiteboard: DUP of bug 200264 → DUP of bug 174216 or bug 200264
Comment 5•20 years ago
|
||
*** This bug has been marked as a duplicate of 174216 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago → 20 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUP of bug 174216 or bug 200264
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•