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

[BUG]: Error rendering view when there is attribute after a array attribute #340

Open
aboutZZ opened this issue Jul 13, 2023 · 3 comments · May be fixed by #341
Open

[BUG]: Error rendering view when there is attribute after a array attribute #340

aboutZZ opened this issue Jul 13, 2023 · 3 comments · May be fixed by #341
Assignees
Labels
bug Something isn't working

Comments

@aboutZZ
Copy link

aboutZZ commented Jul 13, 2023

Issue description

Input json:

{
  "foo": 123,
  "bar": "123",
  "authorities": [
    1,
    2,
    3
  ],
  "context": null
}

The foo bar attribute is not rendering correctly.

图片

But When I remove the context attibute, works fine.

图片

Media & Screenshots

No response

Operating system

  • OS: Windwos 10
  • Browser: Firefox 115.0.2

Priority this issue should have

High (immediate attention needed)

@aboutZZ aboutZZ added the bug Something isn't working label Jul 13, 2023
@aboutZZ aboutZZ closed this as not planned Won't fix, can't repro, duplicate, stale Jul 13, 2023
@aboutZZ aboutZZ changed the title [BUG]: Error rendering view when there is @class attribute [BUG]: Error rendering view when there is attribute after a array attribute Jul 13, 2023
@aboutZZ aboutZZ reopened this Jul 13, 2023
@AykutSarac
Copy link
Owner

It seems to be related to browser. I'll investigate. Do you have any plugins installed?

image

@aboutZZ
Copy link
Author

aboutZZ commented Jul 13, 2023

I disabled all the plugins on Firefox, problem still exists.
But on Chrome broswer, it works fine.

@naikymen
Copy link

naikymen commented Aug 3, 2023

Same here: preparation.zip

I have this issue in Firefox (115.0.3) but not in Chromium (Chromium 115.0.5790.110 Arch Linux).

image

image

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

Successfully merging a pull request may close this issue.

3 participants