Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Wrong action: ctrl+p Topic is solved

Questions related to using nuBuilder Forte.
Post Reply
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Wrong action: ctrl+p

Unread post by toms »

Hi,

The nuDeleteAction() is called instead of nuPrintAction() when ctrl+p is pressed.

nucommon.js :

Code: Select all

	} else if(e.keyCode == 80 && window.global_access) {				//-- p		Print
					nuDeleteAction();
				}
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Wrong action: ctrl+p

Unread post by admin »

toms,

The fix is now on Github.

Steven
Post Reply