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

fix(core, platform): add fix for breadcrumb template not being rendered in Dynamic Page component #11677

Merged
merged 4 commits into from
Apr 4, 2024

Conversation

InnaAtanasova
Copy link
Contributor

Related Issue(s)

closes #11613

Description

The problem was that the screenreader was reading "breadcrumb" word when no breadcrumb was displayed. It was because of 2 reasons:

  1. The template was read as a ViewChild, but should be a ContentChild
  2. The documentation was not passing the correct markup

@InnaAtanasova InnaAtanasova added the sourcing required for sourcing label Apr 1, 2024
@InnaAtanasova InnaAtanasova added this to the Sprint 133 - April 2024 milestone Apr 1, 2024
@InnaAtanasova InnaAtanasova requested a review from a team April 1, 2024 17:24
@InnaAtanasova InnaAtanasova self-assigned this Apr 1, 2024
Copy link

netlify bot commented Apr 1, 2024

Deploy Preview for fundamental-ngx ready!

Name Link
🔨 Latest commit 33691ed
🔍 Latest deploy log https://app.netlify.com/sites/fundamental-ngx/deploys/660f10e1dc1bc3000837df96
😎 Deploy Preview https://deploy-preview-11677--fundamental-ngx.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

github-actions bot commented Apr 1, 2024

Visit the preview URL for this PR (updated for commit 33691ed):

https://fundamental-ngx-gh--pr11677-fix-dynamic-page-bre-4b98imog.web.app

(expires Sun, 07 Apr 2024 20:50:07 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 41b993ee8e451bd7c6770b342ce142dc886eacff

@InnaAtanasova InnaAtanasova force-pushed the fix/dynamic-page-breadcrumb-ng15 branch 2 times, most recently from d535cd2 to c67e7f5 Compare April 3, 2024 14:06
@InnaAtanasova InnaAtanasova changed the title fix(platform): add fix for breadcrumb template not being rendered in Dynamic Page component fix(core, platform): add fix for breadcrumb template not being rendered in Dynamic Page component Apr 3, 2024
@droshev droshev added the ng15 Angular 15 support label Apr 3, 2024
@InnaAtanasova InnaAtanasova force-pushed the fix/dynamic-page-breadcrumb-ng15 branch 3 times, most recently from 505a0cc to d9f3bee Compare April 3, 2024 21:04
@InnaAtanasova InnaAtanasova force-pushed the fix/dynamic-page-breadcrumb-ng15 branch from d9f3bee to 0ec9c04 Compare April 3, 2024 21:16
@InnaAtanasova InnaAtanasova force-pushed the fix/dynamic-page-breadcrumb-ng15 branch from 70cd856 to 33691ed Compare April 4, 2024 20:43
@InnaAtanasova InnaAtanasova merged commit bf5ae72 into ng-15-downport Apr 4, 2024
19 checks passed
@InnaAtanasova InnaAtanasova deleted the fix/dynamic-page-breadcrumb-ng15 branch April 4, 2024 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ng15 Angular 15 support sourcing required for sourcing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants