Closed
Bug 387718
Opened 17 years ago
Closed 17 years ago
the location bar dropdown should show a star next to bookmarked results
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
VERIFIED
FIXED
Firefox 3 alpha8
People
(Reporter: dietrich, Assigned: moco)
References
Details
(Whiteboard: [places-ui])
Attachments
(3 files, 5 obsolete files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
image/png
|
Details |
if a result in the location bar dropdown is bookmarks, it should show a star in the far right end of the result.
Assignee | ||
Updated•17 years ago
|
Flags: blocking-firefox3?
Target Milestone: --- → Firefox 3 M8
Updated•17 years ago
|
Flags: blocking-firefox3? → blocking-firefox3+
Getting together with bug 389252 (add visual indicator if current URL is already bookmarked) might save some duplicated effort, maybe?
Assignee | ||
Comment 4•17 years ago
|
||
accepting. depends on by some work in bug #389491.
Status: NEW → ASSIGNED
Depends on: 389491
Reporter | ||
Updated•17 years ago
|
Whiteboard: [places-ui]
Assignee | ||
Comment 5•17 years ago
|
||
Assignee | ||
Comment 6•17 years ago
|
||
Attachment #277814 -
Attachment is obsolete: true
(In reply to comment #6)
> Created an attachment (id=277820) [details]
> updated screen shot
Seth, can we nudge the star to the left a pixel or two and maybe up one so it's not touching the far edge of the address bar?
Assignee | ||
Comment 9•17 years ago
|
||
I'm not super happy with how I've had to set the style of the image column to be "max-width: 36px; padding-end: 18px;"
the three columns have flex 2, 1, 1 respectively (url, comment, image), and the star icons is 16 x 16 px.
but, the scrollbar cuts off the end of the last column
note, now that we have a third column, you will see elipisis on the comment column (which could have been hidden by the scroll bar). see "slashdot" in the screen shot attached to this bug.
gavin / mano / others: any suggestions on how to deal with this in a cleaner way?
Assignee | ||
Comment 10•17 years ago
|
||
(need to test on mac)
Attachment #277821 -
Attachment is obsolete: true
Attachment #277859 -
Flags: review?(gavin.sharp)
Attachment #277821 -
Flags: review?(gavin.sharp)
Assignee | ||
Comment 11•17 years ago
|
||
> (need to test on mac)
tested that patch on the mac, please see the second screen shot.
Assignee | ||
Comment 12•17 years ago
|
||
Assignee | ||
Comment 13•17 years ago
|
||
note, this patch suffers from bug #393887, but fixing that will be a change to places and independent of this patch, so I'm working on that in parallel.
Assignee | ||
Comment 14•17 years ago
|
||
> this patch suffers from bug #393887
s/patch/feature
Assignee | ||
Comment 15•17 years ago
|
||
note, you can't see this in action without the patch (pending review), but the effect is that rss items
Attachment #279030 -
Flags: review?(dietrich)
Comment 16•17 years ago
|
||
Comment on attachment 277859 [details] [diff] [review]
updated patch (move column style to browser.css)
>Index: toolkit/components/autocomplete/public/nsIAutoCompleteInput.idl
>+ /*
>+ * Option to show a third column in the popup which contains
>+ * an additional image for each autocomplete result
>+ */
>+ attribute unsigned long showImageColumn;
Why is this "unsigned long" and not boolean, anyways? I suppose you're just copying showCommentColumn, but if there's no good reason for it to be that way we should just use boolean. (Note also that your autocomplete.xml implementation of this attribute treats it as a boolean, not an integer.)
Attachment #277859 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 17•17 years ago
|
||
Attachment #277859 -
Attachment is obsolete: true
Assignee | ||
Comment 18•17 years ago
|
||
Attachment #277820 -
Attachment is obsolete: true
Attachment #277865 -
Attachment is obsolete: true
Assignee | ||
Comment 19•17 years ago
|
||
Comment on attachment 279030 [details] [diff] [review]
address bug #393887 for autocomplete results
going to move this to a separate bug and seek review there.
Attachment #279030 -
Flags: review?(dietrich)
Assignee | ||
Comment 20•17 years ago
|
||
fixed.
Checking in toolkit/components/autocomplete/public/nsIAutoCompleteInput.idl;
/cvsroot/mozilla/toolkit/components/autocomplete/public/nsIAutoCompleteInput.idl
,v <-- nsIAutoCompleteInput.idl
new revision: 1.7; previous revision: 1.6
done
Checking in toolkit/components/satchel/src/nsFormFillController.cpp;
/cvsroot/mozilla/toolkit/components/satchel/src/nsFormFillController.cpp,v <--
nsFormFillController.cpp
new revision: 1.89; previous revision: 1.88
done
Checking in toolkit/content/widgets/autocomplete.xml;
/cvsroot/mozilla/toolkit/content/widgets/autocomplete.xml,v <-- autocomplete.x
ml
new revision: 1.82; previous revision: 1.81
done
Checking in browser/base/content/browser.xul;
/cvsroot/mozilla/browser/base/content/browser.xul,v <-- browser.xul
new revision: 1.365; previous revision: 1.364
done
Checking in browser/themes/winstripe/browser/browser.css;
/cvsroot/mozilla/browser/themes/winstripe/browser/browser.css,v <-- browser.cs
s
new revision: 1.85; previous revision: 1.84
done
Checking in browser/themes/pinstripe/browser/browser.css;
/cvsroot/mozilla/browser/themes/pinstripe/browser/browser.css,v <-- browser.cs
s
new revision: 1.70; previous revision: 1.69
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Flags: in-litmus?
Resolution: --- → FIXED
Assignee | ||
Comment 21•17 years ago
|
||
> going to move this to a separate bug and seek review there.
spun off to bug #394484
Comment 22•17 years ago
|
||
This seems to have caused the following error:
CSS Error (chrome://browser/skin/browser.css :982.14): Unknown property 'padding-end'. Declaration dropped.
I guess you meant -moz-padding-end?
Comment 23•17 years ago
|
||
(In reply to comment #22)
> This seems to have caused the following error:
I just removed the broken style rule, given that it's apparently unnecessary.
Assignee | ||
Comment 24•17 years ago
|
||
peter / gavin: thanks for catching and fixing that broken style rule.
Comment 25•17 years ago
|
||
Verified fix on Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a8pre) Gecko/2007090604 Minefield/3.0a8pre. Star appears in location bar dropdown next to bookmarked sites.
Status: RESOLVED → VERIFIED
Comment 26•17 years ago
|
||
Litmus Triage Team: adding al and tracy to the bug for Litmus coverage.
http://litmus.mozilla.org/show_test.cgi?id=4678
in-litmus+ (sorry; not trying to steal anyone's thunder, but I don't think you'll mind. If the testcase needs correction, please fix and/or let me know.)
Flags: in-litmus? → in-litmus+
Comment 28•15 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•