Questions tagged [firefox4]

Version 4 of the Mozilla Firefox browser. Released on March 22, 2011. This version was supported until June 21, 2011.

Mozilla Firefox is a free and open source web browser developed for Microsoft Windows, OS X and Linux (including Android) coordinated by Mozilla Corporation and Mozilla Foundation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. wikipedia

176 questions
93
votes
7 answers

Firefox 4 : Is there a way to remove the red border in a required form input?

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. I think this is disturbing…
Cyril N.
  • 38,875
  • 36
  • 142
  • 243
82
votes
3 answers

Chrome : make non resizable textareas

By default, Chrome makes my textareas resizable. I wish to control this and either make them only vertically resizable, or not at all. How can I achieve this ?
glmxndr
  • 45,516
  • 29
  • 93
  • 118
70
votes
4 answers

Firefox 4 onBeforeUnload custom message

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 does not show my custom message. The default…
JoJo
  • 19,587
  • 34
  • 106
  • 162
67
votes
10 answers

Error: Attempt to run compile-and-go script on a cleared scope

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 find about this on the net currently is on the mozilla…
nickf
  • 537,072
  • 198
  • 649
  • 721
25
votes
6 answers

Why "Prevent this page from creating additional dialogs" appears in the alert box?

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 creating additional dialogs" and a checkbox. What does this…
Misha Moroshko
  • 166,356
  • 226
  • 505
  • 746
16
votes
2 answers

CSS Transparent Border Problem In Firefox 4?

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: Untitled Document