Skip to content

Editor with grouped tools does not reflect select state #7919

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

Closed
MihailRizov opened this issue Aug 1, 2024 · 1 comment
Closed

Editor with grouped tools does not reflect select state #7919

MihailRizov opened this issue Aug 1, 2024 · 1 comment
Assignees
Labels
Bug C: Editor FP: Completed Sync status with associated Feedback Item jQuery SEV: Medium
Milestone

Comments

@MihailRizov
Copy link

MihailRizov commented Aug 1, 2024

Bug report

When a tool is placed inside a group with indent and outdent tools, it loses the ability to indicate when it is selected.

Reproduction of the problem

Current behavior

image
As you can see the Insert Unordered List should be selected, but it is not.
here is demo

Expected/desired behavior

The Insert Unordered List should be selected.

Environment

  • Kendo UI version: 2024.2.514
@github-actions github-actions bot added the FP: Unplanned Sync status with associated Feedback Item label Aug 1, 2024
@Iankodj
Copy link
Contributor

Iankodj commented Aug 2, 2024

Along with the bug fix we need to ensure that the new way of grouping tools is properly documented in the API reference and a unit test to ensure that long-term support.

               // Undocumented tool grouping
                tools: [
                  "bold",
		 ['insertUnorderedList', 'insertOrderedList', 'indent', 'outdent'],
                ]

@iordanGrancharov iordanGrancharov self-assigned this Aug 6, 2024
@sspasova sspasova self-assigned this Aug 19, 2024
@github-actions github-actions bot added FP: Completed Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item labels Aug 21, 2024
@sspasova sspasova added this to the 2024 Q4 (Nov) milestone Aug 21, 2024
@sspasova sspasova added the Next Release Item that will be included in the next official release label Aug 21, 2024
@kendo-bot kendo-bot removed the Next Release Item that will be included in the next official release label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: Editor FP: Completed Sync status with associated Feedback Item jQuery SEV: Medium
Projects
None yet
Development

No branches or pull requests

5 participants