Chromium Code Reviews
DescriptionFix missing shadows for modal window
When using a transparent visual the window manager does not draw any
shadow by default (ex: 'Compiz' WM). Note that this default behavior
is WM dependent.
So the solution is to not use a transparent visual for ui::MODAL_TYPE_NONE
(Window is not modal)
Keep trying to use a transparent visual for type TYPE_DRAG or non-modal
TYPE_WINDOW because of crbug.com/593256 and crbug.com/369209.
BUG=640170
R=sadrul@chromium.org
TEST=Go to chrome://help and hits 'report-issue.openFeedbackDialog' button
Patch Set 1 #Patch Set 2 : oups wrong patch set #Patch Set 3 : Really fix missing shadow for the feedback window #Messages
Total messages: 17 (10 generated)
|