Closed
Bug 243692
Opened 21 years ago
Closed 21 years ago
Bookmarks overflow menu should collapse when item is dragged out
Categories
(SeaMonkey :: Bookmarks & History, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.7final
People
(Reporter: durbacher, Assigned: durbacher)
Details
(Keywords: verified1.7)
Attachments
(1 file, 1 obsolete file)
734 bytes,
patch
|
neil
:
review+
jag+mozilla
:
superreview+
asa
:
approval1.7+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040501
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040501
Bug 201854 enabled drab and drop for the bookmarks overflow menu. However,
unlike other bookmarks folders this overflow menu does not collapse when an item
is dragged out of it. For consistency it should collapse (and of course reopen
if the item is dragged in again).
Reproducible: Always
Steps to Reproduce:
1. Drag an item... ah, forget it, it's all described already.
Patch is coming...
Assignee | ||
Comment 1•21 years ago
|
||
Observe!
Assignee | ||
Updated•21 years ago
|
Assignee: p_ch → durbacher
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 148573 [details] [diff] [review]
patch
Requesting r= from Neil and sr= from alecf.
Attachment #148573 -
Flags: superreview?(alecf)
Attachment #148573 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 3•21 years ago
|
||
Comment on attachment 148573 [details] [diff] [review]
patch
> document.getElementById("BookmarksMenu").parentNode,
>- document.getElementById("PersonalToolbar")
>+ document.getElementById("PersonalToolbar"),
>+ document.getElementById("bookmarks-chevron-container")
Can't you do the parentNode trick on the chevron? Also, if you insert the new
element into the middle of the array it avoids changing the last line ;-)
Assignee | ||
Updated•21 years ago
|
Attachment #148573 -
Attachment is obsolete: true
Attachment #148573 -
Flags: superreview?(alecf)
Attachment #148573 -
Flags: review?(neil.parkwaycc.co.uk)
Assignee | ||
Comment 4•21 years ago
|
||
Assignee | ||
Comment 5•21 years ago
|
||
Comment on attachment 148615 [details] [diff] [review]
simpler patch
Requesting r= from Neil and sr= from alecf.
Attachment #148615 -
Flags: superreview?(alecf)
Attachment #148615 -
Flags: review?(neil.parkwaycc.co.uk)
Updated•21 years ago
|
Attachment #148615 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Assignee | ||
Comment 6•21 years ago
|
||
Comment on attachment 148615 [details] [diff] [review]
simpler patch
Changing sr= request to jag.
alecf: of course you may still give me sr=...
jag: if you happen to be faster, could you please also take a look at bug
243961?
These two bugs are really nice-to-have for 1.7. Especially the other one really
should go in.
Attachment #148615 -
Flags: superreview?(alecf) → superreview?(jag)
Comment 7•21 years ago
|
||
Comment on attachment 148615 [details] [diff] [review]
simpler patch
sr=jag
Attachment #148615 -
Flags: superreview?(jag) → superreview+
Assignee | ||
Comment 8•21 years ago
|
||
Comment on attachment 148615 [details] [diff] [review]
simpler patch
Requesting approval for 1.7.
This is very low risk, and admittedly only somewhat visible.
Attachment #148615 -
Flags: approval1.7?
Comment 9•21 years ago
|
||
Comment on attachment 148615 [details] [diff] [review]
simpler patch
a=asa (on behalf of drivers) for checkin to 1.7
Attachment #148615 -
Flags: approval1.7? → approval1.7+
Comment 10•21 years ago
|
||
Fix checked in to branch and trunk.
Assignee | ||
Updated•21 years ago
|
Target Milestone: --- → mozilla1.7final
Comment 11•21 years ago
|
||
I cannot reproduce 2004052208-trunk/WinXP-JA
thanks for fixing this.
Assignee | ||
Comment 12•21 years ago
|
||
Verified per last comment and own testing with current trunk nightly.
Thanky for spotting the inconsistency!
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Keywords: fixed1.7 → verified1.7
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•