Opened 18 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:1 Changed 18 years ago by
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [498].
Click here for more info about our SVN system.
https://sourceforge.net/tracker/index.php?func=detail&aid=1613777&group_id=75348&atid=543656 has been marked as dup.