Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

fix(list): fix converted space when target is content editable. #7161

Closed

Conversation

devversion
Copy link
Member

As this is a feature which is depending on the browsers behaviour, we need to dispatch native events to the editable element, otherwise the test won't fail when the editableContent check is removed.

If you don't trust me :), checkout the PR and use jqLite for triggering the event and remove the isContentEditable check.

Fixes #5406

As this is a feature which is depending on the browsers behaviour, we need to dispatch native events to the editable element, otherwise the test won't fail when the `editableContent` check is removed.

Fixes angular#5406
@ThomasBurleson
Copy link
Contributor

@topher - can you review. This lgtm.

@ThomasBurleson ThomasBurleson added the needs: review This PR is waiting on review from the team label Feb 15, 2016
@ThomasBurleson ThomasBurleson added this to the 1.0.6 milestone Feb 15, 2016
@topherfangio
Copy link
Contributor

@ThomasBurleson LGTM

@topherfangio topherfangio added pr: merge ready This PR is ready for a caretaker to review and removed needs: review This PR is waiting on review from the team labels Feb 15, 2016
@ThomasBurleson
Copy link
Contributor

@devversion - 👍

ThomasBurleson pushed a commit that referenced this pull request Feb 26, 2016
As this is a feature which is depending on the browsers behaviour, we need to dispatch native events to the editable element, otherwise the test won't fail when the `editableContent` check is removed.

Fixes #5406

  Closes #7161
@devversion devversion deleted the fix/list-editable-elements branch April 19, 2016 19:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr: merge ready This PR is ready for a caretaker to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants