[dokuwiki] Re: Make your plugins and templates LESS ready

  • From: Myron Turner <turnermm02@xxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Thu, 15 Aug 2013 08:52:17 -0500

On 8/15/2013 8:43 AM, Anika Henke wrote:
On 14/08/2013 23:05, Myron Turner wrote:
Your parser has rejected a syntactical construction which the people at
CKEditor seem to think is needed for IE Quirks mode:


/* [IE7-8] Filter on footer causes background artifacts when opening
dialog. */
.cke_dialog_footer
{
         filter: ;
}



Googling showed that the correct way to disable a filter (or rather,
this particular one) would be:
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

It's probably not an issue as you said, these files are not called by
exe/css.php. But I left a note upstream anyway:
https://github.com/ckeditor/ckeditor-dev/commit/8f098555ac575080e2353b3ef202de7333b45271#commitcomment-3868288



Just for peace of mind, I did download the development package and tested it there, using IE in quirks mode with the browser set to IE 7 and had no problems.

Thanks,

Myron


--
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts: