Closed
Bug 607559
Opened 15 years ago
Closed 7 years ago
Click on the star button doesn't popup "Edit Bookmark" for the first time
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
INVALID
People
(Reporter: tabutils+bugzilla, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0b8pre) Gecko/20101026 Firefox/4.0b8pre
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0b8pre) Gecko/20101026 Firefox/4.0b8pre
When chrome://browser/content/places/editBookmarkOverlay.xul is overlayed by an extension, click on the star button doesn't popup "Edit Bookmark" for the first time. A 2nd click will work. Error Console reports the following:
Error: this._element("editBookmarkPanelGrid") is null
Source file: chrome://browser/content/browser.js
Line: 2635
Reproducible: Always
Steps to Reproduce:
1. Overlay chrome://browser/content/places/editBookmarkOverlay.xul with:
<overlay id="editBookmarkOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<vbox id="editBookmarkPanelContent">
<checkbox id="editBMPanel_loadInTabCheckbox" collapsed="true"
label="Load this bookmark in new tab"
accesskey="A"
insertafter="editBMPanel_loadInSidebarCheckbox"
oncommand="alert('Hello');"
observes="paneElementsBroadcaster">
<observes element="additionalInfoBroadcaster" attribute="hidden"/>
</checkbox>
</vbox>
</overlay>
2. Restart firefox
3. Click the star button to add current url to bookmarks
4. Click the star button to edit current bookmark
Comment 1•14 years ago
|
||
This is meant to be. Clicking first time on the start saves your page as a bookmark at Unsorted Bookmarks.
Comment 2•14 years ago
|
||
Unless the reporter means an already bookmarked page.
Comment 3•14 years ago
|
||
I'm not sure whether it is still reproduciable in Firefox 4.0 final. In fact, Firefox crashes.
Step 1 means to make a tiny add-on, which will interact with the panel.
Step 3 makes the page bookmarked.
Step 4 should open "Edit Bookmark" panel.
Comment 5•14 years ago
|
||
the editBookmarkPanelContent element is dynamically overlayed when the panel opens the first time (for txul reasons), so i suppose your overlay is somehow conflicting with our call to loadOverlay. Maybe you could try to overlay editBookmarkOverlay.xul
Comment 6•7 years ago
|
||
Legacy add-ons are no longer supported.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•