angulardart / angular_components

The official Material Design components for AngularDart. Used at Google in production apps.

Home Page:https://pub.dev/packages/angular_components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dialog autodismiss on firefox, close when changing tab

lejard-h opened this issue · comments

Tested on Firefox 67.0.1 with the current gallery https://dart-lang.github.io/angular_components/#/material_dialog, on the auto dissmiss example.

How to reproduce ?

  • On Firefox
  • Open the auto dissmissable dialog
  • change tab
  • return to the angular gallery tab

The dialog is closing itself, it seems the (dissmiss) event is called.

Thanks for the report.