Opened 21 months ago

Closed 12 months ago

Last modified 12 months ago

#18514 closed defect (bug) (wontfix)

WPautoP via AJAX

Reported by: WraithKenny Owned by: WraithKenny
Priority: normal Milestone:
Component: Editor Version: 3.2
Severity: normal Keywords:
Cc:

Description

Investing doing wpautop as an ajax request (see http://core.trac.wordpress.org/ticket/17144#comment:9 ).

At the cost of slower tab switching, several bugs could be resolved (and end much complaining about "TinyMCE mangled my code" and "Disable autop" requests).

Patch and/or Proof-of-Concept plugin incoming.

Change History (9)

  • Status changed from new to accepted

related #17537 which was closed as "maybelater"

Simple plugin available to test the concept:
http://github.com/WraithKenny/ajax-autop

Tested #11947 an #17537 which are fixed by calling autop via ajax.

The delay caused by the ajax is < 200ms for my tests (from firebug)

That's totally dependant on the network connection. The delay will naturally be lower when testing on localhost.

Version 1, edited 21 months ago by scribu (previous) (next) (diff)
  • Version changed from 3.3 to 3.2

I had forgotten about this ticket. I deleted the test plugin unfortunately.

Yeah, the test was definitely localhost; I didn't consider that it'd be considerably longer live (which it really would be significantly longer).

Nevertheless, Tab switching is generally considered to be a rare event and one that users shouldn't do very often at all, so the length of delay could be acceptable at much longer times I think.

I still think these many months later that this is a good idea... If there's any interest I'll rebuilt the testing plugin...

  • Resolution set to wontfix
  • Status changed from accepted to closed

Not worth working on.

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.