Ticket #1172 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

transcluding a missing StyleSheet breaks

Reported by: FND Owned by: JeremyRuston
Priority: minor Milestone: 2.6
Component: core Version:
Severity: low Keywords:
Cc:

Description

Transcluding a non-existing tiddler in StyleSheet? halts further processing of the CSS:

/*{{{*/
body {
        background-color: #F00;
}

[[Foo]]

body {
        background-color: #B08;
}
/*}}}*/

This will result in a red background, but it should be purple.

Change History

Changed 2 years ago by FND

  • status changed from new to closed
  • resolution set to fixed

fixed in changeset:11166

Changed 2 years ago by FND

  • status changed from closed to reopened
  • resolution fixed deleted

Changed 2 years ago by FND

  • status changed from reopened to closed
  • resolution set to fixed

fixed in changeset:11272

Note: See TracTickets for help on using tickets.