[Webkit-unassigned] [Bug 16854] display title in tooltip onmouseover in SVG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 14 10:41:22 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=16854


Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zimmermann at kde.org




--- Comment #12 from Dirk Schulze <krit at webkit.org>  2010-04-14 10:41:21 PST ---
(In reply to comment #11)
> Created an attachment (id=53318)
 --> (https://bugs.webkit.org/attachment.cgi?id=53318) [details]
> Fix style error

You can check for the renderer to identify a use-element

RenderObject* renderer = renderer();
if (renderer && renderer->isSVGShadowTreeRootContainer())

Also the correct style is to use sentences with capital at the beginning and a
point at the end. Please use String() or string.empty() for strings, not
nullAtom. This would be more understandable.

I would like to ask Niko for taking a look at this patch.

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



More information about the webkit-unassigned mailing list