Re: [webkit-dev] Text selection bug: text disappearing (WINDOWS)

2007-01-16 Thread Mike Emmel
I see it on the latest cairo head as of a few weeks ago. I'm not sure if its cairo itself or something in the binding. I did trace a bit it seemed to be a color issue or maybe a porter duff problem. The text is drawn but something in the cairo state results in it not being displayed. On 1/16/07,

Re: [webkit-dev] Text selection bug: text disappearing (WINDOWS)

2007-01-16 Thread David Hyatt
It is indeed a Cairo bug. We should maybe try syncing up to a later version to see if it has been fixed. dave On Jan 16, 2007, at 2:09 PM, Ionut Durbaca wrote: Hello, I encountered the following problem with WebKit rendering (WINDOWS only): When selecting text in HTML documents - programm

Re: [webkit-dev] Text selection bug: text disappearing (WINDOWS)

2007-01-16 Thread Mike Emmel
I saw disappearing text under gdk also different circumstances and with a different font binding so I suspect its deeper in the core cairo binding. My guess is the color is not getting set correctly so you might be drawing white text. Set a background image for the page and see if the text is the

[webkit-dev] Text selection bug: text disappearing (WINDOWS)

2007-01-16 Thread Ionut Durbaca
Hello, I encountered the following problem with WebKit rendering (WINDOWS only): When selecting text in HTML documents - programmatically or by dragging the mouse over text - downwards, then upwards, the text following the selection... disappears! (is no longer visible) As mentioned, this occurs