-
Notifications
You must be signed in to change notification settings - Fork 11
Copy pasting the table from another site page is not working properly #227
Comments
@tiberiuichim Finally found the original table of website. Here is the link. https://www.fz-juelich.de/ibg/ibg-1/EN/Research/SystemicMicrobiology/syncell/syncell_node.html.
|
@iFlameing I will try to replicate it in couple of days, Right now caught up with something. Is it urgent? |
@nileshgulia1 not so. |
@nileshgulia1 any update? |
@tiberiuichim can you please take a look regarding this issue. |
1 similar comment
@tiberiuichim can you please take a look regarding this issue. |
@iFlameing ok, I will |
@tiberiuichim any update |
1 similar comment
@tiberiuichim any update |
@iFlameing which "additional addon loaders" are loaded? How is volto-slate loaded in your package.json? |
@tiberiuichim this is the configuration
|
@tiberiuichim any finding or pr, we really need this now. |
I checked the copy-pasting from google docs and it works perfectly fine. But If the user copy-paste the content from the website Page which is implemented may give some unwanted behavior. Here is one I implemented in code sandbox and here you can see that if you copy-paste this table block you will not get the sidebar of table block.
https://codesandbox.io/s/sweet-heisenberg-ord5n?file=/src/App.js
I investigated that there is a difference between how we structure the code of table block and other website pages. Here is the difference
Here is how Another website can implement
Here is how we implemented the same text
In edit mode for the first one, we will not get the
<p>
tag element. I think that something is related to that.I found this issue when I am trying to find an issue reported by a user. @tiberiuichim maybe you have some insight into why this occurs.
This is the generated code when the user pasted the table
I don't know why there is no p generated tag. This is the error occurred when the user clicks on the generated table column.
The text was updated successfully, but these errors were encountered: