Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Click on button with ngf-select no longer working in latest Chrome #2140

Open
adamreisnz opened this issue Aug 8, 2020 · 2 comments
Open

Comments

@adamreisnz
Copy link

adamreisnz commented Aug 8, 2020

This used to work fine for years, but appears to have stopped working. Clicking on a button with ngf-select doesn't work anymore (doesn't do anything).

I've traced to where it gets, and it does reach fileElem[0].click(); but it appears that click action is no longer being accepted or allowed by Chrome.

<button class="Button Button--success" ng-model="$ctrl.file" ngf-select="$ctrl.selectedFile($file)" ngf-accept="text/csv" ngf-pattern=".csv">
  <i class="Icon">file_upload</i> Choose a file
</button>

This code has previously worked, and hasn't changed since.

Latest version, 12.2.13.

@ritute
Copy link

ritute commented Aug 31, 2022

+1 also experiencing now

@ersingencturk
Copy link

did you try changing button to a element?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants