firefox

Page Entirely Blank Despite Having Source Code! (TinyMCE, FireFox)

Alright guys, here's a tough one... In reference to this page. The page will seemingly randomly not display the output of server when using Firefox (version 3.5). I have not seen this problem occur in Safari or IE. The best way to have the problem occur is just reload the page about 10 times and it ought to have happened by then, and...

HTTP headers "q" factor in firefox?

Hi, Does anyone know what the "q" factor HTTP headers emitted by Firefox 3 mean? It only appears in the Accept and Accept-Charset headers. For example: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,**/**;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 I've tried trawling the web but I haven't quite found the an...

Firefox 3.5 color correction hack?

Hello stackoverflow.com. After finally getting down to upgrading to FF 3.5, I noticed that some of my web pages have color problems. Specifically, say I have a PNG image with a color in it which is meant to be the same as the body's background color but when it is rendered it comes out as lighter than it should be on Windows. On Mac I'...

Firefox, Jquery and missing dom elements

Hi, I've come across a problem when trying to loop through all divs on a page. I can grab all the divs using $('div') in IE but not in firefox. I did the following as a test :- $(function() { var divs = document.getElementsByTagName('div'); alert(divs.length) var divs2 = $('div') alert(divs2.leng...

Identifying Video on a webpage

Hello All, I am trying to code a Firefox extension, that can get the video (youtube/vimeo) property (path, etc.) when a user right-clicks on it on a web page. The problem, i see is right-click brings menu system native to the player. Any pointer would be really helpful. Thanks. ...

Firefox/Gecko control interfering with Windows Forms key presses

Edit: In addition to the bounty, we're willing to pay $250 to have this bug fixed in the Firefox/Gecko codebase. Here is a simple test project (Visual Studio 2008 C#) that reproduces the problem. Edit #2 we're willing to pay $600 to have this bug fixed. See above for sample project that reproduces the problem. We have a Firefox (Gecko)...

Multiple Firefox Versions on Same PC

I develop various web apps, use CSS and JavaScript extensively, and need to be able to test them on both FF 3 as well as FF 3.5. Of course, installing 3.5 overwrites 3.0, so I was wondering if its possible (and if so, how) to run both Firefox 3.0 and 3.5 on the same system, or am i stuck having to use 2 different systems? I am using Wi...

CSS Problem in FireFox 3.5

Hi every one! I am developing an ASP.NET project with C#, and I wrote a page named gs.aspx which just writes resources like JS and CSS to the response according to the request and i's query strings. I have the header like this: <head runat="server"> <title></title> <asp:Literal runat="server" ID="litHead" EnableViewState="false...

firefox (Gecko) conditional style sheet

Hello world, today I'm trying to optimize my website for a better rendering in firefox! my problems are the text-shadow and font-weight properties ... I would like to set custom values only for firefox (my website is mac only compatible so I don't need IE compatibility) but I don't wont to use separate style sheet for only these two prop...

jQuery advice: How can I improve this function for scrolling elements into view?

I've created a function that scrolls a given child element into view within its parent. It goes as follows: function keepScrolledOver( elem ) { frame = elem.parent(); var scrollPos = frame.scrollTop(); var offset = elem.attr( "offsetTop" ); // If the element is scrolled too high... if( offset < scrollPos ) { frame.scrollTop( ...

Inline SVG in HTML, with Firefox 3.5

Hi, I'm trying to create some mixed HTML/SVG content and having some trouble. The HTML content shows up as expected, but the inline SVG does not. So, I do some experiments. I find sites which have examples of inline SVG, and they render correctly on my system. So, I "view page source" and copy/paste the HTML/SVG into another local file...

Is there any way to communicate between my .exe application and Firefox?

Hi, Is there any way to communicate between my .exe application and Firefox? Because, I have my own webpage. I'm using FireFox to browse it. I have an application (in c++) to process a piece of HTML code from my webpage within FireFox. My application can print something directly to printer (raw print). Since now, I coudn't access fi...

Why does update panel not work in FF

Hi, Why does the following code perform a partial render in IE but not in FF? In FF, the time on the outside of the updatepanel will also refresh, not so in IE. <form id="form1" runat="server"> <div> <%=DateTime.Now.ToLongTimeString() %> </div> <asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRe...

Why Does FireFox Not Include the .xml Extension when Downloading a File?

OK. I'm sure it does download XML files with the .xml extension, but I'm wondering what is missing in the code here to cause the .xml extenstion to be missing from the downloaded file. Note: This works in IE 6+ (didn't try WebKit based browsers or Opera) private void GenerateXmlAttachment(string xmlInStringFormat, string fileName) { ...

Comodo certificate apparently recognized in IE but not FF/Seamonkey/...

I am trying to get a Comodo certificate recognized on a webserver written in Python using ssl. When I visit in IE8, the certificate is recognized without difficulty. But when I visit with Firefox 3.0.11/Ubuntu, it says the CA is invalid. Should Firefox recognize Comodo certificates without giving an invalid CA warning? What can I do to ...

does not update the width and height in firefox

When I insert records with jQuery("#table").append(..) in a table, taking the height and width of the table jQuery("#table").width() or jQuery("#table").height(), is not updated. If before taking that write "alert('something');", it works well. ...

Selenium running as junit in ant prematurely closes browser but not in IDE

I've got a bunch of selenium test cases set up in a JUnit class as four methods. The first runs fine - but the remaining three close the Firefox browser before the final step of the method is complete - giving a ERROR: Command execution failure. Please search the forum at http://clearspace.openqa.org for error details from the log windo...

CSS table cell padding issue in Firefox and IE8

I am having some serious issues trying to tweak my layout in a table. In Firefox I get weird top/bottom padding inconsistencies with all text. In both Firefox and IE8 I can't seem to make my icons appear vertically centered in their cells either. See as follows: Here is my table css: table.maxwidth { width: 100%; } table.standard ...

How to access parent.document elements using JQuery in firefox?

For example: $(elementid,top.document).attr(attributeName) or $(elementid,parent.document).attr(attributeName) works in IE or Chrome but doesn't work in Firefox. Does anyone know what the firefox equivalence is? Thanks! ...

How to show the MSN like window in the bottom right corner of the screen using the Firefox Plugin(using XUL not html window)

How to show the MSN like window in the bottom right corner of the screen using the Firefox add on(using XUL not html window) ...