Recently drag-drop stopped working in firefox only. Chrome is still fine.
Other apps can still drap-drop into a firefox browser just not JIRA Cloud.
Tried starting Firefox in safe mode but that still didn't work.
Firefox version is 5.2
Thanks.
I see that as well - for months now. Is there a JIRA-ticket for that? ;)
We are seeing this as well. Allthough in Chrome
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have discovered this same issue as well with our own server install of JIRA 7.3.0. Drag and drop works fine in every browser except for Firefox on both Windows and OS X.
We have noticed that if you select "edit" for a JIRA ticket that the drag and drop works in the modal window for a JIRA ticket. So it sounds to me like the Java/Javascript code used in JIRA is not consistently cleaned up to use the latest function calls in all places.
It's nice to know others are seeing this same issue and find some info as to the cause.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Simon - the according bugissue has just been resolved. https://jira.atlassian.com/browse/JRASERVER-64414.
We applied the new dnd-attachment plugin and FF works fine now again.
Greetings - Christoph
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same for me on Linux with Firefox 52.0.1 (64-bit). Using local server install of the JIRA v7.3.0. Chrome is fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jamie - I think you are referring to a change that was released with FF 48 on 2. August 2016.
The reported behaviour here sounds more like as if it has just appeared with latest Firefox 52.
We have the same issue here in our instance running JIRA Server 7.2.4 on premise (not cloud)
Other browsers like Chrome and Opery work fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am seeing this as well;
Checked the javascript console and seen this error “o.contains is not a function”. I believe this is due to the fact that the contains function has been deprecated and removed in the latest firefox as per their change logs. https://developer.mozilla.org/en-US/docs/Web/JavaScript/New_in_JavaScript/Firefox_JavaScript_changelog
Need JIRA to fix this to use the includes function that replaces it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.