Ted2Go icon indicating copy to clipboard operation
Ted2Go copied to clipboard

Docs content sometimes empty after browsing back

Open D-a-n-i-l-o opened this issue 5 years ago • 0 comments

When browsing the module docs and using the "Back" button ("<"), the contents of the HTML view is sometimes empty.

  1. Browse to std.filesystem and click on the entry "OpenCFile".
  2. Click on the return type "libc.FILE Ptr" or on "String" in the parameter list.
  3. The help page for "libc.FILE Ptr" or "String" is displayed.
  4. Hit the back button "<" to go back to "OpenCFile"
  5. The help view is now empty.

It seems to happen when jumping back from another module, but that's just a guess. std.filesystem.OpenCFile -> jump to monkey.types.String -> can't go back to first module

D-a-n-i-l-o avatar Jan 30 '19 16:01 D-a-n-i-l-o