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

Selecting item from dropdown by using firefox #667

Closed
Eliador opened this issue Jul 27, 2016 · 1 comment
Closed

Selecting item from dropdown by using firefox #667

Eliador opened this issue Jul 27, 2016 · 1 comment
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@Eliador
Copy link

Eliador commented Jul 27, 2016

When i trying to select item in dropdown, selected item is changed, but "angular" throw exception in "zone.js". So panel with dropdown items is not hid.
For example you can look your examples: http://www.primefaces.org/primeng/#/dropdown

I use firefox 47.0.1 and last revision of release primeng (1.0.0-beta.11)

@Ov3rlo4d
Copy link

Ov3rlo4d commented Jul 27, 2016

This happens because the method onItemClick(option) in dropdown.ts references the variable event which is not in scope.

It works in chrome because chrome create a global event object when some event is fired, but this is not something you can rely on.

this should be fixed by pr #661

@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Jul 29, 2016
@cagataycivici cagataycivici added this to the 1.0.0-beta.12 milestone Jul 29, 2016
@cagataycivici cagataycivici self-assigned this Jul 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

3 participants