bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #22655] Clicking on non-editable text field changes text to bold


From: Nicola Pero
Subject: [bug #22655] Clicking on non-editable text field changes text to bold
Date: Thu, 20 Mar 2008 11:45:51 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7

Update of bug #22655 (project gnustep):

             Assigned to:                    None => nico                   
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

Well, in my case it's not begin moved vertically - I took
screenshots and compared them pixel-by-pixel.  In the "bold"
version exactly the same pixels are being drawn, but just
"darker". ;-)

I would say that the problem is that there are two
pieces of code drawing the same anti-alias string over itself.

Both NSCell -drawInteriorWithFrame: and the field editor
are drawing the string; and the semi-transparent pixels
become darker if you write them twice.

That's really impressive because it means that all the
transparency stuff is working well. :-)

Anyway, I committed a fix to subversion which fixes this problem
by having the cell not draw when there is a already a field
editor being used to draw.  That works nicely for me.

Thanks

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?22655>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]