Open
Bug 1006270
Opened 11 years ago
Updated 3 years ago
Search box is too wide if moved to tab strip, cannot be resized
Categories
(Firefox :: Toolbars and Customization, defect)
Tracking
()
NEW
People
(Reporter: zwol, Unassigned)
References
Details
Attachments
(1 file)
|
169.11 KB,
image/png
|
Details |
Partially to see what would happen and partially because I think it actually makes more sense there (not being an attribute of the current tab), I moved the search box to the tab strip. It promptly expanded to fill all available space, squishing the tabs down to their minimum width. (See attached screenshot.)
Better behavior would be for the search box to shrink to some minimum width when placed in the tab strip, but then be resizable by dragging whichever end of it is nearer to the free space.
Comment 1•11 years ago
|
||
(In reply to Zack Weinberg (:zwol) from comment #0)
> Created attachment 8417785 [details]
> Screen shot showing too-wide search box in tab strip
>
> Partially to see what would happen and partially because I think it actually
> makes more sense there (not being an attribute of the current tab), I moved
> the search box to the tab strip. It promptly expanded to fill all available
> space, squishing the tabs down to their minimum width. (See attached
> screenshot.)
This we can fix easily by giving it a max-width when placed in the menubar or tabstrip.
> Better behavior would be for the search box to shrink to some minimum width
> when placed in the tab strip, but then be resizable by dragging whichever
> end of it is nearer to the free space.
This is more problematic. It's resizable in the navbar when next to the urlbar by means of a splitter. I don't know that/how/if we have a way to do something like that without having something else to resize it against (although I've never looked at the details of how it's implemented, so maybe it's not as hard as I think).
If we force it to be minimum width, however, I'm not sure if we then can get away with not having it resizable for people that depended on the previous behaviour. Different people seem to have different expectations here (see also e.g. bug 940169)
Updated•11 years ago
|
Flags: firefox-backlog? → firefox-backlog+
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•