-
Notifications
You must be signed in to change notification settings - Fork 754
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
[Tabs][Carousel] Panel title should not override child item title #376
Labels
bug
Unexpected problem or unintended behavior that impairs normal functioning of the product.
Milestone
Comments
richardhand
added
the
bug
Unexpected problem or unintended behavior that impairs normal functioning of the product.
label
Nov 14, 2018
richardhand
added a commit
that referenced
this issue
Nov 14, 2018
richardhand
added a commit
that referenced
this issue
Nov 14, 2018
richardhand
added a commit
that referenced
this issue
Nov 14, 2018
richardhand
added a commit
that referenced
this issue
Nov 15, 2018
richardhand
added a commit
that referenced
this issue
Nov 15, 2018
richardhand
added a commit
that referenced
this issue
Nov 15, 2018
richardhand
added a commit
that referenced
this issue
Nov 16, 2018
richardhand
added a commit
that referenced
this issue
Nov 16, 2018
* #378 [Tabs] Redefine active item logic
richardhand
added a commit
that referenced
this issue
Nov 20, 2018
* #378 [Tabs] Redefine active item logic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Unexpected problem or unintended behavior that impairs normal functioning of the product.
For both the Tabs and Carousel components we currently override the
jcr:title
property of the child components when setting an item/panel title. It's therefore not possible to have exclusive titles for the item and for the component if the title is read from the same location. As well as being inflexible, this could be confusing for authors as it's easy to accidentally override the component title via the dialog.Proposal is to instead write a unique namespaced property
cmp:panelTitle
to the component nodes. The items should read this property and if it doesn't exist fall back to thejcr:title
.CQ-4257499
The text was updated successfully, but these errors were encountered: