Closed Bug 339363 Opened 18 years ago Closed 11 years ago

In most cases, "Suggestions" text in search suggestions drop-down is truncated

Categories

(Firefox :: Search, defect)

defect
Not set
minor

Tracking

()

RESOLVED WONTFIX

People

(Reporter: mozilla, Unassigned)

References

Details

(Whiteboard: [wontfix?])

Attachments

(3 files)

This is happening because the "comment" column isn't wide enough at most typical window widths.  Rather than widening the column, though, the real solution is probably a more in-depth rewrite of the way search suggestions are displayed along the lines of Beltzner's sketches at: https://bugzilla.mozilla.org/attachment.cgi?id=223064
Flags: blocking-firefox2?
Also, using the column truncates longer suggestions in a weird way.
Flags: blocking-firefox2? → blocking-firefox2+
Target Milestone: --- → Firefox 2 beta1
Joe, can you look at what Myk recently checked in for Microsummaries? He was facing a similar issue and created a read-only menuitem that looks a lot like Beltzner's upper-left design - that, with the "Suggestions ..." text seems like the right way to go.
Target Milestone: Firefox 2 beta1 → Firefox 2 beta2
Whiteboard: [at risk]
Joe - have you had a chance to look at this?
I've looked at the way Myk's doing it in microsummaries, and he's using a menu rather than the tree view that the autocomplete system uses.  So it's not straightforward to do the same thing here; we'd basically need to either replace the tree view with a different type of widget, or improve the capabilities of the tree view to allow this behavior.
I suppose to get some room back we could just replace the start of any search term that the user has typed in with an elipses:

 ( [G] foo                    O.v)
  --------------------------------
  | football                     |
  |------------------ suggestions|
  | ..d for thought              |
  | ..tball statistics           |
  | ..tball records...           |

I wish there were a clearer path here.
Uh, that comment probably belongs on another bug. But which one?
Not going to hold on this, there isn't a clear fix, and its not that serious.
Flags: blocking-firefox2+ → blocking-firefox2-
Whiteboard: [at risk]
*** Bug 351945 has been marked as a duplicate of this bug. ***
The shortening of the searchbar in Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20060914 BonEcho/2.0 has made trying to see search history autocomplete entries virtually impossible.
This bug is the reason I think?
https://bugzilla.mozilla.org/show_bug.cgi?id=348779

(In reply to comment #9)
> The shortening of the searchbar in Mozilla/5.0 (Windows; U; Windows NT 5.1;
> en-US; rv:1.8.1) Gecko/20060914 BonEcho/2.0 has made trying to see search
> history autocomplete entries virtually impossible.
> 

(In reply to comment #10)
> (In reply to comment #9)
> > The shortening of the searchbar in Mozilla/5.0 (Windows; U; Windows NT 5.1;
> > en-US; rv:1.8.1) Gecko/20060914 BonEcho/2.0 has made trying to see search
> > history autocomplete entries virtually impossible.
>
> This bug is the reason I think?
> https://bugzilla.mozilla.org/show_bug.cgi?id=348779

There's no good path here.

We can set a high min width on the search and address bars, and they'll stay "usable", but can't be made small.

We can try and preserve space in one at the expense of the other, but that just means that one gets very unusable fast, and we don't know which one the user cared about.

Or we can just let both shrink equally, and trust that if the user really doesn't like that, they'll either move flexy boxes onto separate rows, or else make their window bigger.

The old behavior was close to the second of these and the new behavior is closer to the third.  That seems better to me.
I've attached a screenshot showing a more irritating form of this. 
The white space should auto-expand as the % of truncated results nears 100, but if that's too difficult then can it at least be used more completely?
While you're at it, could I also suggest that make the suggestion entries more distinct, so as not to be confused with the search history? One time someone was using my computer and typed in "hot i" and the list suggested "hot indian girls" and the guy was like, "wow I didn't know you were into Indian chicks" And I had to explain that the search bar looks for related words on the Internet dynamically.
*** Bug 360867 has been marked as a duplicate of this bug. ***
I recommend raising the priority of this bug, since it renders the current feature mostly unusable.
(In reply to comment #11)
> Or we can just let both shrink equally, and trust that if the user really
> doesn't like that, they'll either move flexy boxes onto separate rows, or else
> make their window bigger.

The suggestions box shouldn't be dependent on the size of the search box.  Since it's a transient popup it should size to accommodate the width of the search suggestions.  See my attachment with a mock-up.
Assignee: mozilla → nobody
Target Milestone: Firefox 2 beta2 → ---
Version: 2.0 Branch → unspecified
Much better than when this bug was first filed, but could still be improved.

How about leaving off the common prefix, or making the dropdown wider as needed?
This is still the case for the url bar though not for t he seach bar. 
For the url bar, the dropdown still appears to be limited to the current width of the url bar.   For the search bar, the dropdown can be wider than the search bar.
Whiteboard: [wontfix?]
Yes, this is true. Our dropdowns popup will match the width of the associated field. So in the case of the merged location bar and search bar, the width of the location bar can still be narrow enough as to truncate some of the search suggestions.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: