Closed
Bug 408389
Opened 17 years ago
Closed 17 years ago
Live Titles don't have selection
Categories
(Firefox Graveyard :: Microsummaries, defect, P3)
Firefox Graveyard
Microsummaries
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 3 beta3
People
(Reporter: tracy, Assigned: myk)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
1.10 KB,
patch
|
asaf
:
review+
|
Details | Diff | Splinter Review |
Seen on Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9b3pre) Gecko/2007121404 Minefield/3.0b3pre
STR:
1. Open http://people.mozilla.com/~myk/microsummaries/tests/microsummary-updates.html
2. Select "Bookmarks Toolbar" from the Folder menu.
3. Go to Bookmarks | Bookmark This Page to open the Bookmarking popup.
4. Select the numeric live title from the Name editable menu.
Expected Results:
In this case, a large number should be available in the Live Titles menu
Tested Results:
Nothing is available below Live Titles.
note: this works in b2. so it must have regressed since b2 freeze date.
this is part of litmus test case: https://litmus.mozilla.org/show_test.cgi?id=4229
Flags: in-litmus+
Flags: blocking-firefox3?
Updated•17 years ago
|
Component: Bookmarks → Microsummaries
QA Contact: bookmarks → microsummaries
Updated•17 years ago
|
Flags: blocking-firefox3? → blocking-firefox3+
Priority: -- → P3
Assignee | ||
Comment 2•17 years ago
|
||
This is a regression from the fix for bug 401509, which accidentally removed a necessary line from the code that builds the microsummary picker. The fix is just to add back in the line.
Attachment #295747 -
Flags: review?(mano)
Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
OS: Mac OS X → All
Hardware: Macintosh → All
Target Milestone: --- → Firefox 3 M11
Comment 3•17 years ago
|
||
Comment on attachment 295747 [details] [diff] [review]
patch v1: fixes problem
r=mano
Attachment #295747 -
Flags: review?(mano) → review+
Assignee | ||
Comment 4•17 years ago
|
||
Checking in browser/components/places/content/editBookmarkOverlay.js;
/cvsroot/mozilla/browser/components/places/content/editBookmarkOverlay.js,v <-- editBookmarkOverlay.js
new revision: 1.16; previous revision: 1.15
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 5•17 years ago
|
||
Verified fix on Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9b3) Gecko/2008020418 Firefox/3.0b3. Test URL now shows "50140611083360" under Live Titles and can be selected as the bookmark title.
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•