Hi
This seems to be a issue on most demo pages, but see this for a example.
If you try to drag the resolution button around nothing happens and you get the following in your dev console:
TypeError: Cannot set property 'innerHTML' of undefined
at handleMove (project-page.js:66)
On line 66 the src use var lblResolution = $('#resolution')[0]; declared at line 10. But it seems there no element with the id=resolution.
Thus the feature breaks.
Hi
This seems to be a issue on most demo pages, but see this for a example.
If you try to drag the resolution button around nothing happens and you get the following in your dev console:
On line 66 the src use
var lblResolution = $('#resolution')[0];declared at line 10. But it seems there noelementwith theid=resolution.Thus the feature breaks.