Opened 6 years ago
Closed 6 years ago
#145 closed defect (fixed)
DNU when opening help topic from dev tools
Reported by: | Jan Vrany | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 8.0.0 |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | no |
Description
Steps to reproduce:
- Start Smalltalk/X from build tree
- Open new workspace
- Pick Help -> Workspace Documentation
Observed behavior:
[MessageNotUnderstood]: String does not understand: #isURL in process WorkspaceApplication [148]
Expected behavior:
No DNU, naturally.
Notes:
- this happen for every development tool I tried. When testing, try also launcher, browser, debugger, inspector...
- when testing, also try release build (build artifact) to make sure it works in both
Change History (2)
comment:1 Changed 6 years ago by
comment:2 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in f129a3fcd113/stx.libbasic
Note: See
TracTickets for help on using
tickets.
This is due to a missing
#isURL
onObject
, we need to cherry-pick the change from upstream.