Om de ûnderfining foar jo te ferbetterjen is tydlik de funksjonaliteit dan dizze website troch ûnderhâldswurk beheind. Wannear in artikel jo probleem net oplost en jo in fraach stelle wolle, kin ús stipemienskip jo helpe yn @FirefoxSupport op Twitter en /r/firefox op Reddit.

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

javascript alert window is too small

  • 3 antwurd
  • 1 hat dit probleem
  • 8 werjeftes
  • Lêste antwurd fan cor-el

more options

This javascript:

function BadFormAlert(theErrorMessage) {
	var msg;
	msg  = "_____________________________________________________\n\n"
	msg += "The form was not submitted because of the following error(s).\n";
	msg += "_____________________________________________________\n"
	msg += theErrorMessage;
	msg += "\n\n_____________________________________________________\n\n"
	msg += "Please correct these error(s) and re-submit.\n";
	msg += "\n";
	alert(msg);
}

Produces a window that is 330 x 143 pixels in size. It is essentially unreadable. The variable "theErrorMessage" contains the text "- The guest account must not contain blank characters."

I'm using Mac OS X 10.6.8, Firefox 18.0.1, but I saw the same thing in Firefox on Windows XP. Don't know the Firefox version.

I've tried turning off all "Entensions" but that made no difference. This same Javascript has worked unchanged back to Firefox version 2 and as far as I can determine worked fine using Firefox 17

This javascript: <pre><nowiki>function BadFormAlert(theErrorMessage) { var msg; msg = "_____________________________________________________\n\n" msg += "The form was not submitted because of the following error(s).\n"; msg += "_____________________________________________________\n" msg += theErrorMessage; msg += "\n\n_____________________________________________________\n\n" msg += "Please correct these error(s) and re-submit.\n"; msg += "\n"; alert(msg); }</nowiki></pre> Produces a window that is 330 x 143 pixels in size. It is essentially unreadable. The variable "theErrorMessage" contains the text "- The guest account must not contain blank characters." I'm using Mac OS X 10.6.8, Firefox 18.0.1, but I saw the same thing in Firefox on Windows XP. Don't know the Firefox version. I've tried turning off all "Entensions" but that made no difference. This same Javascript has worked unchanged back to Firefox version 2 and as far as I can determine worked fine using Firefox 17

Bewurke troch cor-el op

Alle antwurden (3)

more options

Seems to be working fine here testing in the web console.

What are the dimensions of the Firefox window?

Can you attach a screenshot?

Use a compressed image type like PNG or JPG to save the screenshot.


function BadFormAlert(theErrorMessage) {
 var msg;
 msg  = "_____________________________________________________\n\n"
 msg += "The form was not submitted because of the following error(s).\n";
 msg += "_____________________________________________________\n\n"
 msg += theErrorMessage;
 msg += "\n_____________________________________________________\n\n"
 msg += "Please correct these error(s) and re-submit.\n";
 msg += "\n";
 alert(msg);
}
BadFormAlert("The guest account must not contain blank characters.");
more options

Here is what my "Alert()" is creating.

more options

Try to check for problems with the localstore.rdf file.

Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).

  • Do NOT click the Reset button on the Safe mode start window or otherwise make changes.

In Firefox Safe mode these changes are effective:

  • all extensions are disabled
  • the default theme is used (no persona)
  • userChrome.css and userContent.css are ignored
  • the default toolbar layout is used (localstore-safe.rdf)
  • the Javascript JIT compiler is disabled
  • hardware acceleration is disabled