Community
Participate
Working Groups
Steps: 1. Create a new file ("new.txt") 2. Open it. In my case: http://localhost:8080/coding.html#http://localhost:8080/file/BR/new.txt => "Fetching /file/BR/new.txt" stays for ever => Errors in Firebug console: "TypeError: fileService[funcName] is undefined" (twice) 3. Keep editing, and then try to save => "TypeError: fileService[funcName] is undefined" again, save failed 4. Click on the Orion icon in the top left corner => "uncaught exception: [Exception... "Component returned failure code: 0x80004002 (NS_NOINTERFACE) [nsISupports.QueryInterface]" nsresult: "0x80004002 (NS_NOINTERFACE)" location: "JS frame :: file:///C:/Documents%20and%20Settings/Administrator/Application%20Data/Mozilla/Firefox/Profiles/p9mdzysh.default/extensions/ietab@ip.cn/components/nsIeTabWatchFactory.js :: anonymous :: line 226" data: no]"
Created attachment 190646 [details] "Fetching..." should go away
Clearing the plugin registry fixed all the problems. But how could I know I have to do it first?
This is the problem John wrote about on the mailing list. The problem is that the plugins service signature is persisted instead of just cached and when the fileservice changed we did not handle this correctly. This is something I'll work on for M6.
This works.