Lightning 1.8 stupid icons in events

For discussing the Mozilla Calendar, Sunbird and Lightning projects.
Post Reply
calendaruser
Posts: 3
Joined: October 17th, 2012, 3:21 am

Lightning 1.8 stupid icons in events

Post by calendaruser »

Hi everyone,

ever since I updated to Lightning 1.8 and Thunderbird 16, this stupid gray icon shows up in every single task taking up space. I have no idea what it means, there are no explanations and i have found no way of turning it off.

I'm using also Provider for Google Calendar, newest version, 0.17.

I can't read my tasks anymore, it's very annoying!
Please help if you have any ideas how to turn it off.

Here is a screenshot of the problem:
Image
calendaruser
Posts: 3
Joined: October 17th, 2012, 3:21 am

Re: Lightning 1.8 stupid icons in events

Post by calendaruser »

Does anyone know what these icons mean?
Do they have something to do with Google Calendar Provider?

Where could I find some documentation or a manual for Lightning?
User avatar
WaltS48
Posts: 5141
Joined: May 7th, 2010, 9:38 am
Location: Pennsylvania, USA

Re: Lightning 1.8 stupid icons in events

Post by WaltS48 »

Have you tried disabling Google Calendar Provider, and see if they go away?

I don't use it, and don't have those icons.
Linux Desktop - AMD Athlon(tm) II X3 455 3.3GHz | 8.0GB RAM | GeForce GT 630
Windows Notebook - AMD A8 7410 2.2GHz | 6.0GB RAM | AMD Radeon R5
User avatar
ssitter
Posts: 2495
Joined: October 19th, 2007, 12:24 am
Location: Germany

Re: Lightning 1.8 stupid icons in events

Post by ssitter »

The icon is supposed to show the classification status (public, confidential, private) of the event. The Provider for Google Calendar extensions adds its own custom status that breaks the icon display. The next Lightning release will fix this problem.

The following rule in your userChrome.css file should workaround the broken icon for now too:

Code: Select all

.item-classification-box[classification="DEFAULT"] {
    display: none !important;
 }
User avatar
WaltS48
Posts: 5141
Joined: May 7th, 2010, 9:38 am
Location: Pennsylvania, USA

Re: Lightning 1.8 stupid icons in events

Post by WaltS48 »

Learn something new all the time. I never used the classification feature.

Just edited one event I have, set it to private, and now have an icon.
Linux Desktop - AMD Athlon(tm) II X3 455 3.3GHz | 8.0GB RAM | GeForce GT 630
Windows Notebook - AMD A8 7410 2.2GHz | 6.0GB RAM | AMD Radeon R5
calendaruser
Posts: 3
Joined: October 17th, 2012, 3:21 am

Re: Lightning 1.8 stupid icons in events

Post by calendaruser »

Thank you very much for the help!!!!
Post Reply