Manuscript (Case [Issue]22853) _Inbox - multiLineRequest:initialAnswer:answerHeight: got broken

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

Manuscript (Case [Issue]22853) _Inbox - multiLineRequest:initialAnswer:answerHeight: got broken

Pharo Issue Tracker
Manuscript Notification
avatar
Bug in Project:  _Inbox: Not Spam  •  You are subscribed to this case
acceptTextMorphs
"Accept any text morphs except for those that have no edits."
self allMorphs do: [:p |
((p respondsTo: #accept) and: [
(p respondsTo: #hasUnacceptedEdits) and: [
p hasUnacceptedEdits]]) ifTrue: [p accept]]

This marvellous code states that the text editor of a dialog must have an #accept method.
adding it to RubPluggableTextMorph fixes the issue
Priority Priority: 1 – Show Stopper !!!!!! Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Pharo8.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker