I've designed a web site with drop down navigation. It seems to work fine in Firefox, But Chrome refuses to show the drop downs on MouseOver.
Might be a JQuery issue....?
URL: http://www.lslib.ca/
EDIT1
Problem is being experienced with Version 45.0.2454.101 Ubuntu 14.04 (64-bit) (Chromium) and Version 39.0.2171.71 (64-bit) (Chrome on Ubuntu as well)
It actually appears to work just fine on my end (Chrome & Chromium). The drop downs successfully appear on mouse over. Maybe it's an issue on your browser?
It looks like you are using jQuery 1.4.4 and according to bootsrap (https://github.com/twbs/bootstrap/blob/v3.3.6/bower.json) it needs 1.9.1.
Related
I have been trying to google around for a few days to find some kind of answer, but is their a difference between how iOS mobile devices understand JavaScript, vs Android?
I currently have some code that works as expected on Android (Chrome/Edge), and on Windows (Chrome, Edge, IE 8). But once we get to iOS devices, it doesn't work as expected.
I also tried to see if I could find an emulator for iOS mobile, or just downloading the mobile Safari browser, but wasn't able to find one (that didn't have a cost related to it).
I found the issue, it was related to the selectors in the code not being completed - Chrome got it, but safari didn't.
I have the following clock code of JS-Clock:
$(document).ready(function(){
$(".clock").jsclock('{{date('H:i:s')}}');
});
It works fine, but on Google Chrome 63.0.3239.108 (Official Build) (64-bit) on Ubuntu 16.04, when jump to another tab or open another application window i.e blur, the clock seems to be paused.
I tested it with Opera 49.0.2725.64 and it works fine without pause. What's the root cause of this issue and how could I solve it with Chrome, if possible?
I am using CKeditor form for editing my web page content.
The CKeditor textarea is working fine on the browsers Chrome, Mozilla and Opera
but my client is working on Safari.
The version of CKeditor I am using is version 4.5.7
I tested with 4.4.1 & 4.5.5 but this gave the same result.
Is there solution available on this?
You can get more help here Check this
And get patch for 4.4.5 here
Dropdownlist on my MVC4 application using modernizr 2.6.1 running on IE9 shows unexpected behavior. It works fine on FF and Chrome. It also works when modernizr 2.6.1 is unreferenced.
The problem is that when a page loads up some of dropdownlists open up by clicking on them, they also accept keyboard inputs but some of them don't accept inputs(mouse and keyboard) at all. But after few random clicks, some of them start working when they get and loss focus few times.
How do i troubleshoot this problem?
Edit
It is confirmed that something is wrong with modernizr, i removed all the scripts except modernizr and the problem is there and the problem is gone when just modernizr is removed.
I have a simalar problem with IE, Modernizr och jQuery UI Slider element. Works in Firefox, but not in IE. If I remove Modernizr, it works in IE as well.
Modernizr does not work with IE, simple !!!
It appears that the excellent carousel library ContentFlow has reflection issues with Chrome on Mac (I am using Lion). Seems to be fine on PC. Visit http://www.jacksasylum.eu/ContentFlow/ in Chrome and you'll see in the example the images are incorrectly mirrored with a shady part at the top as per the below screenshots. Is there a fix / workaround? It doesn't seem that there is active development on ContentFlow anymore, which is a shame.
I'm using Chrome 16.0.912.75, on Mac (Lion)
****EDIT**** Screenshots
Proper (from Safari)
Broken (from Chrome)
There's an issue open here: http://code.google.com/p/contentflow/issues/detail?id=34
People tried different things, but it breaks on Windows' Chrome :(