Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#27481 closed defect (bug) (invalid)

WordPress 3.8.1 removing a backslash from post content each time post is saved

Reported by: harrisbueller's profile harrisbueller Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.8.1
Component: Editor Keywords:
Focuses: Cc:

Description (last modified by SergeyBiryukov)

On posts written using the visual tab, if I have something like this in the post:
cd “program Files (x86)\citrix\licensing\ls” and save the post it turns into:
“program Files (x86)citrixlicensingls”

If I post “program Files (x86)\\citrix\\licensing\\ls” and save it turns into:
cd “program Files (x86)\citrix\licensing\ls”. If I save again and the slashes will be completely gone.

Change History (4)

#1 @SergeyBiryukov
11 years ago

  • Component changed from General to Editor
  • Description modified (diff)
  • Summary changed from Wordpress 3.8.1 removing a backslash from post content each time post is saved to WordPress 3.8.1 removing a backslash from post content each time post is saved

Could not reproduce neither in 3.8.1 nor in current trunk.

#2 @SergeyBiryukov
11 years ago

  • Keywords reporter-feedback added

Does it still happen with all plugins disabled and a default theme (Twenty Fourteen or Twenty Thirteen) activated?

#3 @harrisbueller
11 years ago

I did more testing and the issue occurs when using "Outbound Link Manager" plug-in is installed and activated. Sorry to be such a noob and report a plug-in bug as a wordpress bug. Thanks for your efforts,

Chris

Last edited 11 years ago by harrisbueller (previous) (diff)

#4 @SergeyBiryukov
11 years ago

  • Keywords reporter-feedback removed
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.