KinectJS drag image demo not working in latest chrome version - google-chrome

I am having a similar issue on my project but was able to reproduce it on the kinectjs demo site. The following page works on IE but the latest version of Chrome (ver. 26.0.1410.43) the drag and drop features no longer work.
http://www.html5canvastutorials.com/kineticjs/html5-canvas-drag-and-drop-an-image-tutorial/
Hopefully, the issue can be identified so we can fix my environment as well.
Thanks

I had the same problem with an application i built and updating to the latest version of kineticJs solved my problem. (4.4.0)

I got problems with this demo too, on Android's 4.1.x native browser. On Chrome mobile and other browsers, it works like a charm. On native browser, right after the dragstart, the image goes to top left corner and stays there until i redraw the layer.

Related

Drag&Drop on (windows) desktop touchcreen

I'm using Bernardo Castilhos' HTML 5 Drag&Drop Polyfill:
https://github.com/Bernardo-Castilho/dragdroptouch
Here is a demo:
http://bernardo-castilho.github.io/DragDropTouch/demo/index.htm
Some time ago it stopped working on windows-based desktop touchscreens. I do not test it very often on those devices so I don't know when it stopped working.
In firefox browser a preceding double tap on the element makes the dragging working, in chrome / edge all the actions on the touchscreen are ignored.
Does anybody has a workaround for enabling "HTML5 draggable=true" elements on windows touchscreens? It works perfectly on android / iOS.
Thanks
The issue was fixed: https://github.com/Bernardo-Castilho/dragdroptouch/issues/40
But the developer forgot to update his own demo / example-page.
So just use the version from april that is provided at github and it works.

UI5: No press event triggered after updating Chrome

For some unknown to me reason, I cannot select sap.m.IconTabFilter, like it's not pressable (on mouse hover pointer is not appearing and when I press, nothing happens). This issue is experienced in Chrome. In Mozilla it works fine.
When I copied the XML into JSBin in Chrome, it worked fine.
Did anybody stuck with the same problem? How to fix it?
I tried to clear cache, restart browser/pc - the issue persists.
Also, same issue I'm experiencing right now with sap.m.Switch control.
UPDATE: I think it's a PC-specific issue. The problem is that in Chrome the app decides it's running on a tablet (instead of a laptop. The laptop can work as tablet too, but I run the app in laptop mode). This applies corresponding app's behavior. Maybe this can be the root of the problem?
No custom CSS is applied, only default ones.
I assume you are using Chrome 55+ which comes with active PointerEvent and won't work with certain UI5 versions. You need to upgrade to 1.28.42, 1.38.14 or 1.42.8 or deactivate the feature in Chrome via:
chrome://flags/#enable-pointer-events
in the address bar.

Old Three.js demo won't work in Chrome now

I have this small demo with Three.js, that stopped working suddenly for Chrome (but works for Firefox), which is weird because I am using the same version of the library as before (r47), so new changes in Three.js shouldnt affect my demo.
Has Chrome changed his behaviour or introduced bugs with WebGL?
Demo: http://www.enriquemorenotent.com/demos/cube/
I think Chrome has changed its behaviour... I'm aware of this problem but I haven't figured out what is it that started failing.
If you update the demo to a newer three.js it should work again though.

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

html title attribute not showing as tooltip in Chrome

Recently updated my Google Chrome to version 32.0.1700.76 m and it looks like tooltips have stopped appearing over html elements with the 'title' attribute set.
<span alt="Testing" title="Testing">hhh</span>
Here is an example jsFiddle:
http://jsfiddle.net/ricksuggs/cDhEL/
I thought it was an HTML standard, it is still working in Firefox, anyone else experiencing the issue?
Version 32.0.1700.76 m works fine for me. Have you tried just clearing your Chrome browser cache to make sure it's not a caching issue?
Unfortunately, this is an old bug that have pop with version 32.0.1700 and is still present in v55 on some system such as mine too.
If you encounter this bug. Please go to http://download1.srware.net/old/iron/win/portable to test version 31 then 32. If you find out it works with v31 but it doesn't with v32, please report it in the chromium bug tracker issue. Specify your setup sharing a link provided by DriversCloud.com to help dev to fix it. They need feedback and details.