On some versions of FireFox, the unistallation of the LiveEdit extension is not complete. As a consequence, Live Edit icons are still displayed in Nuxeo although the extension has been uninstalled.
To make sure LiveEdit is completely uninstalled:
- In FireFox, type "about:config" in the address bar.
- Search "network.http.accept.default".
- Edit the entry's value: delete the string beginning with "application/x-nuxeo-liveedit;" and listing all the mymetypes set for LiveEdit.
For instance, change
text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8,application/x-nuxeo-liveedit;ext0="application/vnd.oasis.opendocument.text";ext1="application/vnd.oasis.opendocument.spreadsheet";ext2="application/vnd.oasis.opendocument.presentation";ext3="application/msword";ext4="application/vnd.ms-excel";ext5="application/vnd.ms-powerpoint";ext6="application/vnd.openxmlformats-officedocument.wordprocessingml.document";ext7="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet";ext8="application/vnd.openxmlformats-officedocument.presentationml.presentation"
to
text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8.