[Webkit-unassigned] [Bug 31831] [Android] The select elements do not reflect the actual choice the user makes.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 25 08:31:09 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=31831
Ben Murdoch <benm at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |benm at google.com
--- Comment #3 from Ben Murdoch <benm at google.com> 2009-11-25 08:31:09 PST ---
(In reply to comment #2)
> (From update of attachment 43846 [details])
> Thanks for cleaning up the old code!
>
> r=me, except:
>
> > bool RenderThemeAndroid::paintTextArea(RenderObject* obj, const RenderObject::PaintInfo& info, const IntRect& rect)
> > {
> > - if (obj->isMenuList())
> > - return paintCombo(obj, info, rect);
> > + if (obj->isListBox()) {
> > + paintCombo(obj, info, rect);
>
> Can this be just an early return?
I can make this change on landing.
--
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