I am using that kind of tab to built my website, everything works but as soon as I open Firebug I can not click on the tabs anymore, they do not seem to switch anymore (I don't get any errors) (Chrome and IE work fine all the time).
And on StackOverflow I can not press the login button anymore, the tag auto complete doesn't work as well (I have to close and reopen my browser and keep the firebug closed).
I have no active breakpoints.
My software:
Firefox 38.0.5
Firebug 2.0.11
Maybe you have some ideas?
Related
I have Exit button in my page, when ever i clicked on that button,current browser tab should be closed.I wrote below code this is working in IE browser only but it needs to work in Chrome and Firefox.
Please help me.
Code:
window.top.close();
You can't do that in other browsers. If you check the console you will see:
Scripts may close only the windows that were opened by it
Okay, here's my problem. I wrote some JavaScript for a page, for some reason the page doesn't work in Chrome. The site does what I expect in Opera, Chromium and Firefox. In the Choom devtools there is a kind of error showing in the source tab showing "JavScript is disabled" in a mouse hover popup:
I turned off all chrome's extensions, Javascript in on in the content settings and I cleared all JavaScript exceptions I had, but this didn't seem to change anything. The weird thing (an other one) is that some other sites give the same alert icon in the devtools (including this one) but JavaScript works just fine.
If you perform the exact same functions in the console then, some of, the functions perform just fine.
Does anyone have an idea what I could be because I am out of idea's and it is really annoying that I have to switch browser to test the page (page is 'live' here). Thanks
Have you checked the DevTools settings? You might have accidentally enabled "Disable Javascript"
I'm working with an AngularJS app v1.5.8, it works fine in chrome and firefox. But when I go to IE11, the first time it loads, it works fine, but if the user refreshes the site, it won't render.
I disabled the cache, I disabled compatibility mode and I added the meta tags that force IE11 to use edge, but nothing happens.
I opened the developer tools and I saw the network tab, everything seems to be arriving from the server just fine.
The console does not show any error message.
Any ideas? Thanks in advance.
So I'm working on a big system using JQM and the problem I'm running into is that after I use a history.go(-1) to change page (with a cancel button) firefox breaks entirely. All pages on all open firefox windows and tabs no longer display correctly, and some of the UI buttons are even becoming more transparent. The page that I transition to has all coloration replaced with solid black. I don't know what to do to debug this because I don't know what's actually happening here. Could someone possibly explain what's happening to firefox?
Note: I have attempted to pick up an error message in the console, but when the firefox javascript console is open, the bug stops happening.
Response To:
Opening Popup Window is not working in firefox and google chrome
Hi,I have similar code in above question.My code works fine in IE.
this.parent.window.showModalDialog('Counter.aspx', '',
'dialogHeight:170px;dialogWidth:150px;status:no;scroll:no;edge:sunken;toolbar:0;center:on;help:off;unadorned:yes;');
What can i do about this code in order to open this window in Google Chrome browser ?
Thanks for any assistance
Myra
showModalDialog works in chrome(its not truly modal though). the problem could be that it is blocking them. Chrome's minimalistic design doesnt even tell you that some times. try adding an exception for you current website.
you can find it under -
Options->Under The Hood Tab-> Content Settings Button -> Popups Tab -> Exceptions button