Ticket #289 (closed Task: fixed)

Opened 19 months ago

Last modified 15 months ago

Remove the error alert from LoadScript and LoadCss

Reported by: fredck 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

Changed 15 months ago by martinkou

  • status changed from new to closed
  • resolution set to fixed

Fixed with [498].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.