Skip to content
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

Element's title is cropped, in Linux #1263

Closed
joaomoreno opened this issue Mar 19, 2015 · 1 comment
Closed

Element's title is cropped, in Linux #1263

joaomoreno opened this issue Mar 19, 2015 · 1 comment

Comments

@joaomoreno
Copy link
Contributor

Notice how the tooltip of the hello element is rendered a bit off the viewport.

screen shot 2015-03-19 at 15 42 06

When the window is maximised this doesn't happen. It looks like the screen's bounding box is being used to layout the tooltip; instead of the web view's bounding box.

<!DOCTYPE html>
<html>
  <body>
    <div
      style="position: fixed; bottom: 10px; left: 0; border: 2px solid black;"
      title="world">hello</div>
  </body>
</html>
@zcbenz
Copy link
Member

zcbenz commented Mar 20, 2015

We currently have some issues displaying native tooltips, I'm merging this to #877.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants