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

T/82 Spanish accent character is removed while typed in non-collapsed selection. #84

Merged
merged 3 commits into from
Mar 10, 2017

Conversation

f1ames
Copy link
Contributor

@f1ames f1ames commented Mar 10, 2017

Fix: Spanish accent character properly inserted on non-collapsed selection. Closes ckeditor/ckeditor5#3078.

plugins: [ Enter, Typing, Paragraph, Undo, Heading ],
toolbar: [ 'headings', 'undo', 'redo' ]
} )
.then( editor => {
Copy link
Member

Choose a reason for hiding this comment

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

Please don't indent these. I know that in some tests they are indented, but I'm trying to fix all of them :D

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry, forgot again about this one. Fixed. I will try to remember next time :)

/* globals console, window, document */

import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classic';
import Enter from '@ckeditor/ckeditor5-enter/src/enter';
Copy link
Member

Choose a reason for hiding this comment

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

For the future – you can use presets/essentials to provide these basic plugins.

@Reinmar Reinmar merged commit 49cfe9c into master Mar 10, 2017
@Reinmar Reinmar deleted the t/82 branch March 10, 2017 09:47
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.

[Safari] Spanish accent character is removed while typed in non-collapsed selection.
2 participants