Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
working.gif is permanent there
Avatar
David H
Member
Free Members
sp_UserOfflineSmall Offline
Jan 1, 2014 - 7:16 am

Hi,

I think there is a small bug, but maybe I did somewhere a mistake...

In the admin small bar, where you have links to - spam, unread posts and posts that are waiting for permission,

under the id "spAdminQueue",

there is an image with the name- "working.gif"

I think it so pose to be there only when the bar is on loading.

by me it is there the all the time...

thanks and

Happy new year

David

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jan 1, 2014 - 5:21 pm

sounds like a js conflict...  its hidden by default then enabled, and finally removed..  if its not hidden at start, wonder if something else is 'showing' it... can you inspect the css on page load?

Avatar
David H
Member
Free Members
sp_UserOfflineSmall Offline
Jan 2, 2014 - 3:04 am

I looked allover and im not sure what i see...

 

The image has a class- spInlineSection

In the css it is display:none but with no effect. It works with !important.

The image has also an id- spBarSpinner

This id doesn't have any css.

I think that the JS from the admin tools communicate with the id spBarSpinner

 

So I add this to my css:

#spMainContainer #spBarSpinner {
display: none !important;
}

It needed the !important...

 

It works but I hope i didn't cause any problem somewhere els...

 

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jan 2, 2014 - 5:45 am

The class 'spInlineSection' is used extensively throughout SP so it would be worth trying to discover why the 'display:none' rule is not being honoured as it should be.

But I believe the rule is always set up when this class falls within the 'spMainContainer' id so it should really be safe from outside interference.

Which leaves me with no real idea why it should be ignored but a feeling that it should be tracked down. So let's start with the obvious.... might this - by some bizarre and weird coincidence - be used in any other CSS being loaded?

andy-signature.png
YELLOW
SWORDFISH
Avatar
David H
Member
Free Members
sp_UserOfflineSmall Offline
Jan 2, 2014 - 8:01 am

Well, I don't think so.

 

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jan 2, 2014 - 9:08 am

Have you looked at this using a browser console - or a tool such as Firebug? This would show you exactly what CSS is - in reality - being applied and should show up why the standard CSS is being overridden. At least I would expect it to...

andy-signature.png
YELLOW
SWORDFISH
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17361
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625