FF 3.6 breaks webpage preview of files ending with .php extension
Posted in Firefox on March 19th, 2010 by Saba – 5 CommentsRegarding Firefox 3.6 (Mac OS X)
Currently using FF 3.5.8 (Mac OS 10.5.8). I use Text Wrangler to code web pages in html with php includes. I save as UTF-8 (no BOM) with .php extension. I am able open and preview these files on local host as webpages using Firefox 3.5.8 and earlier – but not 3.6.
Maybe this has to do with Safari reading only extensions and not MIME types?
Error console reports: “Error: dialog is null” Source file: file:///Applications/Firefox.app/Contents/MacOS/components/nsHelperAppDlg.js
Others have reported that FF3.6 breaks preview in Dreamweaver pages, but over at the Firefox Support Forum someone replied that a fix was coming at the end of March. Will this fix address the issue I am having as well?
Please note, I do not expect to and do not care to preview the pages with php includes; I only want to preview them in browser mode so as to correct or tweak the html and css, before uploading to server.