Bug Tracker

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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

  1. Add a tile image to your page
  2. Put an iframe on the page and use .wrap() to place an element around it
  3. Click the pin icon at the bottom of IE10 and select Pin to Start
  4. 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 dmethvin

Owner: set to retlehs
Status: newpending

So are you saying jQuery has an effect here? Plain DOM seems to have the same issue:

http://jsbin.com/aziney/4/

comment:2 Changed 10 years ago by retlehs

Status: pendingnew

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 dmethvin

Resolution: cantfix
Status: newclosed

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.