Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0005633 |
[Squeak] Browser |
tweak |
always |
12-11-06 10:44 |
12-11-06 10:45 |
|
Reporter |
black |
View Status |
public |
|
Assigned To |
|
Priority |
normal |
Resolution |
open |
|
Status |
new |
|
Product Version |
3.9 |
|
Summary |
0005633: SystemNavigation is almost, but not quite, a singleton |
Description |
In a few places, SystemNavigation new is used instaed of SystemNavigation default. ALthough in principle there might be more than one SystemNavigation, I think that this is a bug.
Moreover, SystemNavigation has a class variable called Default whereas it ought to have a class instance variable defaultInstance, to allow for subclassing. |
Additional Information |
I have made these changes, and everything seems to work as expected. |
|
Attached Files |
SystemNavigation.1.cs [^] (4,200 bytes) 12-11-06 10:45 |
|