Hi,
I filed this to jira.
http://jira.openlaszlo.org/jira/browse/LPP-9233
I tested it on v4.8.0 and v4.8.1-build17075
If you turn to true the cancelmousewheel attribute in lz.embed.dhtml()
in created by solo compiler, browser scroll dose not move by mousewheel.
This attribute had an effect on until v4.7.3, but it lose on v.4.8.0.
This is a simple test code. You could try to solo deploy and
cancelmousewheel ( as below ) turn to true.
<canvas height="1460" width="1200" bgcolor="green">
</canvas>
lz.embed.dhtml({url: '***.lzx.js', lfcurl:
'lps/includes/lfc/LFCdhtml.js', serverroot: 'lps/resources/', bgcolor:
'#008000', width: '1200', height: '1460', id: 'lzapp', accessible:
'false', cancelmousewheel: true cancelkeyboardcontrol: false,
skipchromeinstall: false, usemastersprite: false, approot: ''});
Best.
--
------------------------------------------
Ono Keiji
[email protected]
URL http://www.net8.co.jp
------------------------------------------