Issue metadata
Sign in to add a comment
|
no window shadow in hidpi mode |
||||||||||||||||||||
Issue descriptionI'll bisect tomorrow.
,
Apr 29 2016
Thanks, reproduced. Looks like I got the scaling wrong. At native resolution the shadows are visible.
,
Apr 29 2016
Please make sure the shadow works with fractional scale factor such as 1.25 and 1.5 as well. Thanks!
,
Apr 29 2016
I haven't done a lot of desktop builds recently and after 2 different ones I still don't have a working ash desktop. What flags are you using? Here : gn gen out/Default --args='target_os="chromeos"' Thanks!
,
Apr 29 2016
That should work. You may want to use is_component_build = true enable_nacl = false dcheck_always_on = true
,
Apr 29 2016
Thanks a lot. ./out/Debug/chrome --ui-enable-software-compositing --ui-disable-threaded-compositing --ash-host-window-bounds=1024x768*1.25 Looks fine to me.
,
Apr 29 2016
If I revert https://codereview.chromium.org/1937493002/ from my branch, at a factor of 1.25 or above shadows are missing or barely visible.
,
Apr 29 2016
Sorry I forgot to mention that it is the small shadow (ones used for menu, etc) that is broken.
,
Apr 29 2016
Here are the expected (https://codereview.chromium.org/1937493002/ reverted) and the latest with your patch.
,
Apr 29 2016
Oops, I meant https://codereview.chromium.org/1889153002. #7, that behavior is exactly the issue, if you really meant https://codereview.chromium.org/1937493002/ :)
,
Apr 29 2016
I also noticed that the right side corners (top bottom) are no longer rounded after https://codereview.chromium.org/1889153002.
,
Apr 29 2016
Ok, so it seems there are 2 issues. Scaling (which appears to be fixed in https://codereview.chromium.org/1937493002/) and I guess an off by one clamping (missing ceil/floor). I won't be able to fix the remaining one over the weekend. Should we revert https://codereview.chromium.org/1889153002 now and I will reland a better version later (probably on Monday)?
,
Apr 29 2016
This isn't that urgent. If you can fix this next week, no need to revert. Have a nice weekend!
,
May 3 2016
To make sure I'm not chasing existing issues I reverted https://codereview.chromium.org/1889153002 At scale=1 or 2 there are no issues with the top right corner not being rounded. Though at scale=1.25 depending on the size of the window (odd width) you notice the top right corner not rounded. So I think this was a preexisting issue, only at fractional scale and with the window's width an odd number. The latest update on https://codereview.chromium.org/1937493002 should fix the remaining issue with menus' shadows. Sorry for making bisect this.
,
May 10 2016
Issue 610810 has been merged into this issue.
,
May 16 2016
Issue 611993 has been merged into this issue.
,
May 24 2016
,
May 24 2016
I forgot to add the bug number in the revert of the commit that introduced this issue. As of https://codereview.chromium.org/1983803003 this issue should be fixed.
,
May 31 2016
,
Jun 15 2016
Verified on ChromeOS 8350.31.0, 52.0.2743.41 link
,
Sep 28 2016
[Auto-generated comment by a script] We noticed that this issue is targeted for M-52; it appears the fix may have landed after branch point, meaning a merge might be required. Please confirm if a merge is required here - if so add Merge-Request-52 label, otherwise remove Merge-TBD label. Thanks.
,
Sep 28 2016
[Bulk edit] Our blockerbot script was offline; it was recently brought back online, and thus labeled many old issues (including this one) erroneously. Removing Merge-TBD label since all milestones for this issue are already completed; no further work should be done. |
|||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||
Comment 1 by osh...@chromium.org
, Apr 29 2016Owner: lionel.g...@intel.com