#1484056 closed Bugs (fixed)
style filter for the html part of mails didn't filter "import" and "link" style tag
| Reported by: | bigfaucet | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1-rc2 |
| Component: | Client Scripts | Version: | |
| Severity: | normal | Keywords: | style filter, show html mail |
| Cc: |
Description
like
@import url("my.css");
or
<link href="my.css" rel="stylesheet" type="text/css" media="all" />
Maybe use frameset for showing the mail would be better, while filter the "link" and "import" tag of style statement, some style will lose. But without filtering, sometimes the whole page will be in messy format since some global style define.
Change History (3)
comment:1 Changed 7 years ago by thomasb
- Milestone set to 0.1-rc1
- Type changed from Tasks to Bugs
comment:2 Changed 6 years ago by thomasb
- Milestone changed from 0.1-rc1 to 0.1-rc2
comment:3 Changed 6 years ago by thomasb
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in trunk [97bd2c05]