Page 1 of 1

1.34.18 - web_js: TypeError: point.getAttribute is not a function

Posted: Fri Aug 07, 2020 9:02 pm
by Bluemax
With 1.34.18 i get several errors like:

Code: Select all

2020-08-07 22:57:28	web_js		597	ERR	TypeError: point.getAttribute is not a function	zm/cache/skins_classic_views_js_zone-base-1596827271.js	248
2020-08-07 22:57:28	web_js		598	ERR	TypeError: point.getAttribute is not a function	zm/cache/skins_classic_views_js_zone-base-1596827271.js	254
2020-08-07 22:57:28	web_js		1094	ERR	TypeError: point.getAttribute is not a function	zm/cache/skins_classic_views_js_zone-base-1596827271.js	248
2020-08-07 22:57:28	web_js		597	ERR	TypeError: point.getAttribute is not a function	zm/cache/skins_classic_views_js_zone-base-1596827271.js	254
2020-08-07 22:57:28	web_js		598	ERR	TypeError: point.getAttribute is not a function	zm/cache/skins_classic_views_js_zone-base-1596827271.js	248
As far as i can tell this happens only when entering 'zone editing'.
The tables don't look right either.

Image

Anyone else experiencing this?

Re: 1.34.18 - web_js: TypeError: point.getAttribute is not a function

Posted: Sat Aug 08, 2020 2:40 pm
by iconnor
The tables don't look right because I changed the input types to allow float values and now the browser is adding up and down arrows, which makes them wider, which makes the tables wider... GAH! Fixed in master, will go into 1.34.19.

Will have to look into the getAttribute problem.