[Webkit-unassigned] [Bug 11686] WebKit draws Carto.net tabgroup example completely incorrectly (ff does fine)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 2 08:19:29 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11686





------- Comment #1 from rwlbuis at gmail.com  2006-12-02 08:19 PDT -------
Hi Eric,

(In reply to comment #0)
> WebKit draws Carto.net tabgroup example completely incorrectly (ff does fine)
> 
> http://www.carto.net/papers/svg/gui/tabgroup/index.svg
> 
> It looks like there is an issue measuring the text which is causing the tabs to
> be so small.  Then some text drawing issues, as well as some hit detection
> issues. The hit detection issues might be related to the measuring.

I looked into it and getBBox is wrong on the text element that gets created
dynamically. It is
basically an empty rect (0, 0, 0, 0), causing indeed measuring problems. It
seems the render object
is created but not layouted. Not sure how to handle this yet...
Cheers,

Rob.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list