Summary | JQM CSS files added with incorrect priority |
Queue | Horde Framework Packages |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 04/20/2012 (4824 days ago) |
Due | |
Updated | 08/29/2012 (4693 days ago) |
Assigned | |
Resolved | 04/24/2012 (4820 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit ad66c314ebdc239d6bd9b18b62e43d7d6156fe9a
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Apr 23 22:12:23 2012 -0600
Bug #11157: External stylesheets should always be loaded first,before Horde theme stylesheets
framework/Core/lib/Horde/Themes/Css.php | 25 ++++++++++++++-----------
1 files changed, 14 insertions(+), 11 deletions(-)
http://git.horde.org/horde-git/-/commit/ad66c314ebdc239d6bd9b18b62e43d7d6156fe9a
should be loaded first, to allow Horde themes to override any entry.
page-specific styles? Or don't we have any such things?
overwrite page-specific styles, don't include the theme CSS on that
page. Otherwise, Theme CSS should always trump external CSS (and hook
data should always be allowed to overwrite any CSS value).
should be loaded first, to allow Horde themes to override any entry.
page-specific styles? Or don't we have any such things?
should be loaded first, to allow Horde themes to override any entry.
page-specific styles? Or don't we have any such things?
State ⇒ Resolved
should be loaded first, to allow Horde themes to override any entry.
commit ad66c314ebdc239d6bd9b18b62e43d7d6156fe9a
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Apr 23 22:12:23 2012 -0600
Bug #11157: External stylesheets should always be loaded first,before Horde theme stylesheets
framework/Core/lib/Horde/Themes/Css.php | 25 ++++++++++++++-----------
1 files changed, 14 insertions(+), 11 deletions(-)
http://git.horde.org/horde-git/-/commit/ad66c314ebdc239d6bd9b18b62e43d7d6156fe9a
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ JQM CSS files added with incorrect priority
Queue ⇒ Horde Framework Packages
Assigned to Michael Slusarz
Milestone ⇒
Patch ⇒ No
State ⇒ Assigned
As a result, they are loaded after the base CSS files (actually only
the smartmobile/ files because of 'subonly'). In this case the order
has to be reverse though, because the JQM files define the base
rendering and the Horde CSS files should overwrite them, i.e. loaded
*after* the JQM files.