Animate CC "pressmove" issues in Safari 10.0.1 - safari

Using the easeljs tutorial here I created a drag and drop "test" in Animate CC using symbols and "pressmove", "pressup". It works fine in all the browsers (and Ipad) except for Safari on my mac. When starting to move the "draggers" they "jump" to a different location. They also move closer and further from the mouse when dragging.
The test page is located here:
Any help would be greatly appreciated. Thanks!

Related

rebrand GUI icons of Chromium

I am building my browser from Chromium on Windows. I carried out steps from this page: https://chromium.googlesource.com/chromium/src/+/main/docs/windows_build_instructions.md
It builds successfully and browser runs well. I also rebranded all pics in src\chrome\app\theme\chromium, but the logo icons in GUI are still chromium ones
Where can I change these in code?
To change those logo you can refer to my answer here
Now to change the vectorized icon which is displayed in the tab bar, you should modify this file
components/omnibox/browser/vector_icons/product.icon
You can find more info about vectorized icons here
This is how the code of vectorized icon looks like here
Hope that helps!

how remove pdf-toolbar from edge

Help me please to show pdf-documents in edge without top pdf-panel this pdf-panel which I want to remove is at the picture. Pdf-documents are opened through hyperlinks. I searched settings and I tried to add "toolbar=0" to my hyperlinks, but without result yet.
You can add "#toolbar=0" to the URL and refresh the page.
I agree with KJ's comment. The PDF reader is built in in Edge. It's a part of Edge browser so you can't disable the PDF toolbar using code. And there's no setting to disable the toolbar.
You can only open PDF in other applications if you don't want to see the toolbar. Besides, you can also provide your suggestion as a feature request to suggest the Edge team to add a setting to disable the PDF toolbar. You can send the feedback through the Microsoft Edge Insider forum.
Press F8 and then Read mode under page view icon, or just Ctrl + H

On opening a tabbed page for the first time, images in listview of content page not loading

I don't know if anyone else has experienced this, i've been looking for examples left, right and centre to no avail.
Anyway, i'm developing an app using Xamarin forms for ios, android and windows phone. The first page of the app is a tabbed page and the first content page consists of a listview with an image (with the source bound to a string with a url) and some labels. I get the data via binding and everything loads correctly except the images. However, when i open a new page and then go back to the tabbed page, the images suddenly appear. I'm testing on a Windows Phone 8.1 at the moment.
Anybody else experienced this? Any work arounds? Any help would be much appreciated.
This might be caused by a known issue that was fixed in 2.2.0-pre1
https://bugzilla.xamarin.com/show_bug.cgi?id=39447
Try updating to that pre-release version and seeing if it resolves your issue.

Bootstrap links not working on mobile devices

On the website: www.onlineskateschool.com the links work fine on desktops, but when you go to a mobile device, none of the links work.
I have tried a few different versions of bootstrap, but this has not helped yet. Any ideas where my issue could be?
This can be replicated in Chrome Canary on a desktop with the 'nexus 5' selected after pressing f12 for developer tools.
It seems like your javascript with your auto reformatting of the menu links is your culprit. The phone's width is too big to change to the mobile menu (3 barred icon that contains the links which work on mobile) but it is too small to work on the original links (the ones you see on a regular desktop). Try resizing your browser's width and you will see what I am talking about.
You should change the js code that has to do with your reformatting and then your links should work.

JXMapViewer2 mouse and key-events

Have succesfully managed to add the JXMapViewer2 mapKit into a form as a widget. Map seems to work fine, and so does the zoom button, but it doesn't seem to have any (activated at least) support for keyboard or mouse-events. Neither does there seem to be any documentation of how (and where) to fix this. Any ideas?
PS: Project set up with NetBeans 7.2 with some help from the GUI-wizard.