Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>Summary of my problem</strong></p> <p>After sometime debugging my issue i found my problem was caused by the following situation.</p> <p>A class with a style <code>content: ""</code> being applied to a target TR prior to an ajax call which would replace the TDs with a fresh set of TDs, then, after removing that class I had the same problem as the OP; The end result was the shifting of the TDs to the right. The HTML on inspection was sound. </p> <p><strong>In detail this is what I had.</strong></p> <ul> <li>I had a TR which was my targetId container.</li> <li>I had a TD with an ajax link that then returned a set of TDs to replace the old set within the targetId TR.</li> <li>I am using jquery ajax and prior to the call I applied a class to the targetId TR, the class of <a href="https://stackoverflow.com/a/9813853/511438"><strong>which can be found in this answer</strong></a> and contains the <code>content: ""</code> style.</li> <li>After the ajax call completes, removing that class.</li> </ul> <p><strong>This is what I ended up doing.</strong></p> <p>The ajax masking class I was using for the targetId, I replaced with a new class that just did some opacity. I kept the ajax masking class for the sender control.</p> <p><strong>Relating to the OP's problem</strong></p> <p>I downloaded and searched the "jquery-editinplace" the OP uses but could not find a <code>content</code> style being applied. Maybe someone with good search tools may find it. As stated in the comments above, the problem disappeared when chrome upgraded. This is my case of it remaining because of something possibly related.</p> <p><em>I have not made a fiddle of this situation as I had trouble creating an ajax scenario. I would have liked to to prove it is a chrome bug and to submit it to Google.</em></p> <p><em>Feel free to comment if something is unclear and I will update my answer accordingly.</em></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload