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

Neos.Fusion:Debug makes ui reload indicator show indefinitely #1664

Closed
klfman opened this issue Feb 27, 2018 · 6 comments
Closed

Neos.Fusion:Debug makes ui reload indicator show indefinitely #1664

klfman opened this issue Feb 27, 2018 · 6 comments

Comments

@klfman
Copy link
Contributor

klfman commented Feb 27, 2018

Searched the issues, did not find anything related.

Description

when using Neos.Fusion:Debug to output debug information in the Neos backend the loading indicator (orange) in the top part of the screen cycles through indefinitely, suggesting, that the page is reloading all the time.
The desired debug information is rendered correctly, regardless.

Steps to Reproduce

Just render this:

prototype(Vendor.Name:Foo) < prototype(Neos.Neos:ContentComponent) {
    renderer = Neos.Fusion:Debug {
        foo = 'bar'
    }
}

Affected Versions

Neos: 3.3.6

(dev master, updated today, 27.2.2018)
neos/neos-ui dev-master f395830
neos/neos-ui-compiled dev-master 806dad7

@klfman klfman changed the title Neos.Fusion:Debug makes ui reload indefinitely Neos.Fusion:Debug makes ui reload indicator show indefinitely Feb 27, 2018
@hlubek
Copy link
Contributor

hlubek commented Feb 27, 2018

I also noticed issues when adding content elements that output Debug information. It seems the JSON encoding of results will be broken by the Debug object.

@grebaldi grebaldi added Backend / Backend-API Bug Label to mark the change as bugfix UI & UX labels Jul 17, 2021
@grebaldi
Copy link
Contributor

possibly related with #1718

@markusguenther
Copy link
Member

This is still an Issue but since Neos.Fusion:Debug.Console not that urgent I guess.

uierror-on-debug.mp4

@markusguenther
Copy link
Member

Video was recorded with Neos 5.3, just for the record ;)

@mhsdesign
Copy link
Member

Yes i think its okay for the UI to signal: Hey whats up i dindt expect these iframe contents.
But after lets say a while it should just stop the loading animation - its just killing me at the moment :P
I think we could check if we got something returned what dindt met our expectations we will just make the bar red above.
In case where its legit that the ui loads forever (a super large website) we should of course preserve the current behaviour,

@grebaldi
Copy link
Contributor

grebaldi commented May 2, 2023

Closed in favor of #3477.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

5 participants