Bug 42271 - [chromium] PopupMenu labels are not very visible when selected
Summary: [chromium] PopupMenu labels are not very visible when selected
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-14 10:54 PDT by Jay Civelli
Modified: 2010-07-15 18:39 PDT (History)
4 users (show)

See Also:


Attachments
Initial patch (2.10 KB, patch)
2010-07-15 15:51 PDT, Jay Civelli
levin: review-
Details | Formatted Diff | Diff
Applying Dave Levin's suggested changes. (2.18 KB, patch)
2010-07-15 17:06 PDT, Jay Civelli
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jay Civelli 2010-07-14 10:54:45 PDT
- In Chromium, trigger the form autofill popup on a form
- The label on the right of the text is displayed in gray.
- Select the entry with the label.

Expected:
The text and label colors change so that they can be read with the selection background

Actual:
Only the text color changes, the label is still gray and is hard to read on the selection background
Comment 1 Jay Civelli 2010-07-15 15:51:07 PDT
Created attachment 61738 [details]
Initial patch
Comment 2 James Hawkins 2010-07-15 15:53:17 PDT
LGTM, thanks.
Comment 3 David Levin 2010-07-15 15:56:15 PDT
Comment on attachment 61738 [details]
Initial patch

> Index: WebCore/ChangeLog
> +        (WebCore::PopupListBox::paintRow):

A short comment here would be nice.

> Index: WebCore/platform/chromium/PopupMenuChromium.cpp
> +    gc->setFillColor(textColor, DeviceColorSpace);

labelColor (as discussed).
Comment 4 David Holloway 2010-07-15 15:57:53 PDT
LGTM.
Comment 5 Jay Civelli 2010-07-15 17:06:10 PDT
Created attachment 61749 [details]
Applying Dave Levin's suggested changes.
Comment 6 WebKit Commit Bot 2010-07-15 18:33:49 PDT
Comment on attachment 61749 [details]
Applying Dave Levin's suggested changes.

Clearing flags on attachment: 61749

Committed r63504: <http://trac.webkit.org/changeset/63504>
Comment 7 WebKit Commit Bot 2010-07-15 18:33:55 PDT
All reviewed patches have been landed.  Closing bug.
Comment 8 Zhenyao Mo 2010-07-15 18:39:38 PDT
Committed r63505: <http://trac.webkit.org/changeset/63505>