Hi.

1.9.0a3, does not allow live manipulating CSS. So I have rolle back to 1.8.3.
I use FB for debugging javascript and fine-tuning af CSS - not much else.
Aybody know af an alternative toll, that is not corrupted by a lot of other stuff?

Birger Sørensen

Den 27-09-2011 13:28, Birger Sørensen skrev:
Link should have been
http://bbsorensen.com/ordbog/index.php?men=DownForm
my mistake.

Turns out, the reason was an error in the script - a missing { - which
Firebug usually displays as an error, but this time decided, that there
was no scipts on the page at all. Not very usefull.

The reason for the script, was to have the submission of the form do two
things - a download and displaying a message.
But to have a reasonable fallback for those with js disabled, I have
decided to do it differently, so the visitor now will have to click one
more time to get the download.
That can be done without the js - so there is now no need for the script.

I have installed Firebug 1.9.0a3 - but I am not able to tell if it makes
any difference.

Birger




Den 26-09-2011 15:45, Sebo skrev:
Trying to access http://bbsorensen.com/ordbog/?men=DownForm just
returns a 403 error for me.
Accessing http://bbsorensen.com/ordbog/ (without parameters) instead
shows me a page containing a "ordbog.js".
So everything works fine for me.
I tried this with FF 6.0.2 + FB 1.8.3 + Win7 (same as Birger)

Birger, if Firebug 1.9.0a3 is not fixing the problem for you, I'd
suggest you disable all extensions and test it again. If Firebug is
working then, it's a conflict with an extension. If it doesn't work,
then create a new Firefox profile and just install Firebug 1.8.3.

Please give us feedback, if that helps.

Sebastian

On Sep 26, 3:29pm, Jan Honza Odvarko<[email protected]> wrote:
On Sep 24, 7:33pm, Birger<[email protected]> wrote:> HTML (as
reported by HTML-validator&& Firebug itself):
<html lang="da-DK">
<head>
<title>Ordbog</title>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-
Type">
<meta content="DK" http-equiv="Content-Language">
<meta content="dan" name="language">
<meta content="text/javascript" http-equiv="Content-Script-Type">
<meta content="text/css" http-equiv="Content-Style-Type">
<meta content="Birger Srensen" name="Author">
<link href="index.css" type="text/css" rel="stylesheet">
<link href="forms.css" type="text/css" rel="stylesheet">
<script src="men_down_form.js" type="text/javascript">
<body>

This example is not complete. I used following:

<html lang="da-DK">
<head>
<title>Ordbog</title>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-
Type">
<meta content="DK" http-equiv="Content-Language">
<meta content="dan" name="language">
<meta content="text/javascript" http-equiv="Content-Script-Type">
<meta content="text/css" http-equiv="Content-Style-Type">
<meta content="Birger Srensen" name="Author">
<link href="index.css" type="text/css" rel="stylesheet">
<link href="forms.css" type="text/css" rel="stylesheet">
<script src="men_down_form.js" type="text/javascript"></script>
</head>
<body>
</body>
</html>

men_down_form.js:

function test()
{

}

Loaded using Firebug 1.8 + Firefox 6 and it works for me (I am seeing
content of the men_down_form.js script in the Script panel.

Script Tab in FF:
No Javascript on this page
If<script> tags have a "type" attribute it should equal "text/
javascript" or "application/javascript"

Seems to me, that the script tag is there, and the type is correct...
And yes debugging scripts is enabled (and works on other pages/sites).
Firebug version: 1.8.3
Firefox version: 6.0.2
OS: Windows7
page:http://bbsorensen.com/ordbog/?men=DownForm

I don't see any script on this page so, Firebug is correct by
saying: "No Javascript on this page"

Once upon a time the was a very usefull toll, called FireBug for
FireFox. Now a days it's trying to be a lot it isn't, and even the
basic things have problem functioning:
Breakpoints are skipped, except for the first time, making it
impossible to tab through execution - if it can find the source at
all.

Regarding the breakpoint, can you try Firebug 1.9, some related
problems
have been
fixedhttp://getfirebug.com/releases/firebug/1.9/firebug-1.9.0a3.xpi

(don't use Firefox nightly at this moment);

Honza



--
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to