-
**Description**
Hi,
I'm using the WebView2 control to render html page inside outlook plugin I implement. I've found that if I try to correct some spelling issue on the page using **left** mouse c…
-
## Type of report
Bug
## Provide detailed reproduction steps (if any)
1. Turn on NVDA.
1. Open the CKE4 sample with `wysiwygarea` plugin.
1. Focus the editor.
### Expected result
…
-
## Type of report
Bug
## Provide detailed reproduction steps (if any)
Use sample in docs:
https://ckeditor.com/docs/ckeditor4/latest/examples/mathtype.html
1. launch url above
2. click…
-
## Are you reporting a feature request or a bug?
Failing tests
## Provide detailed reproduction steps (if any)
1. Remove
```js
jasmine: {
random: false
}
```
from `karma.conf.js` file…
-
**Describe the bug**
https://github.com/Kunena/Kunena-Forum/issues/9501
![Bildschirmfoto vom 2023-04-27 15-58-35](https://user-images.githubusercontent.com/888847/234885121-cda8eaea-9150-4f19-9120…
-
how to set your ckeditor became readOnly state ?
-
In the StylesSet, when drop-down is opened, the first element look like it has already been applied.
You can see it on
https://ckeditor.com/docs/ckeditor4/latest/examples/styles.html
If i set foc…
-
Hi guys,
Not an "issue" per say but more of a "feature request". Would be nice if the RichText app in Cryptpad gave access to the Page Break plugin of CKEditor. Right now I don't see it in the tool…
-
## Type of report
Bug
## Provide detailed reproduction steps (if any)
1. Create a table in word by going to Insert -> Table (hit the dropdown) -> Insert table...
2. Select *AutoFit to window…
-
I use the following snippet for catching all routes for my cms static pages:
``` php
Route::get('{slug}', array(
'as' => 'page.handler',
'uses' => 'RouteHandlerController@index')
)->where('s…