-
Notifications
You must be signed in to change notification settings - Fork 898
1st changes for SmartArt UI in cool #13374
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
base: master
Are you sure you want to change the base?
Conversation
|
Thanks for opening this pull request! Things that will help get your PR across the finish line:
|
|
NOTES:
Without that you will not see anything new :-/ What the change adds:
The goal is to get to what LO can do/offers currently, mainly to have UI in cool to at least do the same as in core. |
|
@alalg i cannot open the documents. Do i need anything else other than below commit? |
7e228d1 to
32bd13a
Compare
|
Another question: What can I do for the two 'failed' checks?
Maybe it's just the new 'frame' being shown, so the test may need change? |
c1f35f3 to
94fde82
Compare
For the second one, please check below page - the console log of the error:
For the first one - for running the tests locally:
|
94fde82 to
2ea121a
Compare
Signed-off-by: Armin Le Grand (collabora) <[email protected]> Change-Id: I81da386de7e8ee3e66104c80122a025322a9d2db
2ea121a to
ce3acd8
Compare
Indeed containsPoint is in CanvasSectionObject and also in ContentControlDropdownSubSection which is a HTMLObjectSection which is a CanvasSectionObject -> double. BUT: how can that be and a failing test - I did neither change browser/src/canvas/sections/ContentControlDropdownSubSection.ts nor did I touch containsPoint in browser/src/canvas/CanvasSectionObject.ts - that already existed, I added isHit below that one, that's true... Both are from gokaysatir: |
That's unfair :) I don't know why it didn't catch the first occurrence. |
Change-Id: I81da386de7e8ee3e66104c80122a025322a9d2db
Summary
For now reacts if you have a SmartArt in the loaded file
TODO
Checklist
make prettier-writeand formatted the code.make checkmake runand manually verified that everything looks okay