[wp-testers] wp-testers Digest, Vol 89, Issue 3

Arlen Nagata mrarlen at gmail.com
Sat Sep 22 08:39:46 UTC 2012


help 

------------------
Arlen Nagata
Designing Hawaii's Websites with WordPress
HawaiiWP.com (http://hawaiiwp.com)
 

808.232.7921 (tel:808.232.7921)
     


On Friday, September 21, 2012 at 10:37 PM, wp-testers-request at lists.automattic.com wrote:

> Send wp-testers mailing list submissions to
> wp-testers at lists.automattic.com (mailto:wp-testers at lists.automattic.com)
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.automattic.com/mailman/listinfo/wp-testers
> or, via email, send a message with subject or body 'help' to
> wp-testers-request at lists.automattic.com (mailto:wp-testers-request at lists.automattic.com)
> 
> You can reach the person managing the list at
> wp-testers-owner at lists.automattic.com (mailto:wp-testers-owner at lists.automattic.com)
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of wp-testers digest..."
> 
> Today's Topics:
> 
> 1. Slashes being stripped from CSS escaped characters (Brent Logan)
> 2. Re: Slashes being stripped from CSS escaped characters
> (Dion Hulse (dd32))
> 3. Re: Slashes being stripped from CSS escaped characters
> (Brent Logan)
> 4. Re: Slashes being stripped from CSS escaped characters
> (Dion Hulse (dd32))
> 5. Re: Slashes being stripped from CSS escaped characters
> (Brent Logan)
> 6. Re: Slashes being stripped from CSS escaped characters
> (Brent Logan)
> 7. Re: Slashes being stripped from CSS escaped characters (Paul Ryan)
> 
> Forwarded message:
> > From: Brent Logan <gbrentlogan at gmail.com>
> > Reply To: wp-testers at lists.automattic.com
> > To: wp-testers at lists.automattic.com
> > Date: Friday, September 21, 2012 4:14:07 PM
> > Subject: [wp-testers] Slashes being stripped from CSS escaped characters
> > 
> > I'm not sure when the change took place, but editing a CSS file using
> > the theme editor strips the slashes from CSS escaped characters.
> > 
> > For example:
> > 
> > .next-comment-link a:before{content:"\2190"}
> > 
> > loses the \ before 2190.
> > 
> > It does make the blog look a little funny. I guess that's one way to
> > stop people from using the theme editor. ;-)
> > 
> > -Brent 
> Forwarded message:
> > From: Dion Hulse (dd32) <wordpress at dd32.id.au>
> > Reply To: wp-testers at lists.automattic.com
> > To: wp-testers at lists.automattic.com
> > Date: Friday, September 21, 2012 4:26:02 PM
> > Subject: Re: [wp-testers] Slashes being stripped from CSS escaped characters
> > 
> > WordPress's Theme editor seems to work as expected, but the Jetpack Custom
> > CSS editor seems to show the problem.
> > 
> > Can you confirm which one you're using? (Hint: WordPress editor is
> > 'Editor', Jetpack is 'Edit CSS')
> > 
> > On 22 September 2012 12:14, Brent Logan <gbrentlogan at gmail.com (mailto:gbrentlogan at gmail.com)> wrote:
> > 
> > > I'm not sure when the change took place, but editing a CSS file using
> > > the theme editor strips the slashes from CSS escaped characters.
> > > 
> > > For example:
> > > 
> > > .next-comment-link a:before{content:"\2190"}
> > > 
> > > loses the \ before 2190.
> > > 
> > > It does make the blog look a little funny. I guess that's one way to
> > > stop people from using the theme editor. ;-)
> > > 
> > > -Brent
> > > _______________________________________________
> > > wp-testers mailing list
> > > wp-testers at lists.automattic.com (mailto:wp-testers at lists.automattic.com)
> > > http://lists.automattic.com/mailman/listinfo/wp-testers
> > > 
> > 
> > 
> > 
> 
> Forwarded message:
> > From: Brent Logan <gbrentlogan at gmail.com>
> > Reply To: wp-testers at lists.automattic.com
> > To: wp-testers at lists.automattic.com
> > Date: Friday, September 21, 2012 4:52:16 PM
> > Subject: Re: [wp-testers] Slashes being stripped from CSS escaped characters
> > 
> > I'm using the theme editor that is accessed by clicking or hovering
> > over Appearance and then clicking Edit. I'm not using Jetpacks CSS
> > editor.
> > 
> > I used FTP + and editor to replace all the slashes, saved the CSS
> > file, and confirmed proper appearance on my blog. Then I returned to
> > the theme editor to look at the CSS file, and they don't appear. I
> > believe the slashes are being stripped when the file is opened and
> > displayed by editor and then saving the file completes their deletion.
> > 
> > On Fri, Sep 21, 2012 at 7:26 PM, Dion Hulse (dd32) <wordpress at dd32.id.au (mailto:wordpress at dd32.id.au)> wrote:
> > > WordPress's Theme editor seems to work as expected, but the Jetpack Custom
> > > CSS editor seems to show the problem.
> > > 
> > > Can you confirm which one you're using? (Hint: WordPress editor is
> > > 'Editor', Jetpack is 'Edit CSS')
> > > 
> > > On 22 September 2012 12:14, Brent Logan <gbrentlogan at gmail.com (mailto:gbrentlogan at gmail.com)> wrote:
> > > 
> > > > I'm not sure when the change took place, but editing a CSS file using
> > > > the theme editor strips the slashes from CSS escaped characters.
> > > > 
> > > > For example:
> > > > 
> > > > .next-comment-link a:before{content:"\2190"}
> > > > 
> > > > loses the \ before 2190.
> > > > 
> > > > It does make the blog look a little funny. I guess that's one way to
> > > > stop people from using the theme editor. ;-)
> > > > 
> > > > -Brent
> > > > _______________________________________________
> > > > wp-testers mailing list
> > > > wp-testers at lists.automattic.com (mailto:wp-testers at lists.automattic.com)
> > > > http://lists.automattic.com/mailman/listinfo/wp-testers
> > > > 
> > > 
> > > _______________________________________________
> > > wp-testers mailing list
> > > wp-testers at lists.automattic.com (mailto:wp-testers at lists.automattic.com)
> > > http://lists.automattic.com/mailman/listinfo/wp-testers
> > > 
> > 
> > 
> > 
> 
> Forwarded message:
> > From: Dion Hulse (dd32) <wordpress at dd32.id.au>
> > Reply To: wp-testers at lists.automattic.com
> > To: wp-testers at lists.automattic.com
> > Date: Friday, September 21, 2012 4:58:20 PM
> > Subject: Re: [wp-testers] Slashes being stripped from CSS escaped characters
> > 
> > Thanks for confirming
> > 
> > I can't duplicate it though.. It could be a plugin conflict though,
> > something is causing an extra stripslashes() to be run on the content.
> > It could even be Javascript in the browser from a plugin, although there
> > isn't many that would cause it.
> > I'd be interested if you could duplicate it on a clean installation..
> > 
> > On 22 September 2012 12:52, Brent Logan <gbrentlogan at gmail.com (mailto:gbrentlogan at gmail.com)> wrote:
> > 
> > > I'm using the theme editor that is accessed by clicking or hovering
> > > over Appearance and then clicking Edit. I'm not using Jetpacks CSS
> > > editor.
> > > 
> > > I used FTP + and editor to replace all the slashes, saved the CSS
> > > file, and confirmed proper appearance on my blog. Then I returned to
> > > the theme editor to look at the CSS file, and they don't appear. I
> > > believe the slashes are being stripped when the file is opened and
> > > displayed by editor and then saving the file completes their deletion.
> > > 
> > > On Fri, Sep 21, 2012 at 7:26 PM, Dion Hulse (dd32) <wordpress at dd32.id.au (mailto:wordpress at dd32.id.au)>
> > > wrote:
> > > > WordPress's Theme editor seems to work as expected, but the Jetpack
> > > 
> > > Custom
> > > > CSS editor seems to show the problem.
> > > > 
> > > > Can you confirm which one you're using? (Hint: WordPress editor is
> > > > 'Editor', Jetpack is 'Edit CSS')
> > > > 
> > > > On 22 September 2012 12:14, Brent Logan <gbrentlogan at gmail.com (mailto:gbrentlogan at gmail.com)> wrote:
> > > > 
> > > > > I'm not sure when the change took place, but editing a CSS file using
> > > > > the theme editor strips the slashes from CSS escaped characters.
> > > > > 
> > > > > For example:
> > > > > 
> > > > > .next-comment-link a:before{content:"\2190"}
> > > > > 
> > > > > loses the \ before 2190.
> > > > > 
> > > > > It does make the blog look a little funny. I guess that's one way to
> > > > > stop people from using the theme editor. ;-)
> > > > > 
> > > > > -Brent
> > > > > _______________________________________________
> > > > > wp-testers mailing list
> > > > > wp-testers at lists.automattic.com (mailto:wp-testers at lists.automattic.com)
> > > > > http://lists.automattic.com/mailman/listinfo/wp-testers
> > > > > 
> > > > 
> > > > _______________________________________________
> > > > wp-testers mailing list
> > > > wp-testers at lists.automattic.com (mailto:wp-testers at lists.automattic.com)
> > > > http://lists.automattic.com/mailman/listinfo/wp-testers
> > > > 
> > > 
> > > _______________________________________________
> > > wp-testers mailing list
> > > wp-testers at lists.automattic.com (mailto:wp-testers at lists.automattic.com)
> > > http://lists.automattic.com/mailman/listinfo/wp-testers
> > > 
> > 
> > 
> > 
> 
> Forwarded message:
> > From: Brent Logan <gbrentlogan at gmail.com>
> > Reply To: wp-testers at lists.automattic.com
> > To: wp-testers at lists.automattic.com
> > Date: Friday, September 21, 2012 5:09:54 PM
> > Subject: Re: [wp-testers] Slashes being stripped from CSS escaped characters
> > 
> > You're exactly right! I disabled *all* my plugins, went to the theme
> > editor, and the slashes are there. Now to enable them one by one and
> > find the offending plugin...
> > 
> > I should have tried this on the default theme with no plugins before
> > making a report. Sorry... :-(
> > 
> > But thanks for your help!
> > 
> > On Fri, Sep 21, 2012 at 7:58 PM, Dion Hulse (dd32) <wordpress at dd32.id.au (mailto:wordpress at dd32.id.au)> wrote:
> > > Thanks for confirming
> > > 
> > > I can't duplicate it though.. It could be a plugin conflict though,
> > > something is causing an extra stripslashes() to be run on the content.
> > > It could even be Javascript in the browser from a plugin, although there
> > > isn't many that would cause it.
> > > I'd be interested if you could duplicate it on a clean installation..
> > > 
> > > On 22 September 2012 12:52, Brent Logan <gbrentlogan at gmail.com (mailto:gbrentlogan at gmail.com)> wrote:
> > > 
> > > > I'm using the theme editor that is accessed by clicking or hovering
> > > > over Appearance and then clicking Edit. I'm not using Jetpacks CSS
> > > > editor.
> > > > 
> > > > I used FTP + and editor to replace all the slashes, saved the CSS
> > > > file, and confirmed proper appearance on my blog. Then I returned to
> > > > the theme editor to look at the CSS file, and they don't appear. I
> > > > believe the slashes are being stripped when the file is opened and
> > > > displayed by editor and then saving the file completes their deletion.
> > > > 
> > > > On Fri, Sep 21, 2012 at 7:26 PM, Dion Hulse (dd32) <wordpress at dd32.id.au (mailto:wordpress at dd32.id.au)>
> > > > wrote:
> > > > > WordPress's Theme editor seems to work as expected, but the Jetpack
> > > > 
> > > > Custom
> > > > > CSS editor seems to show the problem.
> > > > > 
> > > > > Can you confirm which one you're using? (Hint: WordPress editor is
> > > > > 'Editor', Jetpack is 'Edit CSS')
> > > > > 
> > > > > On 22 September 2012 12:14, Brent Logan <gbrentlogan at gmail.com (mailto:gbrentlogan at gmail.com)> wrote:
> > > > > 
> > > > > > I'm not sure when the change took place, but editing a CSS file using
> > > > > > the theme editor strips the slashes from CSS escaped characters.
> > > > > > 
> > > > > > For example:
> > > > > > 
> > > > > > .next-comment-link a:before{content:"\2190"}
> > > > > > 
> > > > > > loses the \ before 2190.
> > > > > > 
> > > > > > It does make the blog look a little funny. I guess that's one way to
> > > > > > stop people from using the theme editor. ;-)
> > > > > > 
> > > > > > -Brent
> > > > > > _______________________________________________
> > > > > > wp-testers mailing list
> > > > > > wp-testers at lists.automattic.com (mailto:wp-testers at lists.automattic.com)
> > > > > > http://lists.automattic.com/mailman/listinfo/wp-testers
> > > > > > 
> > > > > 
> > > > > _______________________________________________
> > > > > wp-testers mailing list
> > > > > wp-testers at lists.automattic.com (mailto:wp-testers at lists.automattic.com)
> > > > > http://lists.automattic.com/mailman/listinfo/wp-testers
> > > > > 
> > > > 
> > > > _______________________________________________
> > > > wp-testers mailing list
> > > > wp-testers at lists.automattic.com (mailto:wp-testers at lists.automattic.com)
> > > > http://lists.automattic.com/mailman/listinfo/wp-testers
> > > > 
> > > 
> > > _______________________________________________
> > > wp-testers mailing list
> > > wp-testers at lists.automattic.com (mailto:wp-testers at lists.automattic.com)
> > > http://lists.automattic.com/mailman/listinfo/wp-testers
> > > 
> > 
> > 
> > 
> 
> Forwarded message:
> > From: Brent Logan <gbrentlogan at gmail.com>
> > Reply To: wp-testers at lists.automattic.com
> > To: wp-testers at lists.automattic.com
> > Date: Friday, September 21, 2012 5:24:15 PM
> > Subject: Re: [wp-testers] Slashes being stripped from CSS escaped characters
> > 
> > I found the offending plugin: WP Facebook Open Graph protocol. It's
> > being actively developed, so I would expect this issue to be resolved.
> > 
> > Thanks again!
> > 
> > On Fri, Sep 21, 2012 at 8:09 PM, Brent Logan <gbrentlogan at gmail.com (mailto:gbrentlogan at gmail.com)> wrote:
> > > You're exactly right! I disabled *all* my plugins, went to the theme
> > > editor, and the slashes are there. Now to enable them one by one and
> > > find the offending plugin...
> > > 
> > > I should have tried this on the default theme with no plugins before
> > > making a report. Sorry... :-(
> > > 
> > > But thanks for your help!
> > > 
> > > On Fri, Sep 21, 2012 at 7:58 PM, Dion Hulse (dd32) <wordpress at dd32.id.au (mailto:wordpress at dd32.id.au)> wrote:
> > > > Thanks for confirming
> > > > 
> > > > I can't duplicate it though.. It could be a plugin conflict though,
> > > > something is causing an extra stripslashes() to be run on the content.
> > > > It could even be Javascript in the browser from a plugin, although there
> > > > isn't many that would cause it.
> > > > I'd be interested if you could duplicate it on a clean installation..
> > > > 
> > > > On 22 September 2012 12:52, Brent Logan <gbrentlogan at gmail.com (mailto:gbrentlogan at gmail.com)> wrote:
> > > > 
> > > > > I'm using the theme editor that is accessed by clicking or hovering
> > > > > over Appearance and then clicking Edit. I'm not using Jetpacks CSS
> > > > > editor.
> > > > > 
> > > > > I used FTP + and editor to replace all the slashes, saved the CSS
> > > > > file, and confirmed proper appearance on my blog. Then I returned to
> > > > > the theme editor to look at the CSS file, and they don't appear. I
> > > > > believe the slashes are being stripped when the file is opened and
> > > > > displayed by editor and then saving the file completes their deletion.
> > > > > 
> > > > > On Fri, Sep 21, 2012 at 7:26 PM, Dion Hulse (dd32) <wordpress at dd32.id.au (mailto:wordpress at dd32.id.au)>
> > > > > wrote:
> > > > > > WordPress's Theme editor seems to work as expected, but the Jetpack
> > > > > 
> > > > > Custom
> > > > > > CSS editor seems to show the problem.
> > > > > > 
> > > > > > Can you confirm which one you're using? (Hint: WordPress editor is
> > > > > > 'Editor', Jetpack is 'Edit CSS')
> > > > > > 
> > > > > > On 22 September 2012 12:14, Brent Logan <gbrentlogan at gmail.com (mailto:gbrentlogan at gmail.com)> wrote:
> > > > > > 
> > > > > > > I'm not sure when the change took place, but editing a CSS file using
> > > > > > > the theme editor strips the slashes from CSS escaped characters.
> > > > > > > 
> > > > > > > For example:
> > > > > > > 
> > > > > > > .next-comment-link a:before{content:"\2190"}
> > > > > > > 
> > > > > > > loses the \ before 2190.
> > > > > > > 
> > > > > > > It does make the blog look a little funny. I guess that's one way to
> > > > > > > stop people from using the theme editor. ;-)
> > > > > > > 
> > > > > > > -Brent
> > > > > > > _______________________________________________
> > > > > > > wp-testers mailing list
> > > > > > > wp-testers at lists.automattic.com (mailto:wp-testers at lists.automattic.com)
> > > > > > > http://lists.automattic.com/mailman/listinfo/wp-testers
> > > > > > > 
> > > > > > 
> > > > > > _______________________________________________
> > > > > > wp-testers mailing list
> > > > > > wp-testers at lists.automattic.com (mailto:wp-testers at lists.automattic.com)
> > > > > > http://lists.automattic.com/mailman/listinfo/wp-testers
> > > > > > 
> > > > > 
> > > > > _______________________________________________
> > > > > wp-testers mailing list
> > > > > wp-testers at lists.automattic.com (mailto:wp-testers at lists.automattic.com)
> > > > > http://lists.automattic.com/mailman/listinfo/wp-testers
> > > > > 
> > > > 
> > > > _______________________________________________
> > > > wp-testers mailing list
> > > > wp-testers at lists.automattic.com (mailto:wp-testers at lists.automattic.com)
> > > > http://lists.automattic.com/mailman/listinfo/wp-testers
> > > > 
> > > 
> > > 
> > 
> > 
> > 
> 
> Forwarded message:
> > From: Paul Ryan <prar at hawaii.edu>
> > Reply To: wp-testers at lists.automattic.com
> > To: wp-testers at lists.automattic.com
> > Date: Friday, September 21, 2012 10:37:55 PM
> > Subject: Re: [wp-testers] Slashes being stripped from CSS escaped characters
> > 
> > You should notify the plugin maintainers so they can start work on a fix!
> > http://wordpress.org/support/plugin/wp-facebook-open-graph-protocol
> > 
> > 
> > On Fri, Sep 21, 2012 at 5:24 PM, Brent Logan <gbrentlogan at gmail.com (mailto:gbrentlogan at gmail.com)> wrote:
> > 
> > > I found the offending plugin: WP Facebook Open Graph protocol. It's
> > > being actively developed, so I would expect this issue to be resolved.
> > > 
> > > Thanks again!
> > > 
> > > On Fri, Sep 21, 2012 at 8:09 PM, Brent Logan <gbrentlogan at gmail.com (mailto:gbrentlogan at gmail.com)>
> > > wrote:
> > > > You're exactly right! I disabled *all* my plugins, went to the theme
> > > > editor, and the slashes are there. Now to enable them one by one and
> > > > find the offending plugin...
> > > > 
> > > > I should have tried this on the default theme with no plugins before
> > > > making a report. Sorry... :-(
> > > > 
> > > > But thanks for your help!
> > > > 
> > > > On Fri, Sep 21, 2012 at 7:58 PM, Dion Hulse (dd32) <wordpress at dd32.id.au (mailto:wordpress at dd32.id.au)>
> > > wrote:
> > > > > Thanks for confirming
> > > > > 
> > > > > I can't duplicate it though.. It could be a plugin conflict though,
> > > > > something is causing an extra stripslashes() to be run on the content.
> > > > > It could even be Javascript in the browser from a plugin, although there
> > > > > isn't many that would cause it.
> > > > > I'd be interested if you could duplicate it on a clean installation..
> > > > > 
> > > > > On 22 September 2012 12:52, Brent Logan <gbrentlogan at gmail.com (mailto:gbrentlogan at gmail.com)> wrote:
> > > > > 
> > > > > > I'm using the theme editor that is accessed by clicking or hovering
> > > > > > over Appearance and then clicking Edit. I'm not using Jetpacks CSS
> > > > > > editor.
> > > > > > 
> > > > > > I used FTP + and editor to replace all the slashes, saved the CSS
> > > > > > file, and confirmed proper appearance on my blog. Then I returned to
> > > > > > the theme editor to look at the CSS file, and they don't appear. I
> > > > > > believe the slashes are being stripped when the file is opened and
> > > > > > displayed by editor and then saving the file completes their deletion.
> > > > > > 
> > > > > > On Fri, Sep 21, 2012 at 7:26 PM, Dion Hulse (dd32) <
> > > wordpress at dd32.id.au (mailto:wordpress at dd32.id.au)>
> > > > > > wrote:
> > > > > > > WordPress's Theme editor seems to work as expected, but the Jetpack
> > > > > > 
> > > > > > Custom
> > > > > > > CSS editor seems to show the problem.
> > > > > > > 
> > > > > > > Can you confirm which one you're using? (Hint: WordPress editor is
> > > > > > > 'Editor', Jetpack is 'Edit CSS')
> > > > > > > 
> > > > > > > On 22 September 2012 12:14, Brent Logan <gbrentlogan at gmail.com (mailto:gbrentlogan at gmail.com)>
> > > wrote:
> > > > > > > 
> > > > > > > > I'm not sure when the change took place, but editing a CSS file
> > > using
> > > > > > > > the theme editor strips the slashes from CSS escaped characters.
> > > > > > > > 
> > > > > > > > For example:
> > > > > > > > 
> > > > > > > > .next-comment-link a:before{content:"\2190"}
> > > > > > > > 
> > > > > > > > loses the \ before 2190.
> > > > > > > > 
> > > > > > > > It does make the blog look a little funny. I guess that's one way to
> > > > > > > > stop people from using the theme editor. ;-)
> > > > > > > > 
> > > > > > > > -Brent
> > > > > > > > _______________________________________________
> > > > > > > > wp-testers mailing list
> > > > > > > > wp-testers at lists.automattic.com (mailto:wp-testers at lists.automattic.com)
> > > > > > > > http://lists.automattic.com/mailman/listinfo/wp-testers
> > > > > > > > 
> > > > > > > 
> > > > > > > _______________________________________________
> > > > > > > wp-testers mailing list
> > > > > > > wp-testers at lists.automattic.com (mailto:wp-testers at lists.automattic.com)
> > > > > > > http://lists.automattic.com/mailman/listinfo/wp-testers
> > > > > > > 
> > > > > > 
> > > > > > _______________________________________________
> > > > > > wp-testers mailing list
> > > > > > wp-testers at lists.automattic.com (mailto:wp-testers at lists.automattic.com)
> > > > > > http://lists.automattic.com/mailman/listinfo/wp-testers
> > > > > > 
> > > > > 
> > > > > _______________________________________________
> > > > > wp-testers mailing list
> > > > > wp-testers at lists.automattic.com (mailto:wp-testers at lists.automattic.com)
> > > > > http://lists.automattic.com/mailman/listinfo/wp-testers
> > > > > 
> > > > 
> > > 
> > > _______________________________________________
> > > wp-testers mailing list
> > > wp-testers at lists.automattic.com (mailto:wp-testers at lists.automattic.com)
> > > http://lists.automattic.com/mailman/listinfo/wp-testers
> > > 
> > 
> > 
> > 
> 
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com (mailto:wp-testers at lists.automattic.com)
> http://lists.automattic.com/mailman/listinfo/wp-testers
> 
> 




More information about the wp-testers mailing list