Pascal1703 Posted November 7, 2014 Report Share Posted November 7, 2014 In the user dashboard on jsfiddle.net (requires user login), some texts are not displayed in ultra mode, making the dashboard unreadable. The below screenshots show the appearance, 1st in Maxthon, and 2nd in Google Chrome with the missing content visible. Seems to be a css display issue. Link to comment Share on other sites More sharing options...
7twenty Posted November 7, 2014 Report Share Posted November 7, 2014 Can you do a compare of the source in both browsers to see if there is anything different between them? That's the only thing that I could think of would be that. I can't see adhunter causing any issues there. Could be related to this?: http://forum.maxthon.com/thread-12899-1-2.html Link to comment Share on other sites More sharing options...
SWFlash0 Posted November 8, 2014 Report Share Posted November 8, 2014 To me it looks like a custom font didn't download for you, could you check in the console what font this website uses? Link to comment Share on other sites More sharing options...
Pascal1703 Posted November 8, 2014 Author Report Share Posted November 8, 2014 Thanks for your feedback! The fonts that are used are very standard: helvetica, .... When looking with the dev tools, I see the size of the hidden elements is 0px wide (see first screenshot), while in Chrome, the example shown is 81px wide. 1037410375 Link to comment Share on other sites More sharing options...
SWFlash0 Posted November 9, 2014 Report Share Posted November 9, 2014 Open Sans font is downloaded from fonts.googleapis.com (CSS) and fonts.gstatic.com (TTF). In console, if you click on one of the fonts in the Resources tab, do you see them correctly? I tried blocking the Google domains, but it would just fallback to the next font (Helvetica or Arial), so I guess if you block them, you should see the text Link to comment Share on other sites More sharing options...
Pascal1703 Posted November 9, 2014 Author Report Share Posted November 9, 2014 Thanks again for your feedback! I do see the fonts in the Resources tab. But I noticed something else: it is the text-rendering property that makes the text disappear. When I disable it, the text is visible! 1039210393 Link to comment Share on other sites More sharing options...
puf_the_majic_dragon Posted November 11, 2014 Report Share Posted November 11, 2014 What version are you using? I've noticed in version 4.4.3.1000 that some websites rendering is completely broken in ultra mode. I'm searching the forums right now just to see if anyone else has reported the same issue. In my case, these same websites work flawlessly on my other computer running v4.4.1.5000, confirming that something was changed in Maxthon's renderer. Link to comment Share on other sites More sharing options...
Pascal1703 Posted November 12, 2014 Author Report Share Posted November 12, 2014 I'm using 4.4.3.1000 at work and 4.4.2.2000 at home. The problem is the same in both. Link to comment Share on other sites More sharing options...
7twenty Posted November 12, 2014 Report Share Posted November 12, 2014 This might not work, but is it possible to use AdHunter to override/disable that property? Doesn't fix the issue, but if that is all that causing the problem it is a workaround that should work, in theory at least? Link to comment Share on other sites More sharing options...
Pascal1703 Posted November 13, 2014 Author Report Share Posted November 13, 2014 thanks for the answer, but I don't see how you could override/disable a css property with AdHunter? I have been trying to override the property via the Dev tools, but there seems to be no way to save the changes and replace the css file with the local changes the next time the url is called. In Chrome, there's an option "Map to file system resource" in the Sources > Sources panel, but this option is not available in Maxthon. Link to comment Share on other sites More sharing options...
SWFlash0 Posted November 13, 2014 Report Share Posted November 13, 2014 Just paste this in AdHunter:##*{text-rendering:auto!important} Link to comment Share on other sites More sharing options...
Pascal1703 Posted November 13, 2014 Author Report Share Posted November 13, 2014 That's awesome, thanks a lot! I didn't know I could add css rules in AdHunter! I thought these rules were really designed as blocking rules, but in this case, the css is actually applied to the website, rather than blocking. I've been looking for AdHunter help on the Mx support pages, but I didn't find more than a video explaining the obvious use cases of it. Link to comment Share on other sites More sharing options...
7twenty Posted November 13, 2014 Report Share Posted November 13, 2014 Yep, AdHunter is very powerful and can do much more than just block ads. The biggest issue is that if you don't know how CSS works it can be very daunting to get your head around it. Some well put together tutorials would be nice. There are some in the forums if you search for them. But it would be nice if there was a nicely curated resource stating this info. Link to comment Share on other sites More sharing options...
Recommended Posts