Closed
Bug 615766
Opened 15 years ago
Closed 1 year ago
Certificates ExtendedSplitView's "Subview Frames" have no autosave name
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: alqahira, Unassigned)
Details
The only ESV we actually autosave right now is the one for the Certificates window. Bug 479879 fixed it so that we save that ESV splitter with a name for the "Sizes" key.
However, Cocoa also writes an "NSSplitView Subview Frames $name-of-something" key:
(In reply to Bug 479879 comment 1)
> However, this patch doesn't fix writing values for the two frames under a
> "NSSplitView Subview Frames (null)" key; I'm not sure how to fix that.
Thus we end up with:
> <key>NSSplitView Subview Frames (null)</key>
> <array>
> <string>0.000000, 0.000000, 113.000000, 280.000000, NO</string>
> <string>122.000000, 0.000000, 471.000000, 280.000000, NO</string>
> </array>
It's not clear how to set the autosave name for that.
You need to log in
before you can comment on or make changes to this bug.
Description
•