[wp-trac] [WordPress Trac] #22037: Live preview fetches page but does not display

WordPress Trac noreply at wordpress.org
Sat Oct 27 14:03:15 UTC 2012


#22037: Live preview fetches page but does not display
-------------------------------+------------------------------
 Reporter:  marcoliverteschke  |       Owner:
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Appearance         |     Version:  3.4.2
 Severity:  normal             |  Resolution:
 Keywords:  needs-testing      |
-------------------------------+------------------------------

Comment (by wdfee):

 Google Chrome on Mac is working, too.
 IE9 on Windows the same as Safari 6.0.1 and Firefox 16.0.2 on Mac:
 Displays preview on local site, but not on remote site.

 trying to get more out of Google Chromes Developer Panel -> Network with
 my info from above. [[BR]]

 the critical step ist between [[BR]]

 Name http://mydomain.com | Method POST | Status 200 OK | Type text/html |
 Initiator jquery.js:8416 [[BR]]
 Name about:blank | Method GET | Status Success | Type text/html |
 Initiator jquery.js:5766

 It's the only step where Status is no number code but "Success" - maybe
 this is not compatible with all browsers? [[BR]]
 Line 8416 is
 {{{
 xhr.send( ( s.hasContent && s.data ) || null );
 }}}
 before this there are browser specific adjustments, maybe there could also
 be something wrong. [[BR]]
 Line 5766 is the step where the child node should be appended.
 {{{
 append: function() {
         return this.domManip(arguments, true, function( elem ) {
                 if ( this.nodeType === 1 || this.nodeType === 11 ) {
                         this.appendChild( elem );
                 }
         });
 },
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/22037#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list