[rt-users] RT 4.0.6 and aileron CSS

Thomas Sibley trs at bestpractical.com
Wed May 23 10:03:12 EDT 2012


On 05/23/2012 03:30 AM, L B wrote:
> There is something a bit annoying with this CSS template: when you
> load a big ticket, the "main-navigation" and "page-navigation" menus
> are displayed only when the full page is loaded. Sound like a detail
> but it gives an impression of slowness. It's not a big deal if the
> page takes time to load, users most of the time don't notice the
> scrollbar is getting smaller, but they do notice the menus are blank
> for a while and then appear. Anyone figured out how to fix this?

Unfortunately the DOM needs to be fully loaded before the menus can be
built into their final form.  A workaround for this would be to move the
JS that builds the menus out of <head> and into an inline <script> just
after #main-navigation and #page-menu.  If it was done cleanly, I think
we'd accept a patch for this.

> Another small thing about this template:
> Any reason why 4.0/ticket-history-alignment-fix-for-opera-and-ie7 has
> not been included in 4.0.6 ? I had to apply the patch myself, the
> current template version is broken for IE8 (and maybe opera but not
> tested).

It just didn't get reviewed and merged before we branched for release
engineering.  There's always branches that don't make it into the
release.  ;)

Thomas



More information about the rt-users mailing list