Kendo RangeSlider breaks in chrome - asp.net-mvc-4

I have implemented kendo range slider for eCommerce store. It works fine when changes made in firefox. But it goes disappeared or breaks in chrome after slide.
Kendo version is 2014.1.318 and uses jQuery JavaScript Library v1.10.2.
Please help to overcome this issue as soon as possible.

It is because of Chrome doesn't support ".contains()" method of jQuery. Instead of using .indexOf() method, it works perfectly in Chrome & Safari browser.
Refer this links:
Error using .contains() JQuery function in Chrome
jquery "contains" code doesn't work on chrome

Related

Vue UI not working, Disconnected from UI server

i got some error when execute command to open vue ui,
i've try to fix but still got some error
It seems you're using MS Edge.
In my case, I used a chromium browser as a default HTTP(S) application, and VUE UI did not work in that browser.
But I changed my default browser to Chrome, and Vue UI has started successfully.
I recommend changing the default browser to Chrome.
Most of the web development is based on it.
So when you make a new project, start with Chrome.
(And don't forget to install Vue devtool on your Chrome)

Slider module doesn't work

I have an issue with my slider module, hope anyone can help.
Slider does not work in Chrome 45.0.2454.101 nor in Microsoft Edge, this module: https://addons.prestashop.com/en/sliders-galleries/26873-multi-layer-slider-pro-visual-drag-drop-slider.html
I can't drag the object and the console does not output any error.
I can't test with Microsoft edge, but it seems to be working for me in the version of Chrome that you mentioned GitHub
Could you double check by navigating to the documentation site on Chrome?

Safari Inspector CSS Media Query Selectors Show as [object Object]

It's just as the title says, all CSS selectors which are inside of media queries are showing in the inspector as [object Object]. Has anyone else run into this? Does anyone have any idea how I can force it to show the actual selectors being used? Here is a screenshot:
Same here. All selectors. Running a webview in Cordova on an iPhone 6+, iOS 9.0.1. Stylesheets generated with Stylus.
Running the identical css and html in OSX Safari works fine.
UPDATE-- Fixed by Safari 9.0
We’ve had a similar problem when using the keyframes mixin of LESS HAT. CSS selectors appeared as [object Object] in the web inspector when using mobile Safari on iOS9.
LESS CSS with LESS HAT generated stylesheets which stopped working after the iOS / Safari update. LESS HAT’s GitHub Issue #156 addresses and Pull Request #157 fixed these problems.
If you are not using LESS HAT or the like, it might just be a problem with a faulty CSS rule. In our case Safari’s console showed a warning: Invalid CSS property declaration […]

Debugging iOS7 Safari CSS issues with web inspector

I followed the steps to set up debugging webpage on iOS. It worked. However I see an issue with the inspector - it doesn't let me check the DOM and corresponding CSS. Anyone else has this issue? (Exact same issue when debugging using the simulator.)
Screenshot: http://screencast.com/t/E4fxPQwk14
Resource: https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/DebuggingSafarioniPhoneContent/DebuggingSafarioniPhoneContent.html
Thanks!
UPDATE: WebKit nightly works. Thank you Timothy Hatcher!
You need to use a WebKit nightly, Safari 6.1 or Mavericks to use Web Inspector with iOS 7.
If you don't have access to Mavericks, You can also use Chrome devtools via proxy.
Debug iOS 6+7 Mobile Safari using the Chrome DevTools

In Vaadin PDF does not work in popup Window

I am trying to display a PDF in a popup window using Vaadin 6.6.2 and the code as shown in this blog:
http://jcraane.blogspot.com/2010/09/printing-in-vaadin.html
The problem I have is that whenever I close the Window containing the PDF it always hangs the current browser tab in IE 9.
I have tested this in Safari, Firefox, and IE 8 and its works fine. I also know that the problem is related to the embedded PDF as I have tried replacing the embedded PDF with a Vaadin Label and then the popup window closes fine in IE9.
I had a similar problem in Firefox 3.x, I solved it by upgrading to Firefox 4, and upgrading the Adobe plugin.
It seems to me the problem is on the browser/plug-in side.
If you are stuck with that browser/version, try just upgrading the plugin if that's not already on the latest version.