Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Background not displaying in tester

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Background not displaying in tester

Hi -

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

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Background not displaying in tester

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

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Background not displaying in tester

Any news please?

I shared app with support.
App name: ACFE
Thx

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Background not displaying in tester

Hi Deon -

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

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

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Background not displaying in tester

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!

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Background not displaying in tester

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

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

Background not displaying in tester

Hello!

This bug was fixed with our last hotfix release.

Return to “Issues”