Re: [webkit-dev] AbsoluteClippedOverflowRect return empty IntRect

2010-03-23 Thread tonikitoo (Antonio Gomes)
Hi Simon. That was my thought. Thank you for confirming. On Tue, Mar 23, 2010 at 2:54 PM, Simon Fraser wrote: > On Mar 23, 2010, at 11:38 AM, tonikitoo (Antonio Gomes) wrote: > >> Hey all. >> >> I am facing a strange issue while trying to the get repaintable rect >> of a given Node* object. In m

Re: [webkit-dev] AbsoluteClippedOverflowRect return empty IntRect

2010-03-23 Thread Simon Fraser
On Mar 23, 2010, at 11:38 AM, tonikitoo (Antonio Gomes) wrote: > Hey all. > > I am facing a strange issue while trying to the get repaintable rect > of a given Node* object. In my code I am doing something like: > > (...) > ASSERT(node); > node->renderer()->absoluteClippedOverflowRect(); > (...)

[webkit-dev] AbsoluteClippedOverflowRect return empty IntRect

2010-03-23 Thread tonikitoo (Antonio Gomes)
Hey all. I am facing a strange issue while trying to the get repaintable rect of a given Node* object. In my code I am doing something like: (...) ASSERT(node); node->renderer()->absoluteClippedOverflowRect(); (...) , where "node" is a valid reference to an in the following simple html sample i