Project

General

Profile

Bug #81675

Updated by Andreas Kienast almost 7 years ago

Hello, actually i'm trying to update a Typo3 6.2 website to Typo3 7.6. (actually Typo3 7.6.19) 

 While testing the localization with IRRE CE I found a bug. This bug only appears with Typo3 standard elements. 
 The backend view from the Plugin !Basic_Mask.png! 

 (Basic_Mask.png)  

 If I hit the localize button, it seems nothing happens. 
 But in real, the CE gets translated and a correct n:m connection is set. 
 Just the ajax don't change the frontend view of the backend. 
 If I hit now the save button, it will save the actually view & delete the n:m connection... 
 If I hit the close button and enter the CE again, I will see the localized CE and everything is fine. 

 I debugged a bit of the core with the help of this response information. !Response.png! information (Response.png). 
 There is a scriptCall[1] Ext.onReady.... which makes problems. 
 That one calls a JS function with TypeError: Cannot read property 'dom' of null. !JS Error.png! null (JS Error.png). 

 I'm catching that error and returning true to skip that. (hackJs.png). 
 And the result is kind of nice, CE gets localized but the categories tab is empty. !Categories.png! empty (Categories.png). 

Back