Manuscript (Case [Issue]22856) _Inbox - Once PluggableTextMorph changes are reverted, reapply Rubric fixes

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

Manuscript (Case [Issue]22856) _Inbox - Once PluggableTextMorph changes are reverted, reapply Rubric fixes

Pharo Issue Tracker
Manuscript Notification
avatar
Stephane Ducasse opened Case 22856: Once PluggableTextMorph changes are reverted, reapply Rubric fixes and assigned it to Everyone:
Bug in Project:  _Inbox: Not Spam  •  You are subscribed to this case
Rubric new package is good (and does not break anything since the new widgets will not be used by the system.
Now the fixes collected due to the use of the new widgets should not be lost and
can be reapplied to Rubric elements.
Here are some from:
- https://pharo.fogbugz.com/f/cases/22844/Recent-changes-on-rubric-broke-Iceberg
- https://pharo.fogbugz.com/f/cases/22845/Recent-changes-on-Rubric-are-not-dark-theme-friendly

{ #category : #compat }
RubPluggableTextFieldMorph >> wrapFlag: aBoolean [
self flag: #userShouldBeRevisited.
]

RubAbstractTextArea class >> backgroundColor [
^ BackgroundColor ifNil: [ self theme backgroundColor ]

RubAbstractTextArea >> defaultColor [
"Answer the default color/fill style for the receiver.
If the settings has been used then honor it, else returns the theme color"

^ BackgroundColor ifNil: [ self theme backgroundColor ]

RubGhostTextDisplayer >> defaultTextColor [
^ self theme ghostTextColor ]
Priority Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Pharo7.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