-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
To-do lists in document lists #14700
Conversation
packages/ckeditor5-list/src/tododocumentlist/checktododocumentlistcommand.ts
Outdated
Show resolved
Hide resolved
packages/ckeditor5-list/src/tododocumentlist/inputchangeobserver.ts
Outdated
Show resolved
Hide resolved
packages/ckeditor5-list/src/tododocumentlist/checktododocumentlistcommand.ts
Outdated
Show resolved
Hide resolved
packages/ckeditor5-list/src/documentlistproperties/documentlistpropertiesediting.ts
Show resolved
Hide resolved
packages/ckeditor5-list/src/tododocumentlist/inputchangeobserver.ts
Outdated
Show resolved
Hide resolved
@niegowski It seems like with Heading 1, the position of the checkbox is too high compared to how it looks with unordered and ordered document lists: It looks better with other heading levels: Is should probably be aligned to bottom, as it is with other document list types: |
Checkboxes next to code block items are not responsiveSteps
Result checkbox-codeblock.mp4Additional info |
Switching to-do list on and off on an element affects checkboxes of the list items belowSteps
Result checkboxes.mp4Additional info |
Alignment of to-do document list items can't be changedSteps
Result alignment.mp4Additional info |
…ng DOM elements (by renderer).
…nput and textarea).
The checkbox alignment extracted to the follow-up: #15035 Other issues were solved. |
# Conflicts: # packages/ckeditor5-code-block/package.json
@niegowski checkbox-tc.mp4 |
Suggested merge commit message (convention)
Feature (list): Introducing the to-do lists compatible with the document list feature. Closes #14663.
Additional information
For example – encountered issues, assumptions you had to make, other affected tickets, etc.