Search and Top Navigation
#14900 closed bug (wontfix)
Opened January 14, 2016 01:28PM UTC
Closed January 14, 2016 01:54PM UTC
Tooltip placement in IE 8-11 is wrong when using jQuery 1.12
Reported by: | SimenB | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | none |
Component: | ui.tooltip | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
After upgrading to jQuery 1.12, our tooltips are [placed wrong in all IEs I've tested (8, 9, 10, 11).
Demo: jsbin.com/menoxo/
The tooltip is placed where it'd be if the user does not scroll. That's why there's an image in the jsbin.
If you scroll a bit further down and mouse over the input field, the tooltip is placed in the same location in the window as if there'd been no scrolling.
Using jQuery 1.11.3: http://ctrlv.in/696781
Using jQuery 1.12.0: http://ctrlv.in/696780
Attachments (0)
Change History (2)
Changed January 14, 2016 01:36PM UTC by comment:1
Changed January 14, 2016 01:54PM UTC by comment:2
resolution: | → wontfix |
---|---|
status: | new → closed |
At this point, IE11 is the only browser we're landing fixes for, though I assume a fix for that will also fix the other old IEs. However, this is almost certainly a bug in jQuery Core, not jQuery UI. I'm going to close this since you also filed https://github.com/jquery/jquery/issues/2828. If it turns out that the bug isn't in jQuery and that issue gets closed, we can reopen this one.
Note: I'm closing as won't fix because we could potentially fix this directly in jQuery UI, but we have a policy not to work around major bugs in jQuery like this.
It's buggy in jQuery 2.2.0 as well