Topic: ClearType text rendering bug

Changing the opacity of a text element with a transparent background screws up the rendering under Firefox (possibly other browsers too) on Windows with ClearType enabled.

http://clearsoda.com/images/fail.png


CSS fix:

h2, #ancho_deseado span, #kepp { background: #fff }

Thumbs up

Re: ClearType text rendering bug

It's about scriptaculous. We should use jquery.

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: ClearType text rendering bug

No, it has nothing to do with the JS framework. jQuery would do that too.

Just add that to the CSS and it will be fine.

Thumbs up

Re: ClearType text rendering bug

Darkimmortal wrote:

No, it has nothing to do with the JS framework. jQuery would do that too.

Just add that to the CSS and it will be fine.

No.

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: ClearType text rendering bug

Same bug, different solution now:

div#subir_local, div#subir_remota { background: #fff }

Thumbs up

Re: ClearType text rendering bug

There is no bug right now.
We are currently using Jquery + new effects + new css + NEW ALL...

Perhaps this could help with older versions. big_smile

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!