Opened 17 years ago

Closed 17 years ago

#289 closed Task (fixed)

Remove the error alert from LoadScript and LoadCss

Reported by: Frederico Caldeira Knabben Owned by:
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: General Version:
Keywords: Cc:

Description

In fckeditor.html, there are alerts in the LoadScript and LoadCss function in case of error loading a file. The problem is that the error may get thrown if the page load is interrupted by the user, by click the browser's back button, for example.

Those alerts have only debugging value, mainly useful during a editor setup, but brings no effective value to it. We should either make it configurable, or simply remove those message, which would be the best option, as there are other tools to understand if a file loading is missing (Firebug and Fiddler, for example).

Change History (2)

comment:2 Changed 17 years ago by Martin Kou

Resolution: fixed
Status: newclosed

Fixed with [498].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy