Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Fix breaking out of <p> when deleting across paragraphs in FF #97

Merged
merged 23 commits into from
Apr 11, 2014

Conversation

theefer
Copy link
Contributor

@theefer theefer commented Apr 9, 2014

No description provided.

@@ -13,7 +13,7 @@
"plumber-write": "~0.2.0",
"q": "~1.0.0",
"request": "~2.33.0",
"selenium-webdriver": "~2.37.0"
"selenium-webdriver": "^2.41.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The caret, on the other hand, is more relaxed. It will update you to the most recent major version (the first number). ^1.2.3 will match any 1.x.x release including 1.3.0, but will hold off on 2.0.0.

http://fredkschott.com/post/2014/02/npm-no-longer-defaults-to-tildes/

@OliverJAsh
Copy link
Contributor

It looks like you forgot to commit src/plugins/core/ensure-selectable-containers?

@OliverJAsh
Copy link
Contributor

Sadly Travis is being slow: https://travis-ci.org/guardian/scribe/branches

@theefer
Copy link
Contributor Author

theefer commented Apr 9, 2014

@OliverJAsh ping


var realChangedNodes = allChangedNodes.
filter(notEmptyTextNode).
filter(notSelectionMarkerNode);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strange indentation?

@OliverJAsh
Copy link
Contributor

Looks good! Nice work, love the use of DOM MutationObservers.

@theefer
Copy link
Contributor Author

theefer commented Apr 11, 2014

Tests passed, let's release this!

theefer added a commit that referenced this pull request Apr 11, 2014
Fix breaking out of <p> when deleting across paragraphs in FF
@theefer theefer merged commit ddecae9 into master Apr 11, 2014
@theefer theefer deleted the sc-ff-backspace-multi-para branch April 11, 2014 08:34
@OliverJAsh
Copy link
Contributor

Please do follow this up with an isolated case.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants