Bug 70204 - REGRESSION (r97525): iChat transcript has horizontal scroll bar when the conversation includes a wide image
Summary: REGRESSION (r97525): iChat transcript has horizontal scroll bar when the conv...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: Nobody
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2011-10-16 13:46 PDT by mitz
Modified: 2011-10-17 11:19 PDT (History)
3 users (show)

See Also:


Attachments
Revert r97525 (6.99 KB, patch)
2011-10-17 10:55 PDT, mitz
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2011-10-16 13:46:45 PDT
<rdar://problem/10293929>

To reproduce:
1. In an iChat conversation, have someone send you an image that is wider than the chat window.
—or—
1. In iChat, open a transcript of such a conversation.

Result:
The conversation/transcript window has a horizontal scroll bar, even though there is no visible content when scrolling to the right.

This was caused by <http://trac.webkit.org/r97525>.
Comment 1 mitz 2011-10-16 13:50:20 PDT
Moreover, images resize abruptly and sometimes incorrectly as you make the window wider or narrower.
Comment 2 mitz 2011-10-16 13:50:53 PDT
Double-clicking an image in the transcript can also cause it to resize or recrop.
Comment 3 mitz 2011-10-17 10:55:10 PDT
Created attachment 111283 [details]
Revert r97525
Comment 4 WebKit Review Bot 2011-10-17 10:57:05 PDT
Attachment 111283 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/update-webkit', '--chromium']" exit_code: 2

Updating OpenSource
From git://git.webkit.org/WebKit
   dc6dc89..bc67541  master     -> origin/master
	M	Source/WebCore/WebCore.exp.in
	M	Source/WebCore/ChangeLog
	M	Source/WebKit2/UIProcess/WebProcessProxy.cpp
	M	Source/WebKit2/ChangeLog
	M	Tools/TestWebKitAPI/win/TestWebKitAPI.vcproj
	A	Tools/TestWebKitAPI/Tests/WebKit2/LoadAlternateHTMLStringWithNonDirectoryURL.cpp
	M	Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj
	M	Tools/ChangeLog
r97633 = bc675418414f8c78f57fc869bfb1c38845010f5e (refs/remotes/trunk)
First, rewinding head to replay your work on top of it...
Fast-forwarded master to refs/remotes/trunk.
Updating chromium port dependencies using gclient...
Error: Can't switch the checkout to http://v8.googlecode.com/svn/branches/3.6@9637; UUID don't match and there is local changes in /mnt/git/webkit-style-queue/Source/WebKit/chromium/v8. Delete the directory and try again.
Re-trying 'depot_tools/gclient sync'
Error: Can't switch the checkout to http://v8.googlecode.com/svn/branches/3.6@9637; UUID don't match and there is local changes in /mnt/git/webkit-style-queue/Source/WebKit/chromium/v8. Delete the directory and try again.
Re-trying 'depot_tools/gclient sync'
Error: Can't switch the checkout to http://v8.googlecode.com/svn/branches/3.6@9637; UUID don't match and there is local changes in /mnt/git/webkit-style-queue/Source/WebKit/chromium/v8. Delete the directory and try again.
Error: 'depot_tools/gclient sync' failed 3 tries and returned 256 at Tools/Scripts/update-webkit-chromium line 107.
Re-trying 'depot_tools/gclient sync'
No such file or directory at Tools/Scripts/update-webkit line 104.


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 mitz 2011-10-17 11:19:56 PDT
Fixed in r97635.