Updates:
Summary: Window resize from left edge looks noticeably worse than from
right edge
Comment #6 on issue 16429 by [email protected]: Window resize from left
edge looks noticeably worse than from right edge
http://code.google.com/p/chromium/issues/detail?id=16429
At least on Windows, it is basically infeasible to solve this. (We can
actually
solve it by completely implementing all message handling ourselves, which
is what
Chrome 1.0 and earlier did, but that has other penalties that resulted in
Ben
rewriting the message handling entirely for Chrome 2.) The default Windows
repaint
handling has this glitchy behavior.
Intuitively, this makes some sense. If you resize on the right edge,
generally your
damage rect is the exposed area. If you resize on the left, your damage
rect is the
entire window, because content is "pegged" to the left edge.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---