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

Divider: dotted vertical divider is not working #15350

Closed
JMuenzenberger opened this issue Apr 24, 2024 · 0 comments · Fixed by #15363
Closed

Divider: dotted vertical divider is not working #15350

JMuenzenberger opened this issue Apr 24, 2024 · 0 comments · Fixed by #15363
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@JMuenzenberger
Copy link
Contributor

Describe the bug

When using the divider component like <p-divider layout="vertical" type="dotted"></p-divider> a vertical dotted divider should be shown, but it displays nothing. Type "dashed" and "solid" are working fine.

There was the same bug for the primevue project. I think the issue is the same here:

.p-divider-dotted.p-divider-horizontal:before {

PrimeVue issue: primefaces/primevue#3534

image

Environment

  • Windows
  • Angular 17
  • PrimeNG 17.3.0

Reproducer

https://stackblitz.com/edit/xmp1se?file=src%2Fapp%2Fdemo%2Fdivider-vertical-demo.html

Angular version

17.3.4

PrimeNG version

17.3.0

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

v18.17.1

Browser(s)

No response

Steps to reproduce the behavior

Use <p-divider layout="vertical" type="dotted"></p-divider> in angular application

Expected behavior

Should be able to see a vertical dotted line

@JMuenzenberger JMuenzenberger added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Apr 24, 2024
@cetincakiroglu cetincakiroglu added this to the 17.15.0 milestone Apr 26, 2024
@cetincakiroglu cetincakiroglu added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants