Bug 137963 - [Win] Selected text is sometimes being rendered in the wrong color.
Summary: [Win] Selected text is sometimes being rendered in the wrong color.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-22 09:20 PDT by Brent Fulgham
Modified: 2014-10-23 09:30 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2014-10-22 09:20:06 PDT
After turning off our use of the deprecated SafariTheme painting routines, it looks like some text is being rendered with the wrong color.

Example 1:
editing/pasteboard/drop-text-without-selection.html

In this case, it looks like dragging an href element into a text field causes it to use a white font color.
Comment 1 Brent Fulgham 2014-10-22 10:43:08 PDT
The following failures are due to this rendering bug. It may be that "selected text" is using the wrong color. If this is expected platform behavior these might just need to be rebaselined.

editing/pasteboard/drop-text-without-selection.html
editing/selection/3690703-2.html
editing/selection/3690703.html
editing/selection/3690719.html
editing/selection/5240265.html
editing/selection/drag-select-1.html
editing/selection/selection-button-text.html
fast/events/context-no-deselect.html
fast/forms/input-appearance-focus.html
fast/forms/input-appearance-selection.html
fast/forms/input-double-click-selection-gap-bug.html
fast/forms/input-text-double-click.html
fast/forms/tabbing-input-iframe.html
Comment 2 Brent Fulgham 2014-10-22 10:45:45 PDT
Bad tests marked as failing under <http://trac.webkit.org/changeset/175056>.