Hi MarijnNow running SurgeMail Version 6.4a-1, Built May 6 2013 13:23:24, Platform Windows (Surgeweb Enabled).I still have the same problem.. [ Image ] On Tuesday 11/06/2013 at 23:20:36, Surgemail Support (Marijn) wrote: Not sure when this was broken, but tweaking one of your surgeweb template files as follows should resolve this: surgemail\surgeweb\tpl\ajax\sw_windowing.jsfunction show_msg_step2_popup(){... var xid=cache_id(jmsg.ident,jmsg.fid,jmsg.cache_mid); sw.active.innerHTML = sw_win.html_from_cache(xid); <<<< This line is now wrong sw.active.jmsg=jmsg;to function show_msg_step2_popup(){... var xid=cache_id(jmsg.ident,jmsg.fid,jmsg.cache_mid); sw.active.childNodes[1].innerHTML = sw_win.html_from_cache(xid); sw.active.jmsg=jmsg;After which you will have to invalidate the surgeweb cached UI files (eg by pressing save on the surgeweb customisation page in the admin interface) Feel free to wait for the next specials build sometime over the next few days if you want.Marijn On Saturday 08/06/2013 at 12:50 pm, Tom Cross wrote: HiWhen I use the Pop out feature for a message, there is no vertical scroll bar and I cannot scroll using Arrow, Up, Down, keys or Mouse Wheel.Tested in Firefox, Chrome and IE Latest version on Windows. [ Image ]
Not sure when this was broken, but tweaking one of your surgeweb template files as follows should resolve this: surgemail\surgeweb\tpl\ajax\sw_windowing.jsfunction show_msg_step2_popup(){... var xid=cache_id(jmsg.ident,jmsg.fid,jmsg.cache_mid); sw.active.innerHTML = sw_win.html_from_cache(xid); <<<< This line is now wrong sw.active.jmsg=jmsg;to function show_msg_step2_popup(){... var xid=cache_id(jmsg.ident,jmsg.fid,jmsg.cache_mid); sw.active.childNodes[1].innerHTML = sw_win.html_from_cache(xid); sw.active.jmsg=jmsg;After which you will have to invalidate the surgeweb cached UI files (eg by pressing save on the surgeweb customisation page in the admin interface) Feel free to wait for the next specials build sometime over the next few days if you want.Marijn On Saturday 08/06/2013 at 12:50 pm, Tom Cross wrote: HiWhen I use the Pop out feature for a message, there is no vertical scroll bar and I cannot scroll using Arrow, Up, Down, keys or Mouse Wheel.Tested in Firefox, Chrome and IE Latest version on Windows. [ Image ]
HiWhen I use the Pop out feature for a message, there is no vertical scroll bar and I cannot scroll using Arrow, Up, Down, keys or Mouse Wheel.Tested in Firefox, Chrome and IE Latest version on Windows. [ Image ]
Last Message | Next Message