Whenever I click "Add Field" everything scrolls up almost up to the top. This makes adding fields quite difficult when there are a lot of them. I have tracked down the source of this to /umbraco/plugins/umbracoContour/scripts/umbracoforms.js, line 833, and I have commented out the lines:
I can't answer if the change is safe to make etc. - But I will encourage you to create this as an issue on the issue tracker here http://issues.umbraco.org/issues and post it as a feature request for Contour. That way other people can vote it up if they think it's a good idea or add comments about how to improve things further etc.
Add Field - scroll up
Hello,
Whenever I click "Add Field" everything scrolls up almost up to the top. This makes adding fields quite difficult when there are a lot of them. I have tracked down the source of this to /umbraco/plugins/umbracoContour/scripts/umbracoforms.js, line 833, and I have commented out the lines:
//Scroll to field modal
//var fmPos = $("#FieldModal").position().top;
//jQuery(".tabpagescrollinglayer").animate({ scrollTop: fmPos }, "slow");
Is this change safe to make?
Thanks!
Hi bfi
I can't answer if the change is safe to make etc. - But I will encourage you to create this as an issue on the issue tracker here http://issues.umbraco.org/issues and post it as a feature request for Contour. That way other people can vote it up if they think it's a good idea or add comments about how to improve things further etc.
Just my 2 cents :)
/Jan
is working on a reply...