Community
Participate
Working Groups
In the fix of bug 350410 , it assumes that inputManager always has getFileMetadata function. e.g. line 48 at eitorCommands.js : var etag = this.inputManager.getFileMetadata().ETag; The input manager passed by compare editor does not have it yet , I will add this function.
fixed with ff4131cd6f9efb6ce7a98c5f7a7bba0cd25d29c6. Added the inputManager.getFileMetadata function.
*** Bug 351452 has been marked as a duplicate of this bug. ***