-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chrome: Improve "Find" widget position with hidden frame #3461
Comments
Bounds are calculated in ToolbarView::GetFindBarBoundingBox
It’s likely possible to perform these calculations internally, at least for inputs such as overlays, draggable regions and toolbar height (for macOS). |
Expected placement behavior on Windows:
|
|
Positional behavior on macOS should be the same as Windows for the above examples. On macOS we also have
|
Original report by me.
What steps will reproduce the problem?
cefclient --enable-chrome-runtime --hide-frame --hide-controls
What is the expected output? What do you see instead?
The “Find” widget should appear below the overlay controls. Instead, it appears on top of the overlay controls.
Additional related problems:
What version of the product are you using? On what operating system?
M112 on Windows 10 64-bit.
To resolve these issues, the client should be able to:
The text was updated successfully, but these errors were encountered: