You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "Marcus Christie (Jira)" <ji...@apache.org> on 2021/07/15 17:28:00 UTC

[jira] [Updated] (AIRAVATA-3489) Cannot read property 'getWrapperElement' of null: "\"destroyed hook\""

     [ https://issues.apache.org/jira/browse/AIRAVATA-3489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcus Christie updated AIRAVATA-3489:
--------------------------------------
    Description: 
h1. Steps to reproduce

1. Create a new experiment with an application that has a file input, like Gaussian16
2. Upload an input file that is greater in size than 1MB
3. Click on the uploaded file to preview it.
4. No preview is available because it is over 1MB. This is expected and fine.
5. Close the preview window.

h1. Actual results

An error message that is something like

{code}
Cannot read property 'getWrapperElement' of null: "\"destroyed hook\""
{code}

or 
{code}
 this.editor is null 
{code}

h1. Expected results

The preview window closes without errors.


  was:
# Steps to reproduce

1. Create a new experiment with an application that has a file input, like Gaussian16
2. Upload an input file that is greater in size than 1MB
3. Click on the uploaded file to preview it.
4. No preview is available because it is over 1MB. This is expected and fine.
5. Close the preview window.

# Actual results

An error message that is something like

```
Cannot read property 'getWrapperElement' of null: "\"destroyed hook\""
```

or 
```
 this.editor is null 
```

# Expected results

The preview window closes without errors.


> Cannot read property 'getWrapperElement' of null: "\"destroyed hook\""
> ----------------------------------------------------------------------
>
>                 Key: AIRAVATA-3489
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-3489
>             Project: Airavata
>          Issue Type: Sub-task
>          Components: Django Portal
>            Reporter: Marcus Christie
>            Assignee: Marcus Christie
>            Priority: Major
>
> h1. Steps to reproduce
> 1. Create a new experiment with an application that has a file input, like Gaussian16
> 2. Upload an input file that is greater in size than 1MB
> 3. Click on the uploaded file to preview it.
> 4. No preview is available because it is over 1MB. This is expected and fine.
> 5. Close the preview window.
> h1. Actual results
> An error message that is something like
> {code}
> Cannot read property 'getWrapperElement' of null: "\"destroyed hook\""
> {code}
> or 
> {code}
>  this.editor is null 
> {code}
> h1. Expected results
> The preview window closes without errors.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)