Krzysztof Krztoń

Results 76 issues of Krzysztof Krztoń

## Are you reporting a feature request or a bug? Bug ## Provide detailed reproduction steps (if any) When building `ckeditor4-docs`, webpack Angular compilation (starting from `2.0.0` version) throws `An...

status:confirmed
type:bug

## Are you reporting a feature request or a bug? Bug ## Provide detailed reproduction steps (if any) 1. Go to any CKEditor 4 Angular sample with native spellchecking enabled....

status:confirmed
type:bug

## Are you reporting a feature request or a bug? Bug ## Provide detailed reproduction steps (if any) Extracted from #89. 1. Go to https://ckeditor.com/docs/ckeditor4/latest/examples/angular.html#/forms. 2. Switch to `Source mode`....

status:confirmed
type:bug

## Are you reporting a feature request or a bug? Task ## Provide detailed reproduction steps (if any) Each tag pushed to remote is also treated as GH Release (https://github.com/ckeditor/ckeditor4-angular/releases)...

status:confirmed
type:feature

## Are you reporting a feature request or a bug? Task ## Provide detailed reproduction steps (if any) For CKEditor 4 React integration (`ckeditor4-react`) `ckeditor4` is both [peer](https://github.com/ckeditor/ckeditor4-react/blob/470e9ba60aac1df5ae9f54016b906b06d496eade/package.json#L50) and [dev](https://github.com/ckeditor/ckeditor4-react/blob/470e9ba60aac1df5ae9f54016b906b06d496eade/package.json#L59)...

status:confirmed
type:task

## Are you reporting a feature request or a bug? Task ## Provide detailed reproduction steps (if any) When running `npm run test:e2e` or `npm run test:e2e:all` the following warning...

status:confirmed
type:task

## Are you reporting a feature request or a bug? Feature request ## Provide detailed reproduction steps (if any) Extracted from #67, see https://github.com/ckeditor/ckeditor4-react/issues/67#issuecomment-572617602 for details.

status:confirmed
type:feature

The `karma.conf.js` file now uses CDN to load `ckeditor` package for tests. It makes sense in many cases because the integration will use already released packages, however it makes it...

status:confirmed
type:feature

Fix: Rendering is suspended during composition. Closes ckeditor/ckeditor5#3742. --- ### Additional information The fix introduces `CompositionObserver` which listens to native composition events. If composition is in progress the `renderer` will...

### Suggested merge commit message ([convention](https://github.com/ckeditor/ckeditor5-design/wiki/Git-commit-message-convention)) Feature: Support for lists indentation in pasted content added. Closes ckeditor/ckeditor5#2518. --- ### Additional information See ckeditor/ckeditor5#2518.