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

Visual editor: Allow to edit in-place elements containing more than one text node #122

Open
cibernox opened this issue Apr 12, 2024 · 0 comments
Labels
area:visual-editor Impacts Page Visual Editor (Visual Page Builder) enhancement New feature or request roadmap Priority issues that will be released in the short term

Comments

@cibernox
Copy link
Collaborator

Right now editing in place (using contenteditable, introduced in #121) is only allowed if the element whose content is being edited contains at most one text node (and any number of non-text nodes, like HTML element), but as soon as there are more than one text node we can't know which of the nodes has been edited (or if both were!)

Right now those can only be edited on the sidebar.

For a nicer user experience this should be possible

@leandrocp leandrocp modified the milestones: v0.1.0, v0.2.0 Apr 24, 2024
@leandrocp leandrocp added enhancement New feature or request area:visual-editor Impacts Page Visual Editor (Visual Page Builder) labels Apr 24, 2024
@leandrocp leandrocp removed this from the v0.2.0 milestone May 17, 2024
@leandrocp leandrocp added the roadmap Priority issues that will be released in the short term label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:visual-editor Impacts Page Visual Editor (Visual Page Builder) enhancement New feature or request roadmap Priority issues that will be released in the short term
Projects
Status: Todo
Development

No branches or pull requests

2 participants