Last modified: 2012-10-29 18:08:18 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T43181, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 41181 - VisualEditor: First 'space' in Firefox strands previous content in DIV outside of P element in new document
VisualEditor: First 'space' in Firefox strands previous content in DIV outsid...
Status: RESOLVED FIXED
Product: VisualEditor
Classification: Unclassified
ContentEditable (Other open bugs)
unspecified
All All
: Unprioritized normal
: VE-deploy-2012-10-29
Assigned To: Christian Williams
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-10-18 17:54 UTC by James Forrester
Modified: 2012-10-29 18:08 UTC (History)
5 users (show)

See Also:
Web browser: Firefox
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description James Forrester 2012-10-18 17:54:31 UTC
Go to a non-existent document and press 'Create'

1) Press a
   Expect: "a" in a <P> element
   Get: "a" in a <P> element
2) Press <space>
   Expect: "a " in a <P> element
   Get: "a" in the document <DIV> followed by a newline, then " " in a <P> element
3) Press b
   Expect: "a b" in a <P> element
   Get: "a" in the document <DIV> followed by a newline, then " b" in a <P> element
4) Press <enter>
   Expect: "a b" in a <P> element; a newline; then a <P> with a slug <SPAN>
   Get: " b" in a <P> element; a newline; a <P> with a slug <SPAN>; another newline; then "a" in the document <DIV>
Comment 1 Christian Williams 2012-10-18 18:03:12 UTC
This has been fixed by Inez's "Is there data" change:
https://gerrit.wikimedia.org/r/#/c/28463/

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links