BoldDesk®Customer service software offering ticketing, live chat, and omnichannel support, starting at $49/mo. for 10 agents. Try it for free.
When I use the insert image option in the RTE and browse for an image, it uploads that to the saveUrl.
If I click "cancel", it triggers the `imageRemoving` event.
However, browsing for a different image while the dialog is open uploads the second selected image, but does not trigger the first image to be deleted. This can result in unused images remaining on the server.
Hi Chris Hembrow,
We have validated the issue and planned to disable the browse button once the selected image uploaded successfully in the insert image dialog. If you want to select a different image, then you need to delete the previous image, which will trigger the imageRemoving event and then the browser button will get enabled.
We have logged a bug for the use case "Need to disable the browse button in insert image popup after uploading an image in RichTextEditor" and the fix for the issue will be included with our upcoming patch release on mid of August, 2024
Now you can track the status of the reported issue through this feedback,
Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.”
Regards,
Vinothkumar
Query: Need to disable the browse button in insert image popup after uploading an image in RichTextEditor
Feedback: https://www.syncfusion.com/feedback/59444/
We have included the fix for the issue "Need to disable the browse button in insert image popup after uploading an image in RichTextEditor" with our package version 26.2.9. So, can you please upgrade your package to the latest to resolve the issue from your end?
Sample: https://stackblitz.com/edit/angular-mguyru-tqx1bt?file=src%2Fapp.component.ts,package.json
Hello. This is not fixed in 26.2.9. According to here it is scheduled for v26.3.
We have slightly altered the expected behavior since the bug was identified. Disabling the browse button is not ideal as it prevents updating the image. Therefore, we have removed the previously stored image on the server after the new image is uploaded successfully.
Query: Remove the previous image on the server when the new image is uploaded into the Rich Text Editor.
Feedback: https://www.syncfusion.com/feedback/59444/
We have included the fix for the issue "Remove the previous image on the server when the new image is uploaded into the Rich Text Editor." with our package version 26.2.9. So, can you please upgrade your package to the latest to resolve the issue from your end?
Sample: https://stackblitz.com/edit/angular-mguyru-tqx1bt?file=src%2Fapp.component.ts,package.json
Hello. This is not working correctly. I can see it calling the 'removeUrl' in your sample, but you are not triggering the 'imageRemoving' event, so it is not possible to add credentials (e.g. by setting "args.currentRequest['withCredentials'] = true;"), so the POST fails if you need authentication.
This can be seen in your example, where the POST to `DeleteFile` is called, but 'removed image' is not logged.
Also, this is further failing in my local instance because the code makes an initial GET before attempting to delete the image, but this GET fails because it is unauthenticated, so the delete call never triggers.
Hi Chris H
Thank you, everything appears to be working as expected under 26.2.11
Hi Chris H
Thanks for the update. Please get back to us if you need any further assistance.