newday
newday

Reputation: 3878

What is the event that occur on the browser when Firebug is enabled?

I am working with SPRFlat Boostrap template. I am facing a problem, when I maximize the browser window after I minimize it. That is some CanvasJS graphs overlap. I need to refresh the page to fix the issue. However, when I enable the Firebug to debug the issue, I noticed that all the panels get reset.

I try to work with jQuery reset but it create another issue. My question is when the Firebug is enable what is the event occur on the browser? If I know it then I can handle the issue.

But if anybody can give me a hint to fix my main issue, that's also appreciated.

Upvotes: 0

Views: 38

Answers (1)

Sebastian Zartner
Sebastian Zartner

Reputation: 20125

Firebug does not expose any event to the website content.

To avoid Firebug influencing the viewport dimensions you can detach it using the Firebug Detach button button at the upper right side of the Firebug window.

Upvotes: 1

Related Questions