#1217 Pressing InspectIt in worspace/debugger gives DNU #onDblClick

Closed
opened 8 years ago by nero · 0 comments

Originally at 2016-02-29T13:19:09Z by Tim Mackinnon closed at 2016-02-29T13:49:09Z

In 0.15.x in a workspace, if I click “printit” on 5 + 1, I get an error "nil does not understand #onDblClick"

I had this is 0.15, and confirmed its also present in 0.15.1 OS: osx 10.11.3 Browser: Safari, Firefox, Chrome

Other users have confirmed this behavior.

It looks like the method:

HLInspectorVariablesWidget>>renderContentOn: html

self renderHeadOn: html.
super renderContentOn: html.
self wrapper onDblClick: [ self dive ]
Originally at 2016-02-29T13:19:09Z by Tim Mackinnon closed at 2016-02-29T13:49:09Z In 0.15.x in a workspace, if I click “printit” on 5 + 1, I get an error "nil does not understand #onDblClick" I had this is 0.15, and confirmed its also present in 0.15.1 OS: osx 10.11.3 Browser: Safari, Firefox, Chrome Other users have confirmed this behavior. It looks like the method: HLInspectorVariablesWidget>>renderContentOn: html self renderHeadOn: html. super renderContentOn: html. self wrapper onDblClick: [ self dive ]
Sign in to join this conversation.
No Label
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.