Ticket #1021 (closed defect: fixed)
ExtendedFileManager masks ImageManager
| Reported by: | gogo | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin_ImageManager | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
(Tracking ticket about to commit).
If you use the ExtendedFileManager? plugin and the ImageManager plugin, if ExtendedFileManager? is loaded after ImageManager it will mask ImageManager (make it not work), because they both override Xinha.prototype._insertImage.
Change to be commmitted will correct this so that is ExtendedFileManager? is loaded after ImageManager then ImageManager will continue to be used for insertImage (and ExtendedFileManager? will continue to be used for it's own button).
One day the two plugins should be merged into one which does all the same functions as both, ExtendedFileManager? used to be like that originally I think but it didn't keep up with things added to ImageManager in the time before ExtendedFileManager? came over to Xinha. I suspect the easiest way would be to add the missing features from ImageManager to ExtendedFileManager?.
