Bug 40879

Summary: [Qt] results from resize-from-plugin.html are wrong
Product: WebKit Reporter: Robert Hogan <robert>
Component: Plug-insAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, kling, webkit.review.bot
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: All   
OS: Linux   
Bug Depends on: 41407    
Bug Blocks:    
Attachments:
Description Flags
Patch kenneth: review+

Robert Hogan
Reported 2010-06-19 06:28:18 PDT
The mac expected result is: x: 18, y: 52, width: 200, height: 200, clipRect: (18, 52, 200, 142) Qt result was (without patch): x: 18, y: 54, width: 100, height: 100, clipRect: (0, 0, 100, 100) And with patch from 36702: x: 18, y: 54, width: 100, height: 100, clipRect: (0, 0, 200, 142) So closer, but still no cigar.
Attachments
Patch (4.59 KB, patch)
2010-07-13 08:16 PDT, Andreas Kling
kenneth: review+
Andreas Kling
Comment 1 2010-06-30 03:04:06 PDT
*** Bug 36210 has been marked as a duplicate of this bug. ***
Andreas Kling
Comment 2 2010-06-30 08:32:26 PDT
With bug 41406 and bug 41407 we take a step closer: x: 18, y: 54, width: 200, height: 200, clipRect: (0, 0, 200, 142)
Andreas Kling
Comment 3 2010-07-13 08:16:06 PDT
Andreas Kling
Comment 4 2010-07-13 08:23:09 PDT
WebKit Review Bot
Comment 5 2010-07-13 08:41:26 PDT
http://trac.webkit.org/changeset/63208 might have broken GTK Linux 32-bit Release and Qt Linux Release
Note You need to log in before you can comment on or make changes to this bug.