-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Dummy input aligns only left #3330
Comments
@rachel-fenichel looks like we're missing some logic for dummy input rows. Value inputs and statement inputs do center and right alignment correctly. @pkestefran are you depending on the alignment in a live app or is this just something you noticed in the developer tools? |
@RoboErikG The behavior is the same in the live app. I have noticed this while testing new changes in blockly with custom blocks we have in our app. We have multiple right aligned dummy inputs within our blocks. For now we will stay with 2.20190722.1 |
Thanks, that means we may need to do another patch then. |
We've fixed this and released a patch v3.20191014.4. |
Works great. Thank you for quick release. :) |
@samelhusseini I played a bit with test blocks in playground and noticed that the alignment is unfortunately still not respected in Zelos and Minimalist renderers. Geras and Thrasos are ok. While we are ok, as we use Geras only, the behavior should be consistent. |
Hey @pkestefran. The current POR is for Zelos is to not support external value inputs (only inline) like other renderers. We made the call to only add the logic in geras and thrasos. I've filed an issue to track this: #3361 |
Describe the bug
Dummy input currently does not align right (or center).
Last working in 2.20190722.1
To Reproduce
Expected behavior
Fields in Dummy input should respect selected alignment.
Screenshots
Current master:
2.20190722.1:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: