Display page in Popup
March 28, 2014 12:00 AM
I noticed that this action doesn´t work correctly in Lectora 11.3.2. The page opens in a new tab instead. Tested with Moodle and Chrome. Anyone else noticed similar issues?
Discussion (5)
I was not aware of this action. Is it something new? And if new, you would think it would work before adding it.
I´m not sure when this action came in to Lectora. Maybe 11.3? Anyhow there is some issues with it :D
I was using Display page in Popup Action. But... yes. I changed it to Goto Action with new window properties.
In the link's new window properties, place a check next to "No Menubar." I think this is more of an issue with Chrome.
It's not a Lectora issue. I just had this issue when developing a web app. It's a known Google Chrome issue.
I used JavaScript to force the window to open properly.
Something like this (watered down version of the code):
window.open(this.href,'Notes','width=450,height=350,menubar=no,toolbar=no,scrollbars=yes,location=no');return false;
Discussions have been disabled for this post