firefox4 Questions

2

Solved

If I create an IndexedDB in Firefox 4, where are the files stored on my hard drive? Preferably for Win7, but the path is probably similar across OSes.
Oleograph asked 18/3, 2011 at 23:11

3

Solved

I want the url to be opened in Firefox by Powershell script To make things a bit difficult, Firefox is not the default browser and it is a portable Firefox version. Edit: There seems to be some...
Burble asked 25/4, 2011 at 8:26

7

Solved

When required is defined in a form field, Firefox 4 automatically shows a red border to this element, even BEFORE the user hits the submit button. <input type="text" name="example" value="This ...
Burin asked 9/5, 2011 at 15:50

6

Solved

I want to be able to open a link in a new tab in Selenium 2. Also i want to close the tab when i am finished interacting with the page. How is this possible if I have a WebElement of an <a> t...
Earleneearley asked 17/5, 2011 at 14:21

6

Solved

In my Rails 3 application I do: render :js => "alert(\"Error!\\nEmpty message sent.\");" if ... Sometimes, below this error message (in the same alert box) I see: "Prevent this page from crea...
Margetts asked 1/5, 2011 at 12:36

3

Solved

Any ideas? I've tried setting webdriver.firefox.useExisting=true as described in the link below hoping to reuse an existing window with firebug enabled, but no such luck. http://code.google.com/p/...
Merciful asked 19/5, 2011 at 21:29

3

Solved

I really love the box-sizing property of CSS. In Chrome, IE8+ and Opera (don´t know since which version) this is supported. Firefox 4 seems to ignore it. I know there is the -moz-box-sizing proper...
Faircloth asked 29/4, 2011 at 6:58

2

Solved

It seems, from what I read, that we will not have a JSSH for Firefox 4, and therefore no FireWatir. I have several scripts that run well on FireWatir, and of course I would like to update my Firefo...
Dyspnea asked 21/3, 2011 at 17:13

2

When you use a input type of url instead of the standard text. Firefox 4 will not submit the form without http:// or https:// in the input box. All I'm after is a URL without the protocol such as...
Beason asked 3/5, 2011 at 20:8

2

I have worked with selenium for like 3 months. My tests worked fine in Firefox 3.6. However, when I update to Firefox 4 and selenium-server 2.0b3, there is a problem with the confirmation dialog. ...
Endo asked 9/4, 2011 at 1:52

3

I am tired of websites blocking my CMD+c and CMD+v copy/paste. Especially when their JavaScript code allows CONTROL+c and CONTROL+v to pass by without being captured. I want to use the new CAPS sec...
Misunderstood asked 4/4, 2011 at 7:17

10

Since upgrading to Firefox 4.0, I've noticed that I'm occasionally getting an error in the console stating: attempt to run compile-and-go script on a cleared scope The only information I can f...
Passkey asked 25/3, 2011 at 13:57

4

Solved

In Firefox 3, I was able to write a custom confirmation popup with: window.onbeforeunload = function() { if (someCondition) { return 'Your stream will be turned off'; } } Now in Firefox 4, it...
Theodoratheodore asked 22/3, 2011 at 22:44

2

Solved

In an attempt to upgrade the jQuery plugin 'iCheckbox' (http://stackoverflow.com/questions/6032538/) to work above jQuery 1.4.4 I found out that the use of animate({backgroundPosition:'10px 0px'}...
Gilead asked 12/6, 2011 at 14:0

4

Solved

I am looking into ways to extend Firefox pop-up blocking from an extension. One option is replacing window.open() (or rather Window.prototype.open()) in the webpage by a wrapper function. An import...

2

Solved

I learned how to use Firefox 4 with watir and webdriver (on Win7 x64), setting profile items. Example: profile = Selenium::WebDriver::Firefox::Profile.new profile["browser.download.useDownloadDir"...
Antecedent asked 29/3, 2011 at 13:32

1

Solved

Check out: http://test.pocarr.com/coaching-backing/ In Chrome and FF4, the page loads scrolled halfway down the page. I am completely stumped about what could be causing this. Any ideas? EDIT: I ...
Derr asked 19/7, 2011 at 19:5

2

I have been struggling with some memory leaks using jQuery in all major browsers, and am looking for some help. I've read many articles on memory leaks, references, circular references, closures, e...
Papaya asked 12/6, 2011 at 17:5

1

I work on web accessibility for blind people interacting with a screen reader Jaws and a vocal synthesizer. I am using x/html with wai-aria and JavaScript to design accessible web pages of a questi...

5

Solved

This code was working fine until i went to firefox 4 and now it requires two clicks on the same image for the resize to work? Any thoughts? Here is the code. $(document).ready(function(){ $("#sl...
Bred asked 7/4, 2011 at 15:13

1

Solved

I am experimenting with some css3 transitions. I put together a quick slider test and it works well in the webkit family. In Firefox 4, the first time you click on the left link the slider is suppo...
Huston asked 8/6, 2011 at 22:9

2

Solved

I'm trying to create a pure CSS triangle for a tooltip. All browsers looks fine except for the latest Firefox 4. Here's the code: <!DOCTYPE html> <html lang="en"> <head> <meta...
Alcaraz asked 3/6, 2011 at 9:29

1

Hope I can get some help here. I am using latest version of firefox and firebug. I want to watch network activity when I reload a page and view my site. But as soon as I reload then firebug disap...
Britishism asked 22/5, 2011 at 17:3

2

Solved

3I'm changing the width of a file input HTML tag: <input type="file" id="newFilename" name="Filename"> input[type="file"] {width:380px !important} In Firefox 3, Chrome and Safari it works ...
Volga asked 6/4, 2011 at 12:15

1

Solved

The FF4 delivers an app tab feature and it looks like both Gmail and Twitter have some notification code when a new mail or tweet come the app tab would look like a litter lighter. Does any know ho...
Felic asked 13/4, 2011 at 5:43

© 2022 - 2024 — McMap. All rights reserved.