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

Inspector cannot display attributes of General HTML Support #129

Closed
mmichaelis opened this issue Oct 21, 2021 · 0 comments · Fixed by #151
Closed

Inspector cannot display attributes of General HTML Support #129

mmichaelis opened this issue Oct 21, 2021 · 0 comments · Fixed by #151
Assignees
Labels
Milestone

Comments

@mmichaelis
Copy link

mmichaelis commented Oct 21, 2021

Using the experimental feature General HTML Support, inspector fails providing details on the attributes stored from GHS.

In the example given below, the <strong> attribute is configured that it may carry an addition lang attribute:

image

The above source code view is a custom DTD which is a subset of HTML. Thus, in view, it is represented as <strong lang="...">.

The inspector only reveals {attributes:{}} as value.

Similar to that, a custom class attribute is represented in inspector as:

classes:[undefined]

having for example:

<strong class="some-class">
@oleq oleq self-assigned this Mar 18, 2022
@oleq oleq added the type:bug label Mar 18, 2022
@CKEditorBot CKEditorBot added the status:in-progress Set automatically when an issue lands in the "In progress" column. We are working on it. label Mar 18, 2022
psmyrek added a commit that referenced this issue Mar 22, 2022
Fix: Improved rendering of GHS attributes in the inspector. Closes #129.
@CKEditorBot CKEditorBot removed the status:in-progress Set automatically when an issue lands in the "In progress" column. We are working on it. label Mar 22, 2022
@CKEditorBot CKEditorBot added this to the iteration 52 milestone Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants