Tomasz Jakut
Tomasz Jakut
> I think that in the Chrome's rules, the first expectations are reasonable because Chrome keeps the style of start boundary of the range as far as I've investigated. I...
I can confirm that labels are missing for the buttons. However, these buttons aren't focusable via keyboard. Probably the better solution would be to: * hide these buttons completely from...
I've done some research on it. The logic in the `tableselection` plugin removes the content from the selected cell and then attempts to remove an empty table fragment (which is...
I can confirm the issue. It's visible in the "Text field" dialog. When inserting a new field, pressing Ctrl+V in any field will result in focusing the "Value" one but...
The issue is connected with the accesskey for the "Value" field: https://github.com/ckeditor/ckeditor4/blob/a7b0d54376a794f65bce64086bd5f6bb51cb02d9/plugins/forms/dialogs/textfield.js#L105
Please note that our GitHub issue tracker serves for reporting bugs and new features only. Unfortunately, your request is neither of them, therefore please leave your question on [Stack Overflow](https://stackoverflow.com/questions/tagged/ckeditor)...
[According to WCAG 2.1](https://www.w3.org/TR/WCAG21/#non-text-contrast), the contrast ratio between the unfocused state and the focused one should be at least 3:1. As the current focus indicator is drawn on top of...
Probably the slightly better approach would be to make the dimensions, located below the grid, editable. In such case keyboard would focus inputs, avoiding the whole grid. IMO it would...
We should also think about the mechanism of associating editor toolbars with editors, which will be especially useful for multi-root editors. I can think of two methods: 1. using the...
After some talking with @mlewand and @beatadelura we decided that the purpose of the ticket should be broaden. The current implementation of pasting images is based on converting them to...