Home » Jalbum forums » Skins, Plugins, and Tools » ExhibitPlus


Permlink Replies: 0 - Pages: 1 Threads: [ Previous | Next ]
JeanPierre

Posts: 996
Registered: 10/10/06
"Comment" widget and navigation
Posted: 27-Oct-2009 11:44
  Click to reply to this thread Reply
Comment widget interferes with navigation in Exhibit Plus. Typing i will open the information window, and s the "slideshow".
kristoffer solved the problem (see Widget comment and slideshow).
Open ....\JAlbum\skins\ExhibitPlus\res folder and edit keyboard.js file.
Replace line 27 to 29
//IE&Gecko Code
function IEGeckoKeyPress(oEvent) {
  		if (!oEvent) var oEvent = window.event;
with
//IE&Gecko Code
function IEGeckoKeyPress(oEvent) {
  	if(typeof _jaWidgetFocus != 'undefined' && _jaWidgetFocus) return true;
	if (!oEvent) var oEvent = window.event;
Thank kristoffer
Legend
Forum admins
Helpful Answer
Correct Answer

Point your RSS reader here for a feed of the latest messages in all forums