Last modified: 2012-10-16 08:50:14 UTC
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 );
Tested in Firefox 12.0 on Ubuntu 12.04 and 16 nightly on Mac OS X 10.7.4
I can reproduce this in Firefox 13. Does not happen in Chrome.
*** Bug 38207 has been marked as a duplicate of this bug. ***
(In reply to comment #0) > Possibly harmless It actually is harmful, and I suggest raising priority. Steps to reproduce: 1) Go to http://www.mediawiki.org/wiki/Special:VisualEditorSandbox with Firefox 2) Press CTRL-A (or select all text with the mouse) 3) Press CTRL-X to cut all this text. The text disappears. 4) Press CTRL-V to reinsert the text. PROBLEM: One can enter text, but not new lines. Pressing "Enter" does not have any effect. Tested on Ubuntu 2012.04, Firefox 13.0.1 Tip to take with a grain of salt: I have seen some problems with UNDO when selecting everything or even everything but last character, but I can't reproduce, so don't mind. If I find something reproducible I will let you know.
It doesn't look like this is happening any longer. Lots of changes that may have fixed this have rolled out since July.