Closed
Bug 231039
Opened 21 years ago
Closed 20 years ago
Bookmarks divider (splitter) does not remember state
Categories
(Camino Graveyard :: Bookmarks, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino0.9
People
(Reporter: wtmcgee, Assigned: sfraser_bugs)
References
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7a) Gecko/20040115 Camino/0.7+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7a) Gecko/20040115 Camino/0.7+
something i have noticed lately is that the bookmark manager does not remember
it's state between sessions. for example, if i move the bar dividing the
categories (top 10, menu bar, history, etc) farther to the left, then close
window i'm working in, next time i use the bookmarks manager, the view is at
it's default state.
this also applies to the bar at the bottom, with search results
Reproducible: Always
Steps to Reproduce:
1.open bookmarks manager
2.adjust the position or size of a window in the bookmarks manager
3.close the window
4.note the window sizes are at their default again.
Actual Results:
the window sizes did not save their state
Expected Results:
the sizes and positions of the colums in the bookmarks manager should be
retained between sessions.
Comment 1•21 years ago
|
||
i checked in the other change slider fix already, morphing this to the work that
remains.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Summary: Bookmarks manager does not remember state → Search results slider does not remember state
Target Milestone: --- → Camino1.0
Changing summary as we no longer have a results view. But the root bookmarks
dividers still doesn't save it's coordinates.
Summary: Search results slider does not remember state → Root bookmarks divider does not remember state
Comment 4•20 years ago
|
||
*** Bug 294672 has been marked as a duplicate of this bug. ***
Comment 5•20 years ago
|
||
i *swear* this worked in 0.8. what's up?
Assignee | ||
Comment 6•20 years ago
|
||
What's up is that ther's a method, -focus, where the splitter state is restored,
is not called any more after my 'content view provider' changes, because the BM
view controller doesn't actually know when the bm view is added to the window,
and hence sized correctly. Though I guess it could cue off a -viewDidMoveToWindow.
Status: NEW → ASSIGNED
Summary: Root bookmarks divider does not remember state → Bookmarks divider (splitter) does not remember state
Comment 7•20 years ago
|
||
Simon, since you know "what's up", is this easily fixable?
Assignee | ||
Comment 8•20 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Target Milestone: Camino1.0 → Camino0.9
You need to log in
before you can comment on or make changes to this bug.
Description
•