Announcement

Collapse
No announcement yet.

Red Bars in Calendar

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Red Bars in Calendar

    Hi there,

    suddenly, my installation shows red bars in the calendar ( for all users). How can that be? Trying to fix it, but if someone can give me a hint, i'd be grateful.



    Running on Ubuntu 10.04, Frontend 6.22.

    Thanks
    Last edited by weiglt; 06-02-2014, 10:32 AM.

  • #2
    OK - i know now that it's a bug in Chrome only. Probably due to a auto chrome update.

    I saw it fixed in the source code 9 days ago by Stefan Preuss, also known as bug #32713.

    I wrote myself a quick fix for now, until packages are available. Which is probably never for 10.04 ^^ So thanks, that's all

    In case someone needs to know about the fix: It is a patch in the theme's default css files:

    #cwwtimecontent > tbody > tr > td > table > tbody > tr > td:first-child {
    - background-color: #ff0000;
    + background-color: inherit;
    width: 0px !important;
    }

    (file was "concat.cssz" for me, the css is gzipped! so unzip and re-zip it using gzip)
    Last edited by weiglt; 06-02-2014, 02:31 PM.

    Comment


    • #3
      This bug was found and internally fixed already. Future updates will contain a fix for it but yes, it's a Chrome only bug for the latest release.

      Comment


      • #4
        Edit: Ok, i saw you plan to release it with 6.22.7....
        Last edited by weiglt; 06-02-2014, 02:49 PM.

        Comment


        • #5
          Originally posted by weiglt View Post
          Edit: Ok, i saw you plan to release it with 6.22.7....
          I hope you will backport #32713 bugfix also into 6.22.6 branch...

          Comment

          Working...
          X