<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [bug] Weston tooltips are incorrectly cropped"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=52454#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [bug] Weston tooltips are incorrectly cropped"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=52454">bug 52454</a>
              from <span class="vcard"><a class="email" href="mailto:oreaus@gmail.com" title="Scott Moreau <oreaus@gmail.com>"> <span class="fn">Scott Moreau</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=69268" name="attach_69268" title="patch">attachment 69268</a> <a href="attachment.cgi?id=69268&action=edit" title="patch">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=52454&attachment=69268'>[review]</a>
patch

(In reply to <a href="show_bug.cgi?id=52454#c3">comment #3</a>)
<span class="quote">> I'm still able to reproduce this issue using cairo-image on today's master
> bits (I have not tried with cairo-egl).</span >

I was able to reproduce this with --with-cairo-glesv2 and decided to look into
it. The problem is that window->cairo_surface is NULL when get_text_extents()
is called because this surface is destroyed on attach, for the shm path. I've
attached a patch to fix the problem. I'm not sure if it's correct since I'm not
sure why cairo_surface is destroyed on the shm path only.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>