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

       Web browser: ---
             Bug #: 41905
           Summary: VE sends Parsoid text outside of any node for the
                    first line of a new article
           Product: VisualEditor
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Data Model
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---


Steps to repro:

1. Open new page in VE.

2. Click on first line, enter text, enter newline, enter more text.

3. Click save.

Expected behavior: Two paragraphs.

Actual behavior: One paragraph with a single line break where there should be
two.

Tested locally and found that Parsoid's web service gets the DOM as something
like "First line<p>Second line</p>", which it can't handle correctly (the fix
breaks many other parser tests).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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