[Webkit-unassigned] [Bug 38140] Initial support for HTMLMeterElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 26 17:40:50 PDT 2010


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


MORITA Hajime <morrita at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |morrita at google.com




--- Comment #11 from MORITA Hajime <morrita at google.com>  2010-04-26 17:40:48 PST ---
Hi yeal, thank you for working on this!
There is one request:

> +#if ENABLE(METER_TAG)
> +void RenderThemeQt::adjustMeterStyle(CSSStyleSelector*, RenderStyle* style, Element*) const
> +
> +bool RenderThemeQt::paintMeter(RenderObject* o, const RenderObject::PaintInfo& pi, const IntRect& r)
How about to move these method up to RenderTheme class using GraphicsContext?
There looks no Qt specific feature to draw it (just fillRect() - right?).
Because only a few platform has its own "meter" control, reusing this on other
platform (ex. Chromium linux) would be fine.
Platforms with custom "meter" can just override it and implement their own.

-- 
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