Main view disappears after opening an issue

Issue #10 resolved
Stefan Kopco created an issue

Opening an issue only briefly displays issue contents upon opening.

vscode_jira_bug.gif

Console outputs the following:

webviewElement.ts:294 [Embedded Page] TypeError: Cannot read property 'length' of undefined
webviewElement.ts:294 [Embedded Page] Uncaught TypeError: Cannot read property 'length' of undefined

Comments (5)

  1. Jonathan Doklovic Account Deactivated

    @skec We believe we have resolved this in version 1.0.1 which we just released. Can you please test it out and let us know?

  2. Stefan Kopco reporter

    Well, it fixed the length error, but now it shifted to the map property 😅

    Any insights if this might be an issue specific to OS or some combination of other extension? The fetched data could not be by any chance be 'corrupted'?

    I noticed, that there is no information from the issue loaded in the glimpse that I got from the view.

    #!
    [Embedded Page] TypeError: Cannot read property 'map' of undefined
    
  3. Jonathan Doklovic Account Deactivated

    @skec It's actually another bug that we just didn't catch. I agree that there may be some other issue with the data being returned, but we need to correct these little bugs to get to the heart of the matter.

    That being said, I've created a new version for you to test out. You can grab it from https://bitbucket.org/atlassianlabs/atlascode/downloads/atlascode-1.0.2-dev.vsix

    If you go to the extensions explorer in VSCode, you can use "install from vsix" on the ... menu to install it.

    Thanks for bearing with us on this one.

    Let me know how it goes.

  4. Pramod Busam Account Deactivated

    We have released a new version of the extension (1.0.2) which fixes this issue. Please re-open the issue if you still see this happening.

  5. Log in to comment