Adam Garbinski
Posts: 0
Joined: Sat Sep 28, 2013 5:33 pm

Incomplete transparency transition in popup

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Incomplete transparency transition in popup

Hello! We'll take a look and update.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Incomplete transparency transition in popup

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Incomplete transparency transition in popup

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

Adam Garbinski
Posts: 0
Joined: Sat Sep 28, 2013 5:33 pm

Incomplete transparency transition in popup

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

Return to “Issues”