-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
BugC: EditorFP: UnplannedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: LowjQuery
Description
Bug report
Reproduction of the problem
- Run this dojo: https://dojo.telerik.com/nuzVFAFI/6
- Open the browser dev tools and clear the console.
- Copy the table below the Editor and paste it in the Editor
Current behavior
An error for the missing image is thrown:
GET https://localhost:63252/test.png 404 (Not Found)
Expected/desired behavior
No error is thrown, since the value of the background-image property has been replaced with "none" in the Editor events and the actual content the Editor visualizes does not use the image:
<tr style="box-sizing: border-box; border-style: solid; border-width: 1px 0px; background-image: none;">
...
</tr>
Environment
- Kendo UI version: 2024.3.1015
- jQuery version: x.y
- Browser: [Chrome XX ]
Metadata
Metadata
Assignees
Labels
BugC: EditorFP: UnplannedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: LowjQuery