Skip to content
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

a front issue when creating a new article #1272

Closed
MalekLahbib opened this issue Sep 12, 2024 · 3 comments · Fixed by #1372
Closed

a front issue when creating a new article #1272

MalekLahbib opened this issue Sep 12, 2024 · 3 comments · Fixed by #1372
Assignees
Labels
bug Something isn't working Social Feed Everything related to the Social Feed

Comments

@MalekLahbib
Copy link

Hello,
when I was testing your social feed app, I noticed when I was trying to create a new article, that in the "Article content" container when I click on "Type message here" I can't write anything, I have to click beside to have focus. After inspecting the page, I think that the div containing "Type message here" is the problem.
Screenshot from 2024-09-12 17-56-09

@n0izn0iz
Copy link
Collaborator

n0izn0iz commented Sep 12, 2024

thanks for testing the app @MalekLahbib :)

@WaDadidou can you check pls

@WaDadidou
Copy link
Collaborator

=> Related to #1353

@MalekLahbib
We use draft-js-plugins/editor to write/read Articles, and provide a placeholder to the Editor component, that is weirdly handled: https://github.com/TERITORI/teritori-dapp/blob/main/packages/components/socialFeed/RichText/RichText.web.tsx#L432

We planned to replace draft-js by a markdown support, and refacto the Articles creation.
This is a known issue and hope we could put ressources on this refacto as soon as possible.

Thank you for your report, and sorry for the delay.

@WaDadidou WaDadidou added the Social Feed Everything related to the Social Feed label Nov 16, 2024
@WaDadidou WaDadidou self-assigned this Nov 16, 2024
@WaDadidou WaDadidou added the bug Something isn't working label Nov 16, 2024
@WaDadidou
Copy link
Collaborator

I made a PR: #1372

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Social Feed Everything related to the Social Feed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants