#8239 closed bug (worksforme)
The character 't' is visible after scrolling and refreshing a page on the iPad.
Reported by: | RoyceG | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | support | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
The character 't' is visible after scrolling and refreshing a page on the iPad.
How to reproduce:
Use this html:
<!doctype html> <html> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js" type="text/javascript"></script> </head> <body style="color: Red; font-size: 400px; height: 2000px;"></body> </html>
On an iPad scroll down the page and then hit refresh. You should see a big red 't' on the page. This only occurs when the page is scrolled.
The 't' is coming from line 1442(uncompressed)in the jQuery.support section.
div.innerHTML = "<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>";
Change History (5)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Component: | unfiled → support |
---|---|
Description: | modified (diff) |
Priority: | undecided → high |
Status: | new → open |
Confirmed by eTiger13 check this video for evidence
comment:3 Changed 13 years ago by
Priority: | high → low |
---|
comment:4 Changed 13 years ago by
Just wondering if support tests couldn't be done in an iframe? I know you can attach it to the head element and still access its document (tested on jQuery-JSONP 1.x). Would also remove the need for a domReady handler to assess boxModel-related properties.
comment:5 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | open → closed |
Tested using jQuery 1.6 -> jQuery (edge) on a live iPad and haven't been able to reproduce this using the latest version of iOS. Closing due to not being able to reproduce behaviour.
#8240 is a duplicate of this ticket.