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

Barred iPuz files not rendering properly #174

Closed
boisvert42 opened this issue Dec 23, 2021 · 2 comments
Closed

Barred iPuz files not rendering properly #174

boisvert42 opened this issue Dec 23, 2021 · 2 comments

Comments

@boisvert42
Copy link

Some barred iPuz files (e.g https://crosswordnexus.com/downloads/barred_test.ipuz) do not render properly in XWord. It should display as here: https://crosswordnexus.com/solve/index.html?file=/downloads/barred_test.ipuz but in XWord the bars are not respected. XWord needs to know where the words start and end for barred crosswords, as that logic is needed to properly render this puzzle and others like it.

@mrichards42
Copy link
Owner

Ah, so the bars display, but the navigation is messed up because XWord can't figure out that the word is supposed to end at the bar? IIRC we've only actually tested bars in jpz files that have hard-coded "words", so it sounds like we need to have the auto-generated words algorithm handle bars in addition to black squares.

@boisvert42
Copy link
Author

Yes, that's what I ended up doing and it worked fine.

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

No branches or pull requests

2 participants