New issue
Advanced search Search tips

Issue 777195 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Oct 2017
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Spaces and new lines in between text of <button> tag freeze a page

Reported by piotr.ba...@xfive.co, Oct 22 2017

Issue description

Chrome Version: Google Chrome for iOS 62.0.3202.60
Chrome OS Version: iOS 11.0
Chrome OS Platform: iPad 5
Network info: localhost over HTTP

Please specify Cr-* of the system to which this bug/feature applies (add
the label below).

Steps To Reproduce:
(1) Go to page https://codepen.io/Piotr-Bajer/pen/aLxYNr or run attached "bug-test.html" page in browser
(2) Click anywhere on the page

Expected Result:
There should be alert displayed saying "Overlay clicked".

Actual Result:
Page freezes, tab cannot be refreshed.

How frequently does this problem reproduce? (Always, sometimes, hard to
reproduce?)
Everytime you click on the page.

What is the impact to the user, and is there a workaround? If so, what is
it?
User cannot refresh the page, tab freezes. Page needs to be closed.
It is enough to avoid spaces in <button> tag, so change code from:

<button>  test  </button>

to 

<button>test</button>

or use span wrapper like:

<button>
   <span>test</span>
</button>


 
bug-test.html
1.0 KB View Download
Please delete this issue, I have wrongly selected operating system, this issue is the same and correct: https://bugs.chromium.org/p/chromium/issues/detail?id=777196
Status: WontFix (was: Unconfirmed)

Sign in to add a comment