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: (Platform) fix tabChange event not emitting in Dynamic Page #4515

Merged
merged 2 commits into from
Feb 3, 2021

Conversation

kavya-b
Copy link
Contributor

@kavya-b kavya-b commented Jan 29, 2021

Please provide a link to the associated issue.

fixes #4514
fixes #4495

Please provide a brief summary of this pull request.

Core tab had some breaking changes, where selectedIndexChange was replaced with selectedTabChange. This was not changed in Dynamic Page implementation which uses this output event, due to which the tabChange event was not being emitted. This PR makes the necessary changes. You can see the console.log message appear now when the tab is changed.

It also refactors 'disable header' example and fixes a theming related issue for the same example.

Please check whether the PR fulfills the following requirements

Documentation checklist:

  • [n/a] update README.md
  • [n/a] Breaking Changes Wiki
  • Documentation Examples
  • Stackblitz works for all examples

@kavya-b kavya-b added bug Something isn't working platform platform ariba to identify issues that belongs to ariba team labels Jan 29, 2021
@kavya-b kavya-b added this to the Sprint 55 - ariba milestone Jan 29, 2021
@kavya-b kavya-b requested review from KevinOkamoto and a team January 29, 2021 06:38
@kavya-b kavya-b self-assigned this Jan 29, 2021
@netlify
Copy link

netlify bot commented Jan 29, 2021

Deploy preview for fundamental-ngx ready!

Built with commit bf02533

https://deploy-preview-4515--fundamental-ngx.netlify.app

Copy link
Contributor

@valorkin valorkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@puru-hk
Copy link
Contributor

puru-hk commented Feb 1, 2021

Tested these 2 issues . It is working as expected.
#4514
#4495

- also fix disable header example background inherit on hover
- few a11y fixes for disable header example
@kavya-b kavya-b merged commit d6fc7e0 into main Feb 3, 2021
@kavya-b kavya-b deleted the fix-dynamic-page-tabchange branch February 3, 2021 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ariba to identify issues that belongs to ariba team bug Something isn't working platform platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dynamic Page tabChange event not firing Dynamic Page - Non-collapsible header hover style not correct
6 participants