views:

117

answers:

2

I'm getting used to this toolbar, it is so cool to edit the page on the fly and see what I'm changing...

THe only problem is that my JavaScript stops to work after (or while) i'm editing, and I need to save an refresh the page... Did I miss any option? Is there any other tool that does this?

+1  A: 

Firebug. I almost never use Web Developer anymore. (resizing feature is nice though)

altCognito
Same thing, Try even here on stackoverflow to change the text "add comment" with something else and then click on it, it loses the effect.
Andrea Ambu
Got it, I wonder if it's readding the element or something along those lines. If that's what it's doing, and I imagine that's the case, then there's really no solution except rebinding the event to the element.
altCognito
A: 

You wont be able to see the changes unless you save and refresh. So Save and Refresh seems Ok to me. Can you tell us examples of what happens?

Shoban
I see the changes in "real time" without saving, i.e. I change the text in a div... but while (and after) i'm doing this JS events/effects do not work (onclicks, rollovers...)
Andrea Ambu