Opened 6 years ago

Last modified 6 years ago

#232 new defect

A Class definition is randomly corretly populated or just blank.

Reported by: patrik.svestka@… Owned by:
Priority: major Milestone:
Component: default Keywords:
Cc: Also affects CVS HEAD (eXept version): no

Description (last modified by patrik.svestka@…)

This is an error which is hard to describe.

There is a time where the method (e.g. #ps_salamander_menueditor_tests ) definition is displayed

e.g.:

"{ NameSpace: Smalltalk }"

LibraryDefinition subclass:#ps_salamander_menueditor_tests
        instanceVariableNames:''
        classVariableNames:''
        poolDictionaries:''
        category:'* Projects & Packages *'

"/  no comment or documentation method found                                                           

Sometime the definition is just blank. I tried to find out any rules to it but did not find any.

One thing I noticed. When it is blank it sometimes starts to display a text e.g. "{ NameSpace: Smalltalk }" which is then deleted. It just blinks there and disappears.

For better understanding I'm adding also screenshots:

Blank:
No Class definition displayed - just blank

Correctly filled:
Correctly displayed definition

Attachments (3)

no_definition.gif (99.7 KB ) - added by patrik.svestka@… 6 years ago.
No Class definition displayed - just blank
definition_displayed.gif (94.9 KB ) - added by patrik.svestka@… 6 years ago.
Correctly displayed definition
protocol_gets_selected_without_clicking_on_it.mp4 (721.7 KB ) - added by patrik.svestka@… 6 years ago.

Download all attachments as: .zip

Change History (6)

by patrik.svestka@…, 6 years ago

Attachment: no_definition.gif added

No Class definition displayed - just blank

comment:1 by patrik.svestka@…, 6 years ago

Description: modified (diff)

comment:2 by patrik.svestka@…, 6 years ago

Description: modified (diff)

by patrik.svestka@…, 6 years ago

Attachment: definition_displayed.gif added

Correctly displayed definition

comment:3 by patrik.svestka@…, 6 years ago

One more thing. I noticed that a protocol gets selected without any user interaction.

Please see the attached screencast.

by patrik.svestka@…, 6 years ago

Note: See TracTickets for help on using tickets.