[Tools-discuss] Proper scrolling in iOS

Richard Barnes <richard.barnes@gmail.com> Thu, 11 April 2013 19:34 UTC

Return-Path: <richard.barnes@gmail.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7AB4E21F85C4 for <tools-discuss@ietfa.amsl.com>; Thu, 11 Apr 2013 12:34:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -103.099
X-Spam-Level:
X-Spam-Status: No, score=-103.099 tagged_above=-999 required=5 tests=[AWL=0.499, BAYES_00=-2.599, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-1, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mJhCz-Asfsxr for <tools-discuss@ietfa.amsl.com>; Thu, 11 Apr 2013 12:34:11 -0700 (PDT)
Received: from mail-pa0-f42.google.com (mail-pa0-f42.google.com [209.85.220.42]) by ietfa.amsl.com (Postfix) with ESMTP id E6D6E21F8576 for <tools-discuss@ietf.org>; Thu, 11 Apr 2013 12:34:10 -0700 (PDT)
Received: by mail-pa0-f42.google.com with SMTP id kq13so1066071pab.15 for <tools-discuss@ietf.org>; Thu, 11 Apr 2013 12:34:10 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=qWTl05uRfMzZhTP3uGNR7HE8YEpj8BLuL2NrZ7a/kao=; b=O6UDHyVLzxPAgfhtWo2DYnJ0FypCvNSUbWdZL4CFZcHQZVZVjnxCkFCShaajr8qoOj BBV7DL9qjAjLJR5w1fEyvmAU8OnXDN2vUUyM9iy6DXOpIC5zOfGTSqEpPwlfg2mre3eH hSohD+ewisIQKbtvbudqWL1Qg0hHnJ2Kntn3HSkMYYLDD1yVFBWSIgmUNSVrROPzB2PC oiXpVj6wgxoIKm4DWsXrHG3M59uIMKcNo2XvpHdK4oEWFhpJS8STyIE5uFyzZPOXz0k2 2uZlp+pbCeTIu1i2gBv/kwz7MZBaWioRZH4o+9sUNzDZiFfQ6NNN1iJuilKdQUmLjK9X dCkQ==
MIME-Version: 1.0
X-Received: by 10.66.7.202 with SMTP id l10mr2128329paa.176.1365708850678; Thu, 11 Apr 2013 12:34:10 -0700 (PDT)
Received: by 10.68.118.205 with HTTP; Thu, 11 Apr 2013 12:34:10 -0700 (PDT)
Date: Thu, 11 Apr 2013 15:34:10 -0400
Message-ID: <CACB24MuL2RCyzoj2HmdyAUYFO5YLbVH2xbmJQ18GLmmM_SXBfQ@mail.gmail.com>
From: Richard Barnes <richard.barnes@gmail.com>
To: Tools Team Discussion <tools-discuss@ietf.org>
Content-Type: multipart/alternative; boundary="bcaec520ea99e9612d04da1ade8d"
Subject: [Tools-discuss] Proper scrolling in iOS
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/tools-discuss>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 11 Apr 2013 19:34:12 -0000

On the IESG agenda page, the overlays with the document ballots use a div
with "overflow-y: scroll;"  That's fine, but on iOS it causes the page to
scroll very slowly. Could we please add an additional CSS attribute to
those divs, "-webkit-overflow-scrolling: touch"?

<http://johanbrook.com/browsers/native-momentum-scrolling-ios-5/>

Thanks,
--Richard