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

       Web browser: ---
             Bug #: 38037
           Summary: VisualEditor: select all (ctrl+a) throws JS error
           Product: VisualEditor
           Version: unspecified
          Platform: All
               URL: https://www.mediawiki.org/wiki/VisualEditor:Test?debug
                    =true
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: ContentEditable
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---


Possibly harmless but worrying.

Steps to repro:
* go to https://www.mediawiki.org/wiki/VisualEditor:Test?debug=true
* hit edit
* click in the article
* ctrl+a (cmd+a on mac) to select all

Expected:
* all text of article should be selected

Actual:
* all text of article is selected
* AND there's an error in the JS console: "end is undefined"
ve.ce.Surface.js (line 832)
rangyRange.setEnd( end.node, end.offset );

-- 
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