Skip to main content

Bug Tracker

Side navigation

#13575 closed bug (cantfix)

Opened March 06, 2013 06:04PM UTC

Closed March 07, 2013 03:00AM UTC

Last modified March 07, 2013 03:13AM UTC

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

Attachments (0)
Change History (4)

Changed March 07, 2013 02:37AM UTC by dmethvin comment:1

owner: → 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/

Changed March 07, 2013 02:58AM UTC by retlehs comment:2

status: pendingnew

You're right. I didn't test with plain DOM - very sorry about that! Will report this up to IE10.

Changed March 07, 2013 03:00AM UTC by dmethvin comment:3

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!