Bug 52027 - fast/dom/Window/window-postmessage-clone.html may fail on platforms with larger fonts
Summary: fast/dom/Window/window-postmessage-clone.html may fail on platforms with larg...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-06 15:15 PST by Martin Robinson
Modified: 2011-01-07 02:29 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.20 KB, patch)
2011-01-06 15:30 PST, Martin Robinson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2011-01-06 15:15:21 PST
In fast/dom/Window/window-postmessage-clone.html the file input control is after the output console div, so if a platform uses a default font which is large enough, console output may push it out of the viewport. If that happens, the EventSender will not be able to drop files onto the file input control.

This was discovered during the implementation of beginDragWithFiles for GTK+.
Comment 1 Martin Robinson 2011-01-06 15:30:34 PST
Created attachment 78178 [details]
Patch
Comment 2 Martin Robinson 2011-01-06 18:11:35 PST
Comment on attachment 78178 [details]
Patch

Clearing flags on attachment: 78178

Committed r75219: <http://trac.webkit.org/changeset/75219>
Comment 3 Martin Robinson 2011-01-06 18:11:39 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 WebKit Review Bot 2011-01-07 02:29:00 PST
http://trac.webkit.org/changeset/75219 might have broken GTK Linux 32-bit Debug