Strict alert caused by NS

Bug reports and enhancement requests
Post Reply
luntrus
Senior Member
Posts: 237
Joined: Sat Mar 21, 2009 6:29 pm

Strict alert caused by NS

Post by luntrus »

Hi, my good forum friends,

Get to see this warning "Unknown property '-moz-online-color' Declaration ignored", then this underlying error-code from Error Console

Code: Select all

.__noscriptPlaceholder__ > .__noscriptPlaceholder__1 { display: block !important; outline-color: #fc0 !important; -moz-outline-color: #fc0 !important; outline-style: solid !important; -moz-outline-style: solid !important; outline-width: 1px !important; -moz-outline-width: 1px !important; outline-offset: -1px !important; -moz-outline-offset: -1px !important;cursor: pointer !important; background: #ffffe0 url("resource://noscript_0.9168497312718823/icon32.png") no-repeat left top !important; opacity: 0.6 !important; margin-top: 0px !important; margin-bottom: 0px !important;} .__noscriptPlaceholder__1 > .__noscriptPlaceholder__2 { display: block !important; background-repeat: no-repeat !important; background-color: transparent !important; width: 100%; height: 100%; display: block; margin: 0px; border: none } noscript .__noscriptPlaceholder__ { display: inline !important; }
I assume this was caused by the NS general settings, but what goes on here under the browser-script hood actually?
Like to hear your suggestions,

luntrus
Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.9.2b4) Gecko/20091124 Firefox/3.6b4
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Strict alert caused by NS

Post by Giorgio Maone »

it's "-moz-outline-color", and it's necessary on older Firefox versions but deprecated in the most recent.
Nothing to worry about (like most of the stuff spit out by strict mode).
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)
luntrus
Senior Member
Posts: 237
Joined: Sat Mar 21, 2009 6:29 pm

Re: Strict alert caused by NS

Post by luntrus »

Hi Giorgio Maone,

Thanks for the explanation, apparently you know your in-browser script like the in-lining of your trouser pockets - fluent.
It is a pity that there is so much additional crap after the browser wagon has been heading on. There is certainly reason for cleansing. Will all this residu script hold our browsers up in any way?

luntrus
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.3 (KHTML, like Gecko) Iron/4.0.227.0 Chrome/4.0.227.0 Safari/532.3
Post Reply