Closed Bug 631900 Opened 14 years ago Closed 14 years ago

Port |Bug 555547 - A command of placesContextMenu is carried out for a wrong bookmark item| to SeaMonkey

Categories

(SeaMonkey :: Bookmarks & History, defect)

defect
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED
seamonkey2.1b3

People

(Reporter: sgautherie, Assigned: sgautherie)

References

Details

Attachments

(3 files)

No description provided.
No longer blocks: FF2SM
Assignee: nobody → sgautherie.bz
Status: NEW → ASSIGNED
Attachment #510254 - Flags: review?(iann_bugzilla)
Bare copy from Firefox, can't succeed as is.
I tried to adapt this test, but I don't know this code and porting toggleSidebar() seems like a requirement from some other bug (port). helpwanted to port this test, unless we can just live without it (ftb).
Attachment #510256 - Flags: feedback?(iann_bugzilla)
Target Milestone: --- → seamonkey2.1b3
Attachment #510254 - Flags: review?(iann_bugzilla) → review+
To replace toggleSidebar() you would need something like: http://mxr.mozilla.org/comm-central/source/suite/browser/navigator.js?mark=1239-1247#1239 1239 if (sidebar_is_hidden()) 1240 SidebarShowHide(); 1241 1242 if (sidebar_is_collapsed()) 1243 SidebarExpandCollapse(); 1244 1245 var searchPanel = document.getElementById("urn:sidebar:panel:search"); 1246 if (searchPanel) 1247 SidebarSelectPanel(searchPanel, true, true); // lives in sidebarOverlay.js
Attachment #510254 - Attachment description: (Av1) Just copy application code → (Av1) Just copy application code [Checked in: Comment 5]
blocking-seamonkey2.1: ? → ---
Flags: in-testsuite?
Let's call this fixed ftb, even though it's still 'in‑testsuite=?'.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment on attachment 510256 [details] [diff] [review] (Cv1-WP1) Adapt browser_555547.js This probably needs to wait until Firefox sidebar API is ported to SeaMonkey - if there's not a bug for that already there probably needs to be one.
Attachment #510256 - Flags: feedback?(iann_bugzilla) → feedback-
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: