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

Exporting a newly created board to obf format does not respet the grid size #1772

Open
stziva opened this issue Nov 7, 2024 · 2 comments
Open

Comments

@stziva
Copy link

stziva commented Nov 7, 2024

Recreating scenario

  1. Build a new Empty Board
  2. Make it "Fixed"
  3. Add a symbol "Yes" put on 1,1
  4. Add a symbol "No" put in 1,2
  5. Redefine grid size to 4,3
  6. Move "No" to 3,4
  7. Rename it "grid3x4"
  8. Go to Settings and export it to OpenBoard format. I rename it to "grid3x4 board.obf"
  9. Change Board to something else so we an delete grid3x4 board
  10. Go to Builds -> All my Boards --> Delete the grid3x4 board
  11. Go to Settings -> Import --> Import "grid3x4 board.obf"

The board loads but is 1x6 always

Screenshot 2024-11-07 234501
Screenshot 2024-11-07 234049
grid3x4 board.zip

@zaidnadaff
Copy link

Hi, can i work on this? I tried this out, and the issue seems to be in how the board is getting converted to obf. The downloaded obf file does not match the configurations of the board.

@zaidnadaff
Copy link

Hi, can i work on this? I tried this out, and the issue seems to be in how the board is getting converted to obf. The downloaded obf file does not match the configurations of the board.

When the grid is exported, it does not include the position of tiles thereby assuming that the tiles will naturally fall into place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants