Closed pxamike closed 2 years ago
@pxamike Any thoughts on what is causing this? It sounds like it is the server returning a new frontend editor in a JS request or that it's loading the frontend editor within one of the iframes.
Same behaviour with frontend_editing v1.4.6 and ke_search v2.8.1 on TYPO3 v8.7.21.
Still happens in frontend_editing v1.9.3 on TYPO3 v9.5.15.
This issue is relating to XHR requests. The fix in v1.9.3 only fixes inceptions on redirects and link clicks. This is possibly a solution we can implement: https://stackoverflow.com/questions/10783463/javascript-detect-ajax-requests
@pxamike Do you still have this issue and to reproduce it I must have Solr installed. Then also make sure that there is a global search field which sends to a result page?
@gfobe How do you reproduce this issue in ke_search? I have it installed and do a POST with the following queryparams: ?&tx_kesearch_pi1%5Bsword%5D=test+search&tx_kesearch_pi1%5Bpage%5D=1&tx_kesearch_pi1%5BresetFilters%5D=0
The page still works and no Inception are being made.
How do you reproduce this issue in ke_search? I have it installed and do a POST with the following queryparams: ?
&tx_kesearch_pi1%5Bsword%5D=test+search&tx_kesearch_pi1%5Bpage%5D=1&tx_kesearch_pi1%5BresetFilters%5D=0
Sorry, I don't know in detail and I'm far away of the project applying to in the past. But I think it was like reporter describes. On general frontend pages it works ok, but using the search page we have had stacked frontend-editors. We did not solved this issue, but I don't remember the workaround we used.
@gfobe Thanks for your feedback, will continue to look into it!
frontend_editing 1.2.4 + t3kit 2.4.0 with solr fluid templates.
When logged in as an editor and using frontend_editing in the frontend, if I make a search (in header-middle search-filed) and press enter, a frontend-editor within a frontend-editor appears along with the result. It's possible to do this as many times as you want to stack frontend-editors.