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

RevealResourceAction and "Link with Editor" button work incorrect #6286

Closed
AndrienkoAleksandr opened this issue Sep 15, 2017 · 2 comments
Closed
Assignees
Labels
kind/bug Outline of a bug - must adhere to the bug report template.

Comments

@AndrienkoAleksandr
Copy link
Contributor

Reproduction Steps:
Steps to Reproduce:

  1. Create Spring project from template.
  2. Open index.jsp file.
  3. Close project Spring in the ProjectExplorer.
  4. Click "Link with Editor" in the ProjectExplorer.
  5. Click editor index.jsp
    Expected behavior: ProjectExplorer should expand index.jsp node.
    Actual behavior: ProjectExplorer fails:
    Uncaught (in promise) Error: com.google.gwt.event.shared.UmbrellaException: Exception caught: (TypeError) : Cannot read property 'className' of null
    at UmbrellaException_0.createError (Throwable.java:121)
    at UmbrellaException_0.initializeBackingError (Throwable.java:113)
    at UmbrellaException_0.Throwable_2 (Throwable.java:74)
    at UmbrellaException_0.Exception_2 (Exception.java:33)
    at UmbrellaException_0.RuntimeException_2 (RuntimeException.java:33)
    at UmbrellaException_0.UmbrellaException (UmbrellaException.java:65)
    at UmbrellaException_0 (UmbrellaException.java:26)
    at SimpleEventBus_1.castFireEvent (EventBus.java:69)
    at SimpleEventBus_1.fireEvent_3 [as fireEvent_0] (SimpleEventBus.java:57)
    at NodeLoader_0.fireEvent_12 [as fireEvent_1] (NodeLoader.java:361)
    at NodeLoader_0.onLoadSuccess (NodeLoader.java:329)
    at NodeLoader_0.iterate (NodeLoader.java:410)
    at NodeLoader$7.apply_742 [as apply_27] (NodeLoader.java:422)
    at NodeLoader$7.apply_741 [as apply_8] (NodeLoader.java:421)
    at JsPromise.java:118
    at
    createError @ Throwable.java:121
    initializeBackingError @ Throwable.java:113
    Throwable_2 @ Throwable.java:74
    Exception_2 @ Exception.java:33
    RuntimeException_2 @ RuntimeException.java:33
    UmbrellaException @ UmbrellaException.java:65
    UmbrellaException_0 @ UmbrellaException.java:26
    castFireEvent @ EventBus.java:69
    fireEvent_3 @ SimpleEventBus.java:57
    fireEvent_12 @ NodeLoader.java:361
    onLoadSuccess @ NodeLoader.java:329
    iterate @ NodeLoader.java:410
    apply_742 @ NodeLoader.java:422
    apply_741 @ NodeLoader.java:421
    (anonymous) @ JsPromise.java:118

OS and version:
Fedora 25.
Version:
5.18.0-SNAPSHOT

@AndrienkoAleksandr AndrienkoAleksandr added the kind/bug Outline of a bug - must adhere to the bug report template. label Sep 15, 2017
@AndrienkoAleksandr AndrienkoAleksandr self-assigned this Sep 15, 2017
@AndrienkoAleksandr
Copy link
Contributor Author

AndrienkoAleksandr commented Sep 15, 2017

Seems related #6289

@riuvshin
Copy link
Contributor

PR merged, should we close this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template.
Projects
None yet
Development

No branches or pull requests

2 participants