Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

Popup

Hi,
I have added a popup to my project and included some content which is not formatting correctly. I thought that this may be due to some custom css so I removed all the custom css from the app, the problem persisted.

In an attempt to show the nature of the problem I created another project and added the same popup. No problem works great. I have had a look at the source for both the projects and the only difference I can spot is the jquery version number.

the working version has a reference to:
<!-- <script type="text/javascript" src="files/resources/lib/jquery/jquery-2.1.1.js" --

Image

The non working version references.

<!-- <script type="text/javascript" src="files/resources/lib/jquery/jquery-1.9.1.js" --
Image

How do I get the list to show in the app with the reference to 1.9.1

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Popup

Hi Joe,

Please give us your app public link and describe steps to reproduce this problem in your app.

We will take a look..

Also please give us your second app public link... (to compare)..

Regards.

Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

Popup

Hi Yurii,

Both apps (TransApp v2 & popuptest') are available to support. The main app has the popup on the 'complete_pge' this is currently set as the start page for the application. I have placed a button on the page header 'Button' which will open the popup. The test app contains only the popup and a button to open the popup.

regards,
Joe

Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

Popup

Hi have you any information on this issue

Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

Popup

Hi, why is his topic set to answered! No response has been made to the question! Please reopen the question and address the question.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Popup

Hi Joe,

I've tried this app.

You try to open popup with following JS code:

pre

$('#poptest')&#46;popup( "open", {});

/pre

But there is no such popup on your goal page.

See details: http://prntscr.com/5slvbw/direct

So you should add needed popup component on the page.

Regards.

Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

Popup

Hi Yurri,

The popup is contained in an html panel 'html_92' which I have placed on the page to give consistency between the test app and the working app. This pops when the the 'Button' located in the header is clicked!

Joe Image

Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

Popup

Hi Do you have any updates for me on this question?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Popup

Hello Joe,

Unfortunately not yet. We are working on it and will get back to you with the update.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Popup

Hi Joe,

It seems you just have wrong HTML lay out for the popup.

I tried following one and it look correct:

pre

var popupLayOut = ' This is a completely basic popup, no options set&#46;

';

var popup = jQuery(popupLayOut);

jQuery("body")&#46;append(popup);

$("#popupBasic")&#46;popup();
$("#popupBasic")&#46;popup("open");

/pre

Regards.

Return to “Issues”