Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Questions related to using nuBuilder Forte.
apmuthu
Posts: 249 Joined: Sun Dec 06, 2020 6:50 am
Location: Chennai, India, Singapore
Unread post
by apmuthu » Mon Jan 11, 2021 7:15 am
In
nucommon.js in both v4 and v4.5, the browser console yields an error on missing
event that is fixed at:
Code: Select all
function nuDragBrowseColumn(e, p){
event.preventDefault();
replacing it with:
Code: Select all
function nuDragBrowseColumn(e, p){
e.preventDefault();
kev1n
nuBuilder Team
Posts: 4564 Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 529 times
Contact:
Unread post
by kev1n » Mon Jan 11, 2021 10:18 am
This is fixed in 4.5 now.