#13575 closed bug (cantfix)
Using .wrap() on iframe breaks Windows 8 tile tags
Reported by: | retlehs | Owned by: | retlehs |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Affects jQuery 1.9.1 & latest via git + IE10 on Windows 8
- Add a tile image to your page
- Put an iframe on the page and use .wrap() to place an element around it
- Click the pin icon at the bottom of IE10 and select Pin to Start
- Notice that the meta tags for the tile image you added are ignored. If you remove the wrap on the iframe it'll come up properly.
Demo of it broken: http://jsbin.com/aziney/1/
Demo of it working: http://jsbin.com/aziney/2/ (removed wrap on iframe but placed it on a test div)
Screenshot from broken demo: http://i.imgur.com/dKbFaeS.png
Screenshot from working demo: http://i.imgur.com/nyctxc4.png
Change History (4)
comment:1 Changed 10 years ago by
Owner: | set to retlehs |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Status: | pending → new |
---|
You're right. I didn't test with plain DOM - very sorry about that! Will report this up to IE10.
comment:3 Changed 10 years ago by
Resolution: | → cantfix |
---|---|
Status: | new → closed |
I'll close as cantfix on our side. When you file that bug can you report the link here for cross-reference? Thanks!
Note: See
TracTickets for help on using
tickets.
So are you saying jQuery has an effect here? Plain DOM seems to have the same issue:
http://jsbin.com/aziney/4/