Some bugs I found

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Some bugs I found

Osvaldo Aufiero-4
Sorry guys.. I have been almost with no time, anyway, I found these:

1)ContainerView dnu #onDropDown:
When clicking the down arrow to see details in Resource Browser inside a
IdeaSpace
ContainerView(Object)>>doesNotUnderstand:
EventMessageSend>>forwardTo:withArguments:
EventMessageSend(MessageSendAbstract)>>valueWithArguments:
[] in MessageSequenceAbstract>>valueWithArguments:
EventMessageSequence>>messagesDo:
EventMessageSequence(MessageSequenceAbstract)>>valueWithArguments:
EventsCollection>>triggerEvent:with:
Toolbar(Object)>>trigger:with:
Toolbar>>onDropDown:
Toolbar>>tbnDropDown:
2)"Already posted"
DatePresenter class>>resource_Month_view
ViewComposer openOn: (LiteralResourceIdentifier class: self name name:
'Month view')
LiteralResourceIdentifier undeclared.
3)I tried to save a ShellView, with only a MaskedEdit on it, but signals a
NotFoundError (my Shell subclass was not found in a ClassHierarchyModel). It
was inside an IdeaSpace.
4)On W2k sp4. I could not replicate this in WXP.
Classbrowser inside an ideaspace, everytime i try to find a class, the
prompter view increments its size. Also outside an ideaspace. The same
happens with "tick" icon on Sunit Browser status bar.