After upgrading our site from 7.12 to 7.13 started to encounter this issue.
When creating a node on a List View container, with around 30 items to choose. Items on the lower part after scrolling down seems not creatable. It's just being redirected to /umbraco/#/
Tried it on other versions such as 7.14.1 and 7.15.4 and it's still there. I thought it was only on the project that I've upgraded. So I decided to create a new fresh installation 7.13.3
List View - Creating Items Issue 7.13+
Hello,
After upgrading our site from 7.12 to 7.13 started to encounter this issue.
When creating a node on a List View container, with around 30 items to choose. Items on the lower part after scrolling down seems not creatable. It's just being redirected to
/umbraco/#/
Tried it on other versions such as 7.14.1 and 7.15.4 and it's still there. I thought it was only on the project that I've upgraded. So I decided to create a new fresh installation 7.13.3
Here's a quick gif regarding the said issue. https://bit.ly/31TezeO
It seems that it's only being encountered when scrolling down. Since I can't replicate it if I have more larger screen.
Here's a test with an 80% screen size. https://bit.ly/3gZkrt7
Did some digging and it seems that the implementation has been refactored.
7.12.5
7.13+
and on umbraco.controllers.js
Any thoughts on how can it be fixed?
Hi Vlael,
I recently experienced the same issue at 7.15.6 and managed to apply a quick but usable workaround:
In \Umbraco\Views\propertyeditors\listview\listview.html change line 44
to
Hope this helps,
A
is working on a reply...