Dojo example.
The border color of all cells is changed. If you re-open the table wizard and follow the same steps only the selected cell border color is set (expected). This behavior is not reproducible with tables added through the createTable tool.
The border color of the selected cell is changed.
The Editor table wizard does not apply styling to all cells
The specified border is not applied. Selecting the February header instead and repeating the steps above applies the border styling
The styling applied through the wizard should be applied to the table cell
Can the 'Insert Hyperlink' popup within the mini and full Editors be expanded to allow users to create different types of links e.g. email, web, anchor.
The 'Hyperlink Manager' in the ASP.NET AJAX tools is the blueprint for what we are looking for here - something that a non-technical user can use to create different types of hyperlinks easily and intuitively within the Editor.
The fact that you can select items from the Document Manager, use CSS classes to style the links, etc. is a real plus here too.
Hi,
We are facing an issue as follows.
1. We type some ordered or unordered list and we move cursor one left or right.
2. We do select all and backspace to delete entire list.
Issue: First index or bullet never gets deleted does not matter how many times backspace is clicked. On inspecting dom we can see list structure is retained and does not get deleted.
Please find attached video.
Thanks
Hi,
In trying to use the Table Wizard in the Editor, I can see an 'Alignment' option which allows me to set the text alignment (<table style="text-align:center;">) - but I don't see an option for the physical placement of the <table> itself within the HTML.
While I know the 'align' property for the <table> object has been deprecated, we can obviously use <table style="float:right"> - but this requires a user to manually edit the HTML the Table Wizard generates after it has been created, which kind of defeats the object of having a wizard.
We are actively trying to minimise the amount of HTML knowledge people need to use these tools, and the Wizard UI is a definite positive step here - can there not be an option added to it to allow this positioning to be selected in the wizard too?
Thanks,
Steve
It will be a nice feature if it is possible to delete the tables inserted in the Editor by selecting them and then pressing the Delete/Backspace button.
Currently, this behavior is working in Internet Explorer as it can be observed in this video.
Dropping an image into the Editor's content results in the image being opened in the browser instead of being added to the widget's content. Reproducible in Chrome, IE and Edge. If there is existing content and the image is dropped in it, the image is added to the content as expected.
Regression introduced in 2019.2.619.
Related to #4994
The image is opened in the browser.
The image is added to the Editor's content.
Issue is only present in Firefox, Chrome does not allow selecting multiple cells.
The editor used for this was from the Demo Page:
Currently, the images in the Editor component are being handled as base64 code. Inserting larger images could cause browser issues.
This is why it will be nice if there is a built-in functionality that enables configuration options to setup upload for images on Drop/Paste upload and insert links to the destination path.
Features of this functionality:
Dojo example.
The Editor adds an extra
element after the nested table:
<p> </p>
No empty paragraph is added on pasting content.
When setting a special font of a given paragraph in the Editor component, if the "x" of the Font dropdown is pressed it will reset the font of this text to the default one. If we then want to change the format of a given paragraph(make it bold for example), we select the paragraph and click on the "Bold" button. The text which is being bolded is the one which font was previously reset, not the selected text which we expect to become bold.
The reported behavior is applicable to all styles - bold, italic, underline, text alignment, ul, ol.
When changing the style of a given selected text, after there was a font reset in the Editor, the new formatting we set is being applied on the text which font was reset, not on the selected one.
No matter the operations performed in the Editor when formatting a selected text, the format changes should be applied to the selected text only.
The fontSize tool gets focus after text selection.
* Open and run https://dojo.telerik.com/oRuLayir demo.
* Select /highlight Line4, choose 16 in the fontSize dropdown.
* Put the cursor at the end of Line6, select Line4, Line5 and Line6 using the mouse. Note that the keyboard focus has shifted to the fontSize dropdown.
The fontName tool shows an incorrect font name and gets focus after text selection.
* Open and run https://dojo.telerik.com/OHOHikin demo.
* Set the cursor to Line1, note an incorrect value in the fontName dropdown.
* Select/highlight Line4, choose Arial in the fontName dropdown and note an incorrect value in the dropdown.
* Put the cursor at the end of Line6, select Line4 and Line5 and Line6 using the mouse. Note that the keyboard focus has shifted to the fontName dropdown.
Once the content area is blurred it can be focused only by clicking its upper part.
Regression introduced in R2 2019 SP1. Reproducible only in Chrome.
Demos. Screencast.
Content is not focused.
Content is focused.
Copied text is pasted with some (editor's ?) styles.
1. Open the Demo page in the Edge browser:
https://demos.telerik.com/kendo-ui/editor/index
2. Copy some words (e.g. "Kendo UI Editor") from the editor's default text.
3. Paste them at the end of the text.
4. Open developer tools (F12).
5. On the Elements tab, select the pasted paragraph and check its style, you will see <span style="display: inline !important; etc.
Unable to resize a column inside a table inserted in Editor
This is a regression represented after Kendo UI 2019.2.619
Please check this video for more details
The columns inside a table should be resizable.
Is it possible to have several Kendo UI Editors on one page with a single toolbar?
Regards,
Pål Christian Eidem