Widget::SetBoundsConstrained() doesn't actually constrain the requested bounds to the screen bounds. |
||
Issue descriptionOS: Windows, Linux, ChromeOS Screen Bounds: 0, 0, 500, 500 widget->SetBoundsConstrained(gfx::Rect(480, 10, 100, 30)); Expected widget bounds: 390, 10, 100, 30 Actual widget bounds: 480, 10, 100, 30
,
Jul 11
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Apr 17 2018