Archive

Posts Tagged ‘firefox’

How to edit Word and Excel documents in Sharepoint 2007 using Firefox

April 8th, 2010 Jason Samuel No comments

Yes, we all know how much of a pain it can be when you want to edit an Excel or Word document in Firefox but it opens up in Read Only mode.  With IE 8 and Office 2007, you would get a popup like this asking what you want to do when you left click on a document:

but in Firefox, you only get to download the document.  No option to edit it like this:

The quick solution I found that works for me is to install a couple of plugins for Firefox.  There are 2 ways to get around this:

1. Install the Coral IE Tab pluginhttps://addons.mozilla.org/en-US/firefox/addon/10909- This allows you to switch whatever page you are looking at into a page rendered by IE but you are still in your Firefox tab.  You can also right click on your page in Firefox and open it in a new tab using IE so you have both versions.  Just use the “Switch Rendering Engine” option.  You can also have it actually open up in IE as well in a brand new IE window.  I PREFER CORAL IE over any other plugin because look how easy it is to change your rendering engine.  Just click the icon in the bottom right and your page is displayed in that browser . :)

Firefox + Sharepoint:

IE being rendered in Firefox + Sharepoint:

2. Install the IE View Lite pluginhttps://addons.mozilla.org/en-US/firefox/addon/1429 – This allows you to to right click on a page and quickly load the page up in a new IE window.  Kind of like Coral IE but a “lite” version of it that only allows opening up a secondary window.

I know, not the easiest solution but it works for now until I find a better way.  MS treats Firefox like a second class browser with no AJAX or rich text editing for some reason.  All this will change with Sharepoint 2010 but for the great majority of the world that will remain on Sharepoint 2007 for a while, we have to come up with workarounds.  Looking forward to May 12th, 2010 when it’s officially released along with Office 2010. :)

You’ll notice a lot of nice little features you are used to in IE missing when browsing your Sharepoint site with Firefox because of this.  One thing I miss but haven’t looked into is getting the “Open with Windows Explorer” action back.  This “Explorer View” uses WebDav (http://en.wikipedia.org/wiki/WebDAV) to open a connection straight to your Sharepoint document library in a familiar Windows Explorer interface making it easy for end users to upload, move, rename, etc. in bulk. I am heavily dependent on this feature myself.  I’m thinking Firefox has to have some kind of WebDav plugin installed to get this working.  I’ll look into it and post here if I find something.

One thing to note, and I haven’t tried it yet, is that some guys over at Codplex are working on some basic Sharepoint 2007 + Firefox integration here:

http://wssfirefox.codeplex.com

The only reason I haven’t tried it out is because of the server side components that need to be installed.  I need to get around to trying it on one of my test farms at some point.  Most enterprises are not going to support Firefox anyhow so it’s not a priority issue to get resolved for me.  More of a personal challenge. :)

Getting Firefox to pass Active Directory credentials to Sharepoint 2007

February 8th, 2010 Jason Samuel No comments

Here’s a simple pointer you can use when using Firefox with Sharepoint 2007 that makes life much easier.  The first thing you will notice when visting your Sharepoint site will be a pop-up box asking you to login.  This is because by default Firefox won’t pass NTLM credentials like Internet Explorer does. You have to specify trusted URLs that Firefox will pass credentials to.  In the pop-up box, you will see the site or server name it’s trying to authenticate against.  Just use your mouse to highlight this and press Ctrl + C to copy.  Cancel the login box and in your address bar, type the following:

about:config

These are the advanced settings for Firefox where you can customize pretty much anything on the browser.  Click the “I’ll be careful, I promise!” button and scroll down until you find:

network.automatic-ntlm-auth.trusted-uris

Double click on it and press Ctrl + V to paste your URL.  You can add more URLs by seperating them wite a comma like this:

http://sharepointsite1, http://sharepointsite2, http://sharepointsite3

Now trying navigating to your Sharepoint site and it will automatically login.