forked from microsoft/roosterjs
-
Notifications
You must be signed in to change notification settings - Fork 0
U/biwu/testdeploy #1
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
Open
flyingbee2012
wants to merge
1,395
commits into
master
Choose a base branch
from
u/biwu/testdeploy
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
* Fix * add Unit test
…icrosoft#1614) * Add delimiters on EditorReady and Paste * Handle ContentChanged Event * Add a unit test * Fix * Fix build
* Reuse Content Model * fix test * fix test * add comment * improve * improve * Improve * fix test * improve
When pressing Enter on a delimiter, usually when the entity is at the end of the block or is the only element in the block, sometimes the delimiter element is moved away from the Entity or the element after Enter also contains the Delimiter class. This PR adds functionality to prevent this from happening. Before  After 
* Content Model: Fix fidelity issue of list * fix demo
* Content Model: Fix format change while editing * add test
The Content Edit was not working when cursor was between Entities, this PR fixes it, To Repro add multiple Readonly inline entities together. Without this change we had to use Arrow Key twice, now we only need to press it once
mprove the Content Edit Feature to delete delimiters. If After the Content Edit was handled: If the Entity still exists, add the delimiter removed. If the entity was removed in the ContentChanged Event, remove the Delimiters. If the event was not default prevented, select the delimiters and entity and let the browser handle the deletion. Also, in EntityPlugin if the known entity removed is a inline entity, normalize delimiters
Handle a scenario where the delimiter is removed when user selects the text + delimiter. Repro Add Entity type Next and Before the Entity Select the text after/before the entity press a key the modified the content Actual: The delimiter is removed in some scenarios Expected: Do not remove the delimiter To fix modify the selection and prevent the user typing inside of the delimiter when selection is not collapsed
…oft#1632 I was only checking if the element was a delimiter, but also need to check that the classes are correct, Otherwise, if the next sibling of the entity that we are adding the delimiters is a delimiterBefore of another entity, we won't add the delimiter after.
…u/juliaroldi/flip-image-2
…-in-hyperlink Remove shadow wrapper
…age-2 Rotate and Flip Image
…sues Remove max-width from insertImageWithSrc
…ent Model (microsoft#1641) * Add a parameter to enable/disable handling keyboard editing from Content Model * fix test
* fix inserter * fix comment * changed to enum
* Import Helpers * add tslib dependency --------- Co-authored-by: Bryan Valverde U <[email protected]>
…t#1863) * init * fix build * remove unneeded exports
microsoft#1870) * Content Model: Let browser handle delete/backspace event for normal cases * clear cache if let browser handle delete event * fix test --------- Co-authored-by: Bryan Valverde U <[email protected]>
* Patch for microsoft#1870 * Use Content handle Ctrl+Backspace * improve
* init * add test * fix build * fix in firefox
* Add back onExternalContentTransform * fix test
* Content Model: Ignore empty paragraph when turn on list * Improve * Improve --------- Co-authored-by: Bryan Valverde U <[email protected]>
* Content Model: Fix header level issue * fix test
Co-authored-by: Jiuqing Song <[email protected]>
…u/juliaroldi/exception-vlist
Co-authored-by: Bryan Valverde U <[email protected]>
* Fix #209223 * fix build and test
…le-background-color Handle dark colors for table background color
Co-authored-by: Bryan Valverde U <[email protected]>
* init * add new type to ContentModelTableFormat * add renderer to demo and export in index
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.