| Summary | CSS compressor getting inheritance wrong |
| Queue | Horde Framework Packages |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org, slusarz (at) horde (dot) org |
| Requester | jan (at) horde (dot) org |
| Created | 01/15/2010 (5776 days ago) |
| Due | |
| Updated | 07/28/2010 (5582 days ago) |
| Assigned | 06/22/2010 (5618 days ago) |
| Resolved | 07/28/2010 (5582 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
This workaround fixes things though so that is enough for me.
Bug #8827: Need preserve_css off or else CSS array is not generatedhttp://git.horde.org/diff.php/imp/view.php?rt=horde-git&r1=0a823c7ad6542a26dda34dbbc72a51c21fd0ac99&r2=958dd4887697289270da5a93189f24af479b210b
Assigned to Michael Slusarz
State ⇒ Assigned
screen in FF is now broken.
bug #8827.things we do to fix various firefox version workarounds, for example.
State ⇒ Resolved
Assigned to Jan Schneider
No idea what this setting does, but it fixes
bug #8827.http://git.horde.org/diff.php/framework/Text_Filter_Csstidy/lib/Horde/Text/Filter/Csstidy.php?rt=horde-git&r1=9326547e493b8025bec6ddd708d2769d9af12167&r2=2e4efdb4f3b95bdbd82588da1221ca21dba2d124
Priority ⇒ 1. Low
State ⇒ Assigned
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ Horde Framework Packages
Summary ⇒ CSS compressor getting inheritance wrong
Type ⇒ Bug
rule. It's being merged with the base css, so that the "height: 16px"
is used from the base theme.
But the sapo theme also specifies "#kronolithAddEvents span" which has
a lower precedence than "span#kronolithQuickEvent" from the theme, but
a higher than "span#kronolithQuickEvent" from the base css (according
to firebug). If loading the css files separately, the browser sorts
this out, and renders the object with the "height: 20px" from the
theme's "#kronolithAddEvents span". This doesn't work when the css are
merged.