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...
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...
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'...
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...
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.
...
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)...
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...
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...
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...
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( ...
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...
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...
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...
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)
{
...
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 ...
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.
...
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...
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 ...
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 add on(using XUL not html window)
...