Page 1 of 1

Background not displaying in tester

Posted: Mon Feb 01, 2016 5:16 pm
by Deon

Added css background to fill container. Background works in the IDE but does not display when testing. Works on all my other apps.

Cleared Cache.

Whats the problem?

All these issues everyday. Its so draining.


Background not displaying in tester

Posted: Mon Feb 01, 2016 5:35 pm
by Illya Stepanov

Hi -

What exact CSS code you're using, could you please show an example?


Background not displaying in tester

Posted: Tue Feb 02, 2016 8:46 am
by Deon

Code in css

.container1 {
background-image: url("../image/bg.jpg");
background-repeat: no-repeat;
background-size: cover; /* comment this out if required */
}
PS. Your css editor behaving weird when opening css file. Screen is blank and I can only see code once I click full screen icon.

Herewith Screenshots. 1st in IDE and 2nd in Tester
Image

Image


Background not displaying in tester

Posted: Wed Feb 03, 2016 7:29 am
by Deon

Any news please?

I shared app with support.
App name: ACFE
Thx


Background not displaying in tester

Posted: Wed Feb 03, 2016 3:49 pm
by Illya Stepanov

Hi Deon -

Make sure you are using correct path to your image file.

Change:
preurl("../image/bg.jpg"); == url("../img/bg.jpg");/pre


Background not displaying in tester

Posted: Thu Feb 04, 2016 9:52 am
by Deon

Ha ha, sorry but that is hilarious.

ALL mys apps are url("../image/bg.jpg");

What makes this one different. When I change to url("../img/bg.jpg"); Now it works in tester but NOT in IDE.

This is absolutely crazy. Why has things changed. All your continious changes are driving me crazy!


Background not displaying in tester

Posted: Fri Feb 05, 2016 10:13 pm
by Illya Stepanov

I have reported this issue to our development team, thank you for your feedback.


Background not displaying in tester

Posted: Fri Apr 15, 2016 4:57 pm
by Evgene Karachevtsev

Hello!

This bug was fixed with our last hotfix release.