Project

General

Profile

Bug #75352

Updated by Markus Sommer about 8 years ago

In Chrome Version 50 and higher there is a problem with rendering on highres displays. After loading an Ajax call errors in the view can occur (see screenshot). 
 !{width:300px}https://forge.typo3.org/attachments/download/30772/chome_50.png! !{width:300px}chrome_50.png! 

 The solution is to add an attribute to the broken elements to force chrome to use hardware rendering. 
 <pre> 
 transform: translate(0, 0); 
 </pre>

Back