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

bug: flex.dir has no effect #179

Open
smth opened this issue Nov 23, 2024 · 1 comment
Open

bug: flex.dir has no effect #179

smth opened this issue Nov 23, 2024 · 1 comment
Labels
bug Something isn't working managed on taiga This issue has been moved to our project at Taiga.io

Comments

@smth
Copy link

smth commented Nov 23, 2024

Steps To Reproduce

From the docs:

const board = penpot.createBoard();
const flex = board.addFlexLayout();

flex.dir = "column";

board.appendChild(penpot.createRectangle());
board.appendChild(penpot.createEllipse());

Expected behavior

A board is created that has a flex layout with the direction "column".

Actual behavior

A board is created that has a flex layout with the (default) direction "row".

Screenshots or video

No response

Desktop (please complete the following information)

  • OS: macOs 3.7.1
  • Browser: Arc 1.70.0

Smartphone (please complete the following information)

No response

Environment (please complete the following information)

No response

Frontend Stack Trace

No response

Backend Stack Trace

No response

Additional context

I'm trying this in the Vue starter.

@smth smth added the bug Something isn't working label Nov 23, 2024
@madalenapmelo-kp madalenapmelo-kp added the managed on taiga This issue has been moved to our project at Taiga.io label Dec 5, 2024
@madalenapmelo-kp
Copy link

Hi @smth,

Thanks for reporting this! We've added this to our backlog on Taiga so that we can look further into it, you can find the details here: https://tree.taiga.io/project/penpot/issue/9486

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working managed on taiga This issue has been moved to our project at Taiga.io
Projects
None yet
Development

No branches or pull requests

2 participants