I had the same issue on Chrome. (working with FF). Clearing the browser cache doesn’t work for me.
I fixed the problem by using OnMouseDown Event instead of OnClick…
Yes, I had the same issue. I’ve worked out two ways of fixing the issue.
See --> https://axhub.im/pro/47fc2ff9bf621eec
OnclickOndrag.rp (113.3 KB)
The first method. I replace OnClick with OnMouseUp and add a IsDragging variable to distinguish if it’s dragging or not. If Yes, OnMouseUp is simply to stop dragging. If Not, OnMouseUp=Onclick.
Note that there shall be an interval between the stop of dragging and OnMouseUp as it really happens and a proper waiting time (I set 100ms) is needed to make this work.
The second method is easier, but a little bit ugly. Put another Inspector/Object in the dynamic panel to execute OnClick, while the dynamic panel itself only does the dragging thing.
I think the issue is because Axure always executes Ondrag event prior to OnClick. But actually, OnClick is more essential and should be executed first.
Drag is a special case of Click.

I am still seeing this issue. I’ve built a carousel of items and the carousel swipes left/right to go to more items. And the items have buttons on them that you can click on to change panel states. I will try the dragging case to see, but this seems like a silly bug that should be resolved.
Hi katelyn.thompson,
Could you let me know the device you’re testing this on? Or are you seeing this on your computer desktop? I did a quick test of swiping a carousel left/right with widgets carrying OnClick cases, and the OnClicks do fire on my end as long as I don’t hold onto the cursor/touch, which would then trigger the OnSwipes.
In case this help as well, would it be possible to move the widgets holding onto the OnClicks outside of the dynamic panel? This way, the widgets with OnClicks would fire independently of the dynamic panel swipes.
Axure RP 8.1.0.3377
Chrome Version 67.0.3396.87 (Official Build) (64-bit)
- onDrag disables onClick
Firefox 60.0.2 (32-bit)
- Works as expected
Opera Version 53.0.2907.99 (64-bit)
- Sometimes fires onClick event after onDrag
Microsoft Edge 42.17134.1.0
- Sometimes fires onClick event after onDrag
Internet Explorer 11.112.17134.0
- Sometimes fires onClick event after onDrag
I use Chrome as my primary browser at the moment, but may switch just because of this feature not working in Axure 
The “sometimes fires onClick event” is happening when you make a considerable effort to only do the onDrag event. So for people like testers / clients, this would be confusing and annoying.
Hi josh_db,
Thanks for that detailed information! Our QA team does have these issues around OnClick and OnDrag/OnSwipe interactions in certain browsers filed, so I’ll definitely be adding the details you provided here to that bug report. It sounds like your prototype’s interactions are working as expected in Firefox, so using that to view your prototypes may be the best workaround for this unexpected behavior for now. You can also try viewing your prototype through the AxShare mobile app to see if that helps:
https://www.axure.com/support/reference/axure-share-mobile-app
Confirm,
OnDrag on Dynamic Panel disables OnClick of inner widgets in Chrome Version 68.0.3440.106 (Official Build) (64-bit) on Windows 10, but everything works fine in the same version of Chrome on Mac.
I’m viewing the same prototype which I’ve uploaded to the server. So it seems the problem is somehow connected to OS.