Bug Tracker

Modify

Ticket #8240 (closed bug: duplicate)

Opened 2 years ago

Last modified 2 years ago

The character 't' is visible after scrolling and refreshing a page on the iPad.

Reported by: RoyceG Owned by:
Priority: undecided Milestone: 1.next
Component: unfiled Version: 1.5
Keywords: Cc:
Blocking: Blocked by:

Description

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

comment:1 Changed 2 years ago by ajpiano

  • Status changed from new to closed
  • Resolution set to duplicate

comment:2 Changed 2 years ago by ajpiano

Duplicate of #8239.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.