ckeditor / ckeditor4-angular

Official CKEditor 4 Angular component.
Other
55 stars 32 forks source link

tabIndex not working #41

Closed jindalrohit closed 4 years ago

jindalrohit commented 5 years ago

@f1ames : I am using the code below but tab index is not working.

<ckeditor [config]="{tabIndex:2, toolbar: [ 'bold', 'italic' ]}" [editor]="Editor" name="item"
                [(ngModel)]="item"></ckeditor>
f1ames commented 5 years ago

Could you add more details on this issue, what is your expected behaviour (do you have other elements with tabindex attribute, etc) and what is actual behaviour?

The tabIndex config works fine in CKEditor 4 itself (see https://s.codepen.io/f1ames/debug/mdbreYq/yoAZEOzjDYjr) so it should also work fine for Angular integration 🤔

Dumluregn commented 4 years ago

Hi, It's been a while since we last heard from you. We're closing this issue for now. Still, feel free to provide us requested feedback, so that we can reopen this issue.