Closed
Bug 279769
Opened 20 years ago
Closed 20 years ago
does not open bookmarks folder in personal toolbar.
Categories
(SeaMonkey :: Bookmarks & History, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: baffclan, Assigned: p_ch)
Details
Attachments
(2 files)
|
83.75 KB,
image/jpeg
|
Details | |
|
528 bytes,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050124
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050124
dos not drop down bookmarks in bookmark on personal toolbar.
Reproducible: Always
Steps to Reproduce:
1. open web page (ex, http:www.mozilla.org/).
2. close personal Toolbar on Browser.
3. view a "Print Preview".
4. close a "Print Preview".
5. open personal Toolbar.
6. click a bokmarks folder on personal toolbar.
7. filder icon is open
Actual Results:
8. dos not drop down bookmarks in bookmark folder on personal toolbar.
Expected Results:
8. drop down bookmarks in bookmark folder on personal toolbar.
Summary: dos not drop down bookmarks in bookmark on personal toolbar. → dose not open bookmarks folder in personal toolbar.
Comment 2•20 years ago
|
||
How, exactly, do you do step 2? Collapse it via the grippy, or turn it off in
the View menu?
(In reply to comment #2)
> How, exactly, do you do step 2? Collapse it via the grippy, or turn it off in
> the View menu?
It is via the grippy.
Comment 4•20 years ago
|
||
Hmm.. worksforme in a 2005-01-25-06 Linux trunk build...
(In reply to comment #4)
> Hmm.. worksforme in a 2005-01-25-06 Linux trunk build...
this problem is windows only?
I tested new profile.
Steps to Reproduce:
0. make a new profile.
1. open web page (ex, http:www.mozilla.org/).
2. close personal Toolbar via groppy.
3. view a "Print Preview".
4. close a "Print Preview".
5. open personal Toolbar.
6. click a bokmarks folder on personal toolbar.
7. filder icon is open, and drop down bookmarks.
8. close personal Toolbar via groppy.
9. view a "Print Preview".
10. close a "Print Preview".
11. open personal Toolbar.
12. click a bokmarks folder on personal toolbar.
13. filder icon is open, but do not drop down bookmarks.
# I think, this problem is regression. like a Bug 275996.
Comment 6•20 years ago
|
||
Ok, with the steps in comment 5 I can reproduce. Note that step 11 requires _2_
clicks on the grippy. I bet that's the problem....
Comment 7•20 years ago
|
||
I see this in my mingw build from 22 Jan. Notes:
The grippy collapses the toolbar (visibility: collapse;)
Print preview hides the toolbar (display: none;)
Removing the menugenerated attribute "fixes" the problem.
Updated•20 years ago
|
Keywords: helpwanted
Updated•20 years ago
|
Version: unspecified → Trunk
Comment 8•20 years ago
|
||
This fixes it for me...
Updated•20 years ago
|
Attachment #177856 -
Flags: superreview?
Attachment #177856 -
Flags: review?(bzbarsky)
Comment 9•20 years ago
|
||
I won't be able to review this until I get back into town...
Summary: dose not open bookmarks folder in personal toolbar. → does not open bookmarks folder in personal toolbar.
Comment 10•20 years ago
|
||
Comment on attachment 177856 [details] [diff] [review]
Proposed patch
r+sr=bzbarsky, but does nsMenuPopupFrame need something similar?
Attachment #177856 -
Flags: superreview?
Attachment #177856 -
Flags: superreview+
Attachment #177856 -
Flags: review?(bzbarsky)
Attachment #177856 -
Flags: review+
Comment 11•20 years ago
|
||
(In reply to comment #10)
>does nsMenuPopupFrame need something similar?
nsPopupSetFrame::DestroyPopup already unsets the menugenerated attribute.
Comment 12•20 years ago
|
||
Fix checked in.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Keywords: helpwanted
Target Milestone: --- → mozilla1.8beta2
Updated•20 years ago
|
Target Milestone: mozilla1.8beta2 → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•