vaadin / designer

Public repository for Vaadin Designer
https://vaadin.com/designer
15 stars 3 forks source link

Background image is not always shown on design open #925

Closed vaadin-bot closed 7 years ago

vaadin-bot commented 8 years ago

Originally by @anssit


Background image is not always shown when opening the attached design.

Expected:

The design has the following structure:

Design

The background image is located in the mytheme folder and declared as follows in mytheme.scss:

.bgimage { background-image: url("bgimage.jpg"); }

It is applied to the VerticalLayout by adding "bgimage" to the layout's StyleName property.

Since this might be timing related here's the system's specs: Model Name: MacBook Pro Model Identifier: MacBookPro11,4 Processor Name: Intel Core i7 Processor Speed: 2,2 GHz Number of Processors: 1 Total Number of Cores: 4 L2 Cache (per Core): 256 KB L3 Cache: 6 MB Memory: 16 GB


Imported from https://dev.vaadin.com/ issue #19888

vaadin-bot commented 8 years ago

Originally by @anssit


Attachment added: visapaymentdesign-053016.zip (176.9 KiB) Design that demonstrates the problem.

vaadin-bot commented 8 years ago

Originally by @anssit


Tested on master, commit f2eba80.

vaadin-bot commented 7 years ago

Originally by @emarc


Not able to reproduce this - could you possibly re-test with Beta 3 (or later) and see if it still happens for you?

(I can imagine this being some timing issue, so trying on the exact same computer might be good. And I did get a render issue once, where I only saw the upper half of the design, but that sorted itself out once I moved my mouse.)