Summary | Incorrectly merged files with CSS caching |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 12/11/2009 (5680 days ago) |
Due | |
Updated | 12/17/2009 (5674 days ago) |
Assigned | |
Resolved | 12/17/2009 (5674 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Reset locale when parsing (
Bug #8769).http://git.horde.org/diff.php/framework/Text_Filter_Csstidy/lib/Horde/Text/Filter/Csstidy/class.csstidy.php?rt=horde-git&r1=a54513db23be4198dd011d1477e8ce144d4d32c2&r2=4c302f54b80f927d66a358f56b78de92ecd8c70c
Queue ⇒ Horde Framework Packages
.tabset li
a{color:#366;background-color:#e9e9e9;display:block;border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAACWCAAAAAApyv1aAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1wUfDx8KJabuMwAAARNJREFUOMuNkzFyxDAMAxcazySPSLrk/6+4T9wDrrk+nYUUsi3dCKPEFQcyQRAktcPzBqCd++P7DaH9/vMJWOX5+KBWu5bbV63GUHjH2NUbGIAescERlzNgA6qOSA3cwA4ZGOyGGbm0wJUCgnpUk7HZAOODRVdku/FJsjlY3JjdfiyAeFVaOL/yokqaMPnETMhV4uPKnWv4ytCQsawx+KyVAs/MnU9iWWOVmzpy6tyXa5qV2p76HVR51dFfjs8OSTM2ag7zTXUVOh88vabaO0oODXwOPvfcsCVp5mm+HVNyI/nctYT9S9Na12C5G3GHQo3kM7PPg/p0ofEquruaseizw9b9b9IKFz++ri4+3mrayQb+AiwrnW287gZ8AAAAAElFTkSuQmCC) no-repeat left top;border-bottom:1px solid
#999;padding:4px ,8em3px;
missing in the merged css.
.tabset li
a{color:#366;background-color:#e9e9e9;display:block;border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAACWCAAAAAApyv1aAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1wUfDx8KJabuMwAAARNJREFUOMuNkzFyxDAMAxcazySPSLrk/6+4T9wDrrk+nYUUsi3dCKPEFQcyQRAktcPzBqCd++P7DaH9/vMJWOX5+KBWu5bbV63GUHjH2NUbGIAescERlzNgA6qOSA3cwA4ZGOyGGbm0wJUCgnpUk7HZAOODRVdku/FJsjlY3JjdfiyAeFVaOL/yokqaMPnETMhV4uPKnWv4ytCQsawx+KyVAs/MnU9iWWOVmzpy6tyXa5qV2p76HVR51dFfjs8OSTM2ag7zTXUVOh88vabaO0oODXwOPvfcsCVp5mm+HVNyI/nctYT9S9Na12C5G3GHQo3kM7PPg/p0ofEquruaseizw9b9b9IKFz++ri4+3mrayQb+AiwrnW287gZ8AAAAAElFTkSuQmCC) no-repeat left top;border-bottom:1px solid
#999;padding:4px .8em3px;}
missing in the merged css.
difference.
(Ubuntu and Win XP). Here is the tabset CSS as computed by firebug:
.tabset ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-top:4px;
padding-left:8px;
}
.tabset li {
float:left;
margin:-3px 2px 0 0;
white-space:nowrap;
}
New Attachment: without_cache.png
static file and using the bluewhite theme, something is wrong with
the generated CSS file. The tabs that are using .tabset are smaller
than they are supposed to be.
happen with tabs in any theme.
In both cases I use the internal compressor.
problem is that the Horde_Tree javascript code contains PHP code. But
it doesn't belong in this ticket.
Assigned to Jan Schneider
Taken from Michael Slusarz
static file and using the bluewhite theme, something is wrong with
the generated CSS file. The tabs that are using .tabset are smaller
than they are supposed to be.
In both cases I use the internal compressor.
Patch ⇒ No
State ⇒ Assigned
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ Horde Base
Summary ⇒ Incorrectly merged files with CSS caching
Type ⇒ Bug
Priority ⇒ 1. Low
static file and using the bluewhite theme, something is wrong with the
generated CSS file. The tabs that are using .tabset are smaller than
they are supposed to be.