Closed
Bug 264983
Opened 20 years ago
Closed 20 years ago
<tabbox> and tabs have no ID for use by overlays
Categories
(Firefox :: Bookmarks & History, enhancement, P5)
Firefox
Bookmarks & History
Tracking
()
VERIFIED
FIXED
Firefox1.5
People
(Reporter: soberholtzer, Assigned: Gavin)
References
()
Details
Attachments
(2 files)
|
2.01 KB,
patch
|
vlad
:
review+
|
Details | Diff | Splinter Review |
|
1.99 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041016 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041016 Firefox/1.0 Without an excessive amount of javascript+DOM magic, overlays need elements with IDs to bind to. However, the 'bookmark properties' dialog's <tabbox> and <tabpanels> elements have no ID for extensions to bind to, in order to enhance the bookmark properties dialog. Reproducible: Always Steps to Reproduce: 1. 2. 3. Strangely enough, there are two tabs with IDs, 'ScheduleTab' and 'NotifyTab', that don't seem to actually exist in FF.
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee: vladimir → vladimir+bm
| Assignee | ||
Comment 1•20 years ago
|
||
(In reply to comment #0) > Strangely enough, there are two tabs with IDs, 'ScheduleTab' and 'NotifyTab', > that don't seem to actually exist in FF. Those tabs were hidden for Firefox 1.0 because the feature was buggy. See bug 253478. What exactly would be needed here as far as IDs? Just the <tabbox> and <tabpanel>? http://lxr.mozilla.org/mozilla/source/browser/components/bookmarks/content/bookmarksProperties.xul#56
Assignee: vladimir+bm → gavin.sharp
Priority: -- → P5
Target Milestone: --- → Firefox1.1
Version: unspecified → Trunk
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [patch-r?]
Comment on attachment 174195 [details] [diff] [review] Patch v1 r=vladimir
Attachment #174195 -
Flags: review?(vladimir) → review+
| Assignee | ||
Updated•20 years ago
|
Whiteboard: [patch-r?] → [patch-r+] [checkin needed]
| Assignee | ||
Comment 4•20 years ago
|
||
Comment on attachment 175608 [details] [diff] [review] Patch v1 (Checked in) Checking in bookmarksProperties.xul; /cvsroot/mozilla/browser/components/bookmarks/content/bookmarksProperties.xul,v <-- bookmarksProperties.xul new revision: 1.10; previous revision: 1.9 done
Attachment #175608 -
Attachment description: Patch v1 → Patch v1 (Checked in)
| Assignee | ||
Updated•20 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Whiteboard: [patch-r+] [checkin needed]
| Assignee | ||
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•18 years ago
|
||
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs, filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•