Free CSS Checker and Formatter 1.2 - Faulty compression

Posts about other Blumentals Software products
Post Reply
deepmessage
Posts: 3
Joined: Sun Nov 29, 2009 12:16 pm

Free CSS Checker and Formatter 1.2 - Faulty compression

Post by deepmessage »

Hello community!

I discovered this very nice tool. But when I use the function "Re-Format CSS" or "Compress CSS", some parts of my css aren't valid on firefox anymore:

Input:

Code: Select all

#searchform input[type=image]
Output:

Code: Select all

#searchform input [ type = image ]
It works if I delete the blank before the "[":

Code: Select all

#searchform input[ type = image ]
How can I fix this? By edditing a ini-file?

Regards
Alex
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Re: Free CSS Checker and Formatter 1.2 - Faulty compression

Post by Gatis »

Hi,
Indeed, there seems to be a problem with this. Thank you for reporting it.
I am afraid there is no workaround currently.
I have registered this problem, and we shall see what can be done to fix it.
Kind regards,
Gatis Avots
deepmessage
Posts: 3
Joined: Sun Nov 29, 2009 12:16 pm

Re: Free CSS Checker and Formatter 1.2 - Faulty compression

Post by deepmessage »

Gatis wrote:we shall see what can be done to fix it.
Thank you, Gatis!
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Re: Free CSS Checker and Formatter 1.2 - Faulty compression

Post by Gatis »

Hi!

Until the fix becomes officially available in one of the updates, you can download a file that fixes this problem from this location:
avots.blumentals.net/cssformat.dll
Using it replace the same file under folder C:\Program Files\WeBuilder 2010\ (or under the corresponding folder of Free CSS Checker and Formatter, Rapid CSS, etc.).
Kind regards,
Gatis Avots
ivanhalen
Posts: 1
Joined: Thu Jul 15, 2010 11:17 am

Re: Free CSS Checker and Formatter 1.2 - Faulty compression

Post by ivanhalen »

Hallo,
Sorry for resuming this post, I wrote a new thread yesterday but seems it's gone
With attribute selectors like:

Code: Select all

h1[rel*=external] { color: red; }
h1[rel^=external] { color: red; }
I get an error message:
The operation could not be performed due to following error:
Incorrect syntax. Possibly caused by omitted or unnecessary language tokens. Error at row 2; token '^=external...'.
Please, is there a fix for this, too?
Thanks
Post Reply