Menu

Safari Display Bug

2010-08-20
2013-04-29
  • Jared Alessandroni

    In Safari 5, there is a "shadow" or blurring issue - it's actually a realignment issue.  Open up edit_area_full.js and find

    if(t.isSafari){t.editor_area.Ç.position=\"absolute\";a.Ç.marginLeft=\"-3px\";
    and replace it with
    if(t.isSafari){

    if you want it to just go away - if you care about playing nice with old Safari, throw in a sub-conditional like if(t.isSafari < 5)…

    Good luck!

     
  • David Ziegler

    David Ziegler - 2010-12-04

    t.isSafari is actually a bool, except when it's safari. So if you just to t.isSafari < 5, everything except safari 5 will have that blurring problem. I did

    if(t.isSafari && t.isSafari < 5)

    and it seems to be working ok.

     
  • Eismann

    Eismann - 2011-01-12

    The bug seems to be fixed in Safari 4.1.3. (running on Mac OS X 10.4.11)
    So I changed your fix to

    if(t.isSafari && t.isSafari < 4.1)
    
     
  • Eismann

    Eismann - 2011-01-12

    BTW, iPad Safari 5 Mobile has a very similar problem which is not fixed by adjusting the left margin.
    The letter-spacing seem to differ between the grey  non-highligted and the syntax-highlighted text.

     
  • MrAlexGray

    MrAlexGray - 2011-05-17

    is there any roadmap to fix this?  this is still hideously broken.. and I tried it on 10.7 LION Safari 5.1…  still broken…

    attached is an image of the issue…

     
  • onejob

    onejob - 2012-05-14

    linlinying20120514
    tory burch outlet has just opened the coach outlet store online

     

Log in to post a comment.