Skip to content

BUG: Symbols and IDs #6675

@lexoyo

Description

@lexoyo

@artf
The elements with an ID in the symbols have different ID in the different instances of the symbol. It makes sense because it's bad to have multiple elements with the same ID in an HTML document

Issue 1

Users who have a symbol on different pages are confused because the styles they "add" to an element ID is "lost". Did you think of a clean way to work around this in this use case?

Issue 2

Another problematic use case is when I have multiple occurences of a symbole, with in side it

  1. an element with an ID
  2. a reference to this ID, e.g. <label for="the-id">

Solutions

Then it breaks and there is no way to make it work right? I have other similar use cases unfortunately. For those I'm thinking I could implement a workaround in my grapesjs-symbols plugin (a wrapper around symbols, with ui etc), it would detect that a symbol is pasted or duplicated and change the references to IDs inside the symbol but I'm not sure if the for attribute will be synced and then changed everywhere... What do you think?

Edit: I tried and it seem to work well for the "Issue 2"

Following these issues I understand the IDs will not be addressed in the mid or long term right?

Thank you for your help !

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions