Page 1 of 1

Incomplete transparency transition in popup

Posted: Wed Dec 11, 2013 1:48 pm
by Adam Garbinski

Hello,
I have implemented successfuly popup transparency feature in my app, basing on this:
https://getsatisfaction.com/apperyio/...

with just one exception. It does not work on one of my pages. Transition is incomplete, and the popup looks blurred, with no errors on the console.

My app is called "3mamcukier" and is shared with Appery support.
You can reproduce this problem by opening page called "Ulubione", and clicking on the number in the upper left corner of the screen as marked on this screenshot:

Image

I couldn't find out why it does not work on this particular page. Any help would be greatly appreciated.


Incomplete transparency transition in popup

Posted: Wed Dec 11, 2013 2:07 pm
by Maryna Brodina

Hello! We'll take a look and update.


Incomplete transparency transition in popup

Posted: Wed Dec 11, 2013 9:34 pm
by Maryna Brodina

Hi, sorry still no news... working on it.


Incomplete transparency transition in popup

Posted: Wed Dec 11, 2013 9:51 pm
by Maryna Brodina

Change CSS for .ui-dialog class in dialogTransparent.css from pre.ui-dialog
{
min-height: 100% !important;
background: transparent !important;
}/pre to pre.ui-dialog
{
min-height: 100% !important;
background: transparent !important;
z-index: 999;
}/pre


Incomplete transparency transition in popup

Posted: Wed Dec 11, 2013 10:34 pm
by Adam Garbinski

Hello Maryna,
Thank you very much. It is working now :-)
I really appreciate your help!