Hello,
Firebug is awesome in reporting the relative time when an HTTP request was made with respect to the 'DomContentLoaded' and 'load' time. However, once the 'load' event occurs (seen by the red line on the timeline), the requests thereafter do not have any information about how later they occurred with respect to the two events.
To...
Firefox recently blacklisted the plugin that allows xbaps to work in firefox
This is a huge problem for me as one of my companies enterprise products is a web application that makes use of an xbap and must work in firefox.
Does anyone know if there is an update to the blacklisted plugin or if it is possible to overwrite the blacklist a...
I'm currently starting Firefox on Kubuntu 9.0.4 from my .kde/Autostart directory.
Firefox is starting fine, but it doesn't grab the focus in the KDE desktop.
This is a problem because Firefox is set to start full-screen. As it does not grab focus, the KDE taskbar is still visible over the bottom of the Firefox screen. As soon as I select...
The problem is quite simple, but i spend too much time search for answer. So if someone can throw a little lihgt on the problem.
The CSS -moz-border-radius works with div, but i try to make it work on img.
-webkit-border-radius works flawless on img in Chromium.
Also i have tried to wrap image in div who is having rounded corners and use...
I've looked into this problem, found that it is Bug 201307 in firefox.
I also know that the "fix" is to apply overflow:auto; to the fixed box.
My issue is that I can't use that fix! I have a child element absolutly positioned outside of the fixed element. Is there another solution to this problem?
I can't show the example, but the co...
So I'm working on a firefox extension that we'll be using internal (thus not terrible worried about security), and I'd like to be able to interact with the functions and values defined in the javascript of a webpage. I'm having trouble reliably finding variable definitions.
Take for example gmail, it has a VIEW_DATA list that has email...
Hi,
Where does Firefox store the contents (text messages) of the Error Console. The errors, warnings, messages etc. are stored somewhere as Firefox retains them even if the browser is closed and re-opened.
I tried to search the entire profile folder but couldn't find out which file or sqlite DB these error console messages are written ...
I have this html page which is very simple, it contains a text box and a submit button, what I want is when typing something in the text box and pressing enter the function in the onclick event of the button gets called. It's working in IE and Google Chrome but not working in FireFox, is this a normal behavior of FireFox or there's somet...
I need the ability to automatically check if the current user has a certificate installed from a specific issuer in the Firefox certificate store on Linux. Ideally I'd like to be able to this from outside of Firefox however doing it from a plugin is also an option.
The best I've come up with so far involves chaining certutil and grep bu...
Hello everyone.
Im developing a small web aplication, used in a shared computer.
When the user closes the browser window, i want the session and the authentication to be deleted.
In the Login page i use something like this to authenticate the user:
FormsAuthenticationTicket authTicket =
new FormsAuthenticationTicket(1,txtUser.T...
Hi guys,
I've got a multilingual site, that allows users to input text to search a form field, but the text goes through Javascript before heading off to the backend.
Special chars like "欢" are being properly handled in Firefox, but not in any version of IE.
Can someone help me understand what's going on?
Thanks!
...
I'm trying to stop Firefox from adding an outline when links are clicked or followed (a:active).
I don't want to get rid of the outline on a:focus, because as we all know that's a kick in the nuts for keyboard only users.
In theory, the following should work:
a:active { outline: 0; }
But it does absolutely nothing in Firefox 3.5.3
...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- load jquery and load it before anything else -->
<!----------------------------------- Developement links ----------------------------------------------------...
I installed a Flash XML image slider on my site and it works perfectly in Firefox but will not display in IE. The demo version displays in IE, but not on my site. I'm completely stumped and would appreciate help!
The URL of my site is http://www.omgblog.com
I've included the code below. Thank you for any help you can provide! Best, Fra...
I've recently been working on a website that uses a mix of png and jpg files. I used a few jpgs because of size issues. Everything was working great, until I tested it in IE. In all versions of IE that I tested it in, the jpgs were lighter, and the colors didn't match with my pngs.
Firefox:
IE:
As you can see, this is a bit of a ...
Hello,
I got stuck among the weared behaviour of browsers. Ihave a div which has a background image which has color code #fbc61e so i set the background color of div to #fbc61e.
This works well in Inernet explorer. But when I render same page on firefox an edge appears between image and background where image ends.
When I analysed the...
I'm having trouble getting my table to behave. The content keeps overflowing and my attempts to restrict it are not producing the desired effect.
This is my markup:
<div class="repeatingdiv">
<div class="hastitle">Some title</div>
<div class="hastable">
<table>
<thead><tr><th></th></tr></thead>
<tfoot><tr><th></th></tr...
I noticed in my current project that Firefox (3.5.4) downloads the background image (set in CSS) for my divs more than once.
I've checked with both firebug and wireshark and it really does appear that it does not wait for the first request to finish and then simply use the cached version.
Wireshark also confirms that Chrome and IE8 do ...
I am having problems getting ALL of the information that is downloaded to a browser. For example, I want a plugin, ideally a firefox plugin to download the HTML content and monitor when I get a 302 redirect, and all header information.
So far, use Live HTTP Headers and Firebug. Both are fine.
With Live HTTP headers, I can't monitor ...
So if you use the PageSpeed plugin for Firefox, there's an Export Data feature under the Analyze Performance section.
So I've gone through our site and done an export on every type of page we use. Now I'd like to import all of this nifty info into a charting system or something so I can start studying the results. I did some searching o...