Tomasz Jakut
Tomasz Jakut
Rebased onto the latest `master`.
Rebased onto the latest `master`.
This is the intended behaviour. However I must admit that it can cause some accessibility issues. Yet changing focus order will be a breaking change. So due to that I...
It is possible to select the element by keyboard. Put cursor after the form element and press Shift+Left arrow. Then by clicking input button in the toolbar, the correct dialog...
Yes, it could solve them, however not in all browsers supported by CKEditor 4 (e.g. it wouldn't work in any of Internet Explorer versions). Additionally, the whole paste flow in...
Yup, we would probably need to keep another set of tristate-like constants. In fact it's very similar to `true | false | undefined` yet I find the latter more intuitive...
I've updated the config variable to take three possible values: `true`, `false` and `undefined`. The `undefined` is the default one, connected with the current behavior of "Lock ratio" (so indicating...
Rebased onto latest `master`.
I've updated the manual tests. Now there are three separate tests for each value of the config variable (as testing steps are different enough for that). I've also enabled `aspectratio`...
I'm not able to reproduce the issue on the latest version of CKEditor 4 (4.20.1). Tested on [https://jsfiddle.net/Comandeer/j90qxL1c/](https://jsfiddle.net/Comandeer/j90qxL1c/) – it's the same demo as the original one from the report...