Closed
Bug 279882
Opened 20 years ago
Closed 20 years ago
[mozTXTToHTMLConv] italic of slash-enclosed words (/.../) is wrong
Categories
(MailNews Core :: Backend, defect)
MailNews Core
Backend
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 128138
People
(Reporter: mozilla-bugzilla, Assigned: mscott)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050125 Firefox/1.0+
Build Identifier: version 0.6+ (20050125)
this is displayed italic and should
/test/
this is displayed italic and should not
/test /test/
/test/test test/
i think italic display should work for:
[\s]+/([^\s/]{1}[^\n\r/]+[^\s/]{1})/[\s]+
Reproducible: Always
Steps to Reproduce:
Actual Results:
this is displayed italic
/test /test/
/test/test test/
Expected Results:
it should not
i think italic display should work for:
[\s]+/([^\n\r/])/[\s]| Reporter | ||
Updated•20 years ago
|
Version: unspecified → Trunk
Comment 1•20 years ago
|
||
This is closely related to bug 128138. Why do you say that the examples should not be italicized?
Severity: trivial → minor
Component: Mail Window Front End → MailNews: Backend
OS: Windows XP → All
Product: Thunderbird → Core
Hardware: PC → All
Summary: italic of / enclosed words is wrong → [mozTXTToHTMLConv] italic of slash-enclosed words (/.../) is wrong
| Reporter | ||
Comment 2•20 years ago
|
||
the examples should not italicized cause, if i want text to be italicized i would write: /my italicized text goes here/ but not anything like: move to folder /dev/root or visit domain.tld/folder/sub/
Comment 3•20 years ago
|
||
*** This bug has been marked as a duplicate of 128138 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•