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

Tooltip two-step appearance glitch #10134

Closed
JustinDrake opened this issue Aug 25, 2013 · 6 comments
Closed

Tooltip two-step appearance glitch #10134

JustinDrake opened this issue Aug 25, 2013 · 6 comments
Labels
Milestone

Comments

@JustinDrake
Copy link

Chrome for Mac.

  1. Head to http://localhost:9001/javascript/#modals
  2. Click on "Launch demo modal"
  3. Hover over "This link" or "that link" and notice the tooltip appears twice, a few pixels off of each other.
@cvrebert
Copy link
Collaborator

Erm, is this #9638?

@JustinDrake
Copy link
Author

Oh yes! But are you referencing a closed bug report?

@cvrebert
Copy link
Collaborator

Yes. Has the reproducibility situation changed since then?

@JustinDrake
Copy link
Author

Don't think so. I can repro, for example, when document.width is 2021.

@mdo
Copy link
Member

mdo commented Dec 9, 2013

I think this is a positioning bug caused only by the rounding of half pixels—I can see a shifting tooltip at other odd browser widths as well. I imagine what needs to happen is that the position needs to be rounded up or down to the nearest whole pixel.

@fat
Copy link
Member

fat commented Dec 19, 2013

ugh this is because we use jquery.offset() to position our tooltips… which doesn't round numbers.

@fat fat closed this as completed in a93a753 Dec 24, 2013
@mdo mdo mentioned this issue Dec 25, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants