Closed
Bug 245814
Opened 21 years ago
Closed 21 years ago
blockquote syntax error - mail/base/skin/messageQuotes.css
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird0.7
People
(Reporter: mozbugs, Assigned: mscott)
Details
Attachments
(1 file)
989 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040606 Firefox/0.8.0+
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040606 Firefox/0.8.0+
CSS Error
(jar:resource:///chrome/classic.jar!/skin/classic/messenger/messageBody.css
:55.6): Unknown namespace prefix 'html'. Selector expected. Ruleset ignored
due to bad selector.
CSS Error
(jar:resource:///chrome/classic.jar!/skin/classic/messenger/messageQuotes.css
:59.17): Expected identifier for pseudo-class or pseudo-element but found ' '.
Expected ',' or '{' but found 'medium'. Ruleset ignored due to bad selector.
missing semicolon:
blockquote[type=cite] blockquote blockquote blockquote blockquote blockquote
blockquote blockquote
border-right: medium double #00eecc !important;
border-left: medium double #00eecc !important;
}
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Reporter | ||
Comment 1•21 years ago
|
||
Patch for aviary branch to add missing curly brace
Reporter | ||
Comment 2•21 years ago
|
||
(In reply to comment #0)
> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7)
Gecko/20040606 Firefox/0.8.0+
> Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7)
Gecko/20040606 Firefox/0.8.0+
>
>
> CSS Error
> (jar:resource:///chrome/classic.jar!/skin/classic/messenger/messageBody.css
> :55.6): Unknown namespace prefix 'html'. Selector expected. Ruleset ignored
> due to bad selector.
> CSS Error
> (jar:resource:///chrome/classic.jar!/skin/classic/messenger/messageQuotes.css
> :59.17): Expected identifier for pseudo-class or pseudo-element but found ' '.
> Expected ',' or '{' but found 'medium'. Ruleset ignored due to bad selector.
>
>
> missing semicolon:
I meant "missing curly brace", of course (duh)
Reporter | ||
Comment 3•21 years ago
|
||
*sigh* I pasted the wrong debug output lines too. More caffeine required.
CSS Error
(jar:resource:///chrome/classic.jar!/skin/classic/messenger/messageQuotes.css
:59.17): Expected identifier for pseudo-class or pseudo-element but found ' '.
Expected ',' or '{' but found 'medium'. Ruleset ignored due to bad selector.
CSS Error
(jar:resource:///chrome/classic.jar!/skin/classic/messenger/messageQuotes.css
:62.0): Unexpected end of file while searching for closing } of invalid rule set.
Assignee | ||
Comment 4•21 years ago
|
||
fixed trunk and branch. Thanks for the patch!
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird0.7
Reporter | ||
Updated•21 years ago
|
Attachment #150213 -
Flags: review?(mscott)
Assignee | ||
Updated•21 years ago
|
Attachment #150213 -
Flags: review?(mscott)
You need to log in
before you can comment on or make changes to this bug.
Description
•