Comment #13 on issue 14114 by [email protected]: Full screen mode
causes strange/unnecessary resize in unviewed tabs
http://code.google.com/p/chromium/issues/detail?id=14114
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=27297
------------------------------------------------------------------------
r27297 | [email protected] | 2009-09-25 16:56:18 -0700 (Fri, 25 Sep 2009) |
15 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/gtk/tab_contents_container_gtk.cc?r1=27297&r2=27296
Fix a bug where we get an extra resize event for background tabs.
The TabContentsContainerGtk is a GtkFixed that contains a
TabContentsViewGtk for each tab. We hide the background TCVG
and only show the foreground TCVG. However, when the TCCG
gets a resize event, we were still sending a set_size_request
to all the background tabs. Since they were hidden, nothing
happened except in the case described in issue 14114. It
seems like this is a spurious resize by gtk, but not sending
the resize request seems to work around it.
BUG=14114
TEST=see bug
Review URL: http://codereview.chromium.org/246012
------------------------------------------------------------------------
--
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
-~----------~----~----~----~------~----~------~--~---