RESOLVED FIXED 13926
REGRESSION: Colloquy main view does not size correctly in ToT
https://bugs.webkit.org/show_bug.cgi?id=13926
Summary REGRESSION: Colloquy main view does not size correctly in ToT
Sam Weinig
Reported 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.
Attachments
Testcase (852 bytes, text/html)
2007-06-14 15:40 PDT, Timothy Hatcher
no flags
reduced/better testcase (636 bytes, text/html)
2007-06-14 16:11 PDT, Sam Weinig
no flags
testcase using <table> (564 bytes, text/html)
2007-06-16 20:26 PDT, Sam Weinig
no flags
Adam Roben (:aroben)
Comment 1 2007-05-30 13:16:17 PDT
Timothy Hatcher
Comment 2 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.
Sam Weinig
Comment 3 2007-06-14 16:11:53 PDT
Created attachment 15036 [details] reduced/better testcase
Dave Hyatt
Comment 4 2007-06-16 04:26:19 PDT
I would guess the baseline isn't getting readjusted for some reason.
Sam Weinig
Comment 5 2007-06-16 11:58:42 PDT
As a work around you can add vertical-align: middle; to the table cells.
Sam Weinig
Comment 6 2007-06-16 20:26:19 PDT
Created attachment 15082 [details] testcase using <table>
Timothy Hatcher
Comment 7 2007-06-24 13:43:20 PDT
The vertical-align: middle workaround does fix Colloquy. Hyatt, is there still a WebKit bug though?
mitz
Comment 8 2007-07-23 15:21:01 PDT
Note You need to log in before you can comment on or make changes to this bug.