https://bugzilla.wikimedia.org/show_bug.cgi?id=49711

       Web browser: ---
            Bug ID: 49711
           Summary: Check why DSR on DOMFragment wrappers is sometimes
                    missing
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: JS/DOM
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

In unpackDOMFragment, we sometimes get wrappers without DSR:

            var dsr = node.data.parsoid.dsr;
            // FIXME: Not sure why this would be missing
            if (dsr) {
                firstChild.data.parsoid.dsr = [dsr[0], dsr[1]];
            }

We should really track down when and why this is the case. A list of pages with
this issue is exposed in
http://parsoid.wmflabs.org:8001/topfixes/between/c28f13708fe1643acea1ed871182b2a0797b1c45/d1ae92720c4eaee391b324d566f7b91f84e72b7e.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to