Bug 13926 - REGRESSION: Colloquy main view does not size correctly in ToT
Summary: REGRESSION: Colloquy main view does not size correctly in ToT
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2007-05-30 09:42 PDT by Sam Weinig
Modified: 2007-07-23 15:21 PDT (History)
4 users (show)

See Also:


Attachments
Testcase (852 bytes, text/html)
2007-06-14 15:40 PDT, Timothy Hatcher
no flags Details
reduced/better testcase (636 bytes, text/html)
2007-06-14 16:11 PDT, Sam Weinig
no flags Details
testcase using <table> (564 bytes, text/html)
2007-06-16 20:26 PDT, Sam Weinig
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2007-05-30 09:42:12 PDT
When using colloquy with ToT, if you resize the window to become bigger and then smaller, it stays thinking the size is still the bigger size.   There have been reports (Adam) that the issue happens before resize as well and can be made worse by resizing.  I am not sure if this is a Colloquy or WebKit issue but I am filing it here just to be safe.
Comment 1 Adam Roben (:aroben) 2007-05-30 13:16:17 PDT
<rdar://problem/5237574>
Comment 2 Timothy Hatcher 2007-06-14 15:40:51 PDT
Created attachment 15035 [details]
Testcase

I think this is a bug with CSS tables. They are resizing funny.

See attached text case, and resize the window vertically in Safari. You should never see red.
Comment 3 Sam Weinig 2007-06-14 16:11:53 PDT
Created attachment 15036 [details]
reduced/better testcase
Comment 4 Dave Hyatt 2007-06-16 04:26:19 PDT
I would guess the baseline isn't getting readjusted for some reason.
Comment 5 Sam Weinig 2007-06-16 11:58:42 PDT
As a work around you can add vertical-align: middle; to the table cells.

Comment 6 Sam Weinig 2007-06-16 20:26:19 PDT
Created attachment 15082 [details]
testcase using <table>
Comment 7 Timothy Hatcher 2007-06-24 13:43:20 PDT
The vertical-align: middle workaround does fix Colloquy. Hyatt, is there still a WebKit bug though?
Comment 8 mitz 2007-07-23 15:21:01 PDT
Fixed by Dave Hyatt in <http://trac.webkit.org/projects/webkit/changeset/24450>.