You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Shane Ardell (JIRA)" <ji...@apache.org> on 2018/10/17 12:52:00 UTC

[jira] [Created] (METRON-1830) Re-implement Alerts dialog box without jQuery

Shane Ardell created METRON-1830:
------------------------------------

             Summary: Re-implement Alerts dialog box without jQuery
                 Key: METRON-1830
                 URL: https://issues.apache.org/jira/browse/METRON-1830
             Project: Metron
          Issue Type: Bug
            Reporter: Shane Ardell


Currently, the dialog box class in both UIs directly manipulates the DOM with jQuery. This is problematic when using a framework like Angular because it causes a disconnect with how Angular handles and tracks DOM changes. We also don't take advantage of Angular's rendering engine.

The dialog box can and should be implemented as a component and a singleton service (since we would never want to launch more than one modal at a time).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)