You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
I have a form within a paper-dialog that contains a paper-dialog-scrollable element. When you click on the paper-button on-click event function never fires when using IOS mobile device such as iPad or iPhone, or Nexus 7 Andriod device. No issues on latest version of desktop Chrome or Safari.
This issue is something to do with scroll-action="lock" as when this is not set then it works fine on all devices
Expected outcome
You would expect the on-click event functions to execute.
Thanks. Yes, I did discover and report this in the original description of this issue. However, removing scroll-action="lock" causes a second issue with unpredictable and erroneous dialog scrolling/placement behaviour when viewing using an IOS device (I tested using iPhone) in landscape orientation.
It is called to prevent the scrolling. It should only be called for scrolling and also the elements within paper-dialog should not be affected. But as there is a event.preventDefault(); maybe this could be related blocking the on-click event? Or with targetTouches, as it only fails on mobile devices?
It also fails for me in Chrome Developer Tools emulating mobile devices but works if you select the elements via TAB and press ENTER OR using touch on my desktop screen fails but clicking works.
Description
I have a form within a paper-dialog that contains a paper-dialog-scrollable element. When you click on the paper-button on-click event function never fires when using IOS mobile device such as iPad or iPhone, or Nexus 7 Andriod device. No issues on latest version of desktop Chrome or Safari.
This issue is something to do with
scroll-action="lock"
as when this is not set then it works fine on all devicesExpected outcome
You would expect the on-click event functions to execute.
Actual outcome
Unresponsive buttons.
Steps to reproduce
Here is the code:
Browsers Affected
IOS Mobile devices (iPhone & iPad).
Andriod mobile (Nexus 7).
The text was updated successfully, but these errors were encountered: