Webkit transition not working on chrome with windows 8.1 - html

I'm implementing a themeforest template and having a weird issue with chrome on Win 8.1.
The CSS is using -webkit-transition to fade in divs.
Weirdly, this is not working only on chrome and windows 8.1.
Windows 7 or 8 with the same chrome version(latest), works just fine. also on ubuntu.
On IE10, also perfectly.
Here is a link for the template preview.
Anyone has any idea?
Maby GPU issue?
Thanks, Roi.

Related

What makes Windows Phone 8 Internet Explorer truncate html?

I'm making a webapp which recently broke on Windows phone 8.
https://marvin-brouwer.github.io/QR-Reader/
I've also tried the app on an Ipod Touch 3rd generation, an iPhone 4s and a Samsum Galaxy. The app works as expected on those devices.
To find out why it doesn't show what I expect I attached to my Nokia Lumia with Visual Studio which revealed the html being cut off.
I tried deminifying my html but it just gets cut off at a different part.
Is there any reason why this might happen? And is there a way to fix this? Or might this be a Windows Phone bug?
You have a html comment before the doctype which causes IE to go into quirks mode.
Also you have a xml comment which should be removed, this is html not xml.
More info: https://www.sitepoint.com/community/t/xml-declaration-in-html-xhtml/87783/2

Windows Toolbar + Google Chrome: Display all tabs on hover

So I'm a big fan of Google Chrome on Windows 8.1, IE just doesn't cut it for me (popular opinion I believe...)
The ONLY advantage I see in IE over Chrome is the hover display on the windows toolbar.
(Sorry the images are from windows 7...)
Where on chrome with three tabs open...
(source: askvg.com)
Does anyone know of a way to get Google Chrome to operate as Internet Explorer does on the toolbar?
Maybe some kind of chrome extension I am unaware of, but who knows! Thanks for any help, maybe we can solve this problem for good!

bootstrap-wysihtml5 is not displaying on Android device

I've implemented bootstrap-wysihtml5 editor in one of my website. It works fine everywhere on desktop, iPad and on iphone, but doesn't display at all on Android device. I checked using Chrome browser.
Can anyone please let me know whats wrong there.
Update: On checking 'bootstrap-wysihtml5' from its default website http://www.w3masters.nl/bootstrap-wysihtml5/, found its also not working on Android device (checked on chrome and other android browsers).
The development of WysiHTML5 went on to another website. Maybe the newest version will fix your problem.
GitHub

How do I debug Silverlight not working in Firefox/chrome/Safari?

I have a problem where a Silverlight system I have developed is working perfectly in Internet Explorer but not at all in Chrome or Firefox
I have no idea where to start to try to figure out what the problem is?
Chrome just says Cannot load Silverlight plugin which is obviously useless from a debugging point of view
Firefox just displays the container page
I have used firebug and interestingly Firefox makes no attempt to download the xap files?
This is a major issue and any pointers would be very helpful!
The application does make use of Prism which may be something to do with it
Paul

Chrome browser on Windows 8 desktop: touch support error

Chrome browser (version 23.0.1271.97) on Windows 8 desktop is erroneously recognized as supporting touch events. Actually it is a desktop, that is to say, it doesn't support touch events.
See for example Modernizr Touch tests: http://modernizr.github.com/Modernizr/touch.html
Did anybody run into this problem?
Is there a solution or a workaround?