Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Natao arisiva ity resaka mitohy ity. Mametraha fanontaniana azafady raha mila fanampiana.

javascript alert window is too small

  • 3 valiny
  • 1 manana an'ity olana ity
  • 5 views
  • Valiny farany nomen'i 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

Novain'i cor-el t@

All Replies (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