Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screen goes blank when pressing Button inside Designer #12

Closed
Israel-Laguan opened this issue Jun 10, 2019 · 1 comment
Closed

Screen goes blank when pressing Button inside Designer #12

Israel-Laguan opened this issue Jun 10, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Israel-Laguan
Copy link

Israel-Laguan commented Jun 10, 2019

Description:

I've made a design, but when adding a Button (blank, default), and pressing it or the name on Left Bar, the screen goes blank.

My code:

{"screens":{"1":{"id":1,"root":2,"name":"SEO KeywordsTool"}},"screenOrder":[1],"components":{"2":{"id":2,"type":"Grommet","props":{"style":{"height":"100vh"}},"children":[3,12],"collapsed":false},"3":{"type":"Grid","id":3,"props":{"align":"center","alignContent":"center","justify":"center","columns":"xlarge"},"name":"LoginForm","children":[4,6,9]},"4":{"type":"Box","id":4,"props":{"align":"center","justify":"center","pad":"small","alignSelf":"center","animation":[{"type":"fadeIn","delay":5},{"type":"jiggle","delay":2}],"background":{"color":"brand"},"round":"medium"},"name":"Tiitle","children":[5]},"5":{"type":"Heading","id":5,"props":{"color":"accent-2"},"text":"Entra"},"6":{"type":"Box","id":6,"props":{"align":"center","justify":"center","pad":"small","overflow":"auto","wrap":true,"alignSelf":"start","background":{"color":"dark-1"},"round":"small","width":"large"},"name":"Email","children":[7,8],"collapsed":false},"7":{"type":"FormField","id":7,"props":{"color":"brand","error":"Revisa si el email esta bien escrito","help":"Trata de que no queden espacios antes, en medio, o despues del email.","label":"EMAIL"},"name":"email"},"8":{"type":"TextInput","id":8,"props":{"placeholder":"Ingresa tu email aca"},"name":"emailInput"},"9":{"type":"Box","id":9,"props":{"align":"center","justify":"center","pad":"small","background":{"color":"dark-1"},"wrap":true,"overflow":"auto","round":"small","width":"large"},"name":"Password","children":[10,11]},"10":{"type":"FormField","id":10,"props":{"error":"Verifica que tu password este bien escrito","help":"Trata de que no queden espacios antes, en medio o al final de tu contrasena","label":"CONTRASENA","color":"accent-2"},"name":"password"},"11":{"type":"TextInput","id":11,"props":{"placeholder":"Ingresa tu contrasena"},"name":"passwordInput"},"12":{"type":"Button","id":12,"props":{"label":"Button"}}},"nextId":13,"version":2}
Local Storage saves my design
image

Console shows this message:
image

What is expected:

Nothing more than the normal hover/click Button animation

What it happens:

The whole screen goes suddenly blank

How to reproduce:

Save code into a JSON, upload to designer, click button. I've made the same several times in private or normal mode in Firefox ESR on debian 9, with the same result.

@Israel-Laguan Israel-Laguan changed the title Odd behaviour when pressing Button inside Designer Screen goes blank when pressing Button inside Designer Jun 10, 2019
@ericsoderberghp ericsoderberghp self-assigned this Jun 10, 2019
@ericsoderberghp ericsoderberghp added the bug Something isn't working label Jun 10, 2019
@ericsoderberghp
Copy link
Member

Apologies for this issue. It turned out to be an issue with our CI/CD pipeline. :(
It should be working now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants