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

Border does not appear when using ListLayoutStrategy with a dash style border. #4310

Open
4 tasks done
AurelienDidier opened this issue Dec 13, 2024 · 0 comments
Open
4 tasks done

Comments

@AurelienDidier
Copy link

  • I have checked that this bug has not yet been reported by someone else
  • I have checked that this bug appears on Chrome
  • I have specified the version : latest
  • I have specified my environment : All

Screenshots

List layout node with a dash style border:
ListLayoutNodeUsingDashBorder

The same List layout node with a solid style border:
ListLayoutNodeUsingSolidBorder

Steps to reproduce

Use a ListLayoutStrategy and a dash border style.

Expected behavior

The border appears as dashed.

Actual behavior

No border is displayed.

Possible solution (not tested yet)

ListNodeConverter shall use:
borderStyle: convertLineStyle(style.borderStyle)
instead of:
borderStyle: style.borderStyle

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

1 participant