This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
I/6502: Refactor TableUtils.removeRows() logic. #303
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
301438d
Add a test case for ckeditor/ckeditor#6502.
jodator 125bafa
Merge branch 'master' into i/6502
jodator acbc8fc
Refactor multiple rows removal algorithm.
jodator 741aaa7
Add test case for truncating overlapping cells.
jodator ac998f7
Reduce complexity of calculation notation of remove rows algorithm.
jodator e353a4a
Add comments to remove rows algorithm.
jodator 33b3cd0
Update remove rows test cases.
jodator 52d6f42
Add special case for handling spanned cells over removed rows.
jodator 91b8ba6
Use TableEditing in some of table utils tests. See ckeditor/ckeditor5…
jodator bbe2740
Use cached table map because modifying table during TableWalker break…
jodator 0daeb49
Merge branch 'master' into i/6502
oleq 71c6334
Fix sample in codeblock.
jodator ebb7ff4
Update TableUtils.removeRow test cases.
jodator c4bfddb
Fix the logic behind adjusting cell's rowspan on removing row.
jodator 2a3ff7a
Refactor TableUtils.removeRow() to make algorithm less mangled.
jodator a4a048c
Fix code comments in table utils tests.
jodator 6e934c1
Typo fix.
jodator d04641f
Use same row-/col-spanned naming in tests.
jodator 3fb7231
Fix table example in comments.
jodator 75f6f35
Refactor internal getCellsToMoveAndTrimOnRemoveRow() function.
jodator 1df89fb
Update src/tableutils.js
oleq b0bd21a
Update src/tableutils.js
oleq b04996d
Update src/tableutils.js
oleq File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the line that caused a problem in previous implementation.