Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi, installed this in Umbraco 7.1.6. Worked great in Google Chrome, but in Firefox I wan not able to click in the input-field.
Found a similar topic here: https://github.com/imulus/Archetype/issues/61
To this working in Firefox I added this code in the sortablestringlist.js just after the loadCss at the bottom:
setTimeout(function () { $('.stringlist-property input') .bind('mousedown.ui-disableSelection selectstart.ui-disableSelection', function (e) { e.stopImmediatePropagation(); }); }, 1000);
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Bug in Firefox using Umbraco 7.1.6
Hi, installed this in Umbraco 7.1.6. Worked great in Google Chrome, but in Firefox I wan not able to click in the input-field.
Found a similar topic here: https://github.com/imulus/Archetype/issues/61
To this working in Firefox I added this code in the sortablestringlist.js just after the loadCss at the bottom:
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.