Closed
Bug 1216490
Opened 9 years ago
Closed 9 years ago
Rephrase the history dropdown's aria-label and use it as the tooltip too
Categories
(Firefox :: Address Bar, defect)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
Firefox 44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: dao, Assigned: dao)
References
Details
Attachments
(1 file)
2.40 KB,
patch
|
Gijs
:
review+
|
Details | Diff | Splinter Review |
Couple of things:
- "autocomplete" and "popup" (at least in this context) are kind of tech jargon, I don't think we're using these terms elsewhere in the UI
- clicking the dropdown doesn't autocomplete anything, it just shows top sites from your history regardless of what you've typed
- the dropdown doesn't work well for /toggling/ the popup. At least over here, the popup just closes and reopens quickly when clicking it. Even if this worked, it feels strange that we'd instruct people to use the dropdown to close the popup when they can just click anywhere else or hit ESC.
Attachment #8676194 -
Flags: review?(gijskruitbosch+bugs)
Comment 1•9 years ago
|
||
Comment on attachment 8676194 [details] [diff] [review]
patch
"autocomplete" is actually exposed through the accessibility APIs for textboxes that have autocomplete (ie NVDA actually reads that word out as part of its description of the kind of element that has focus when you focus the location bar), so I disagree that that is jargon.
As for the new suggested label - it also shows bookmarks and other open tabs, and depending on your preferences it might not show one or more of those. Therefore I don't think "Show history" makes sense (and it might be confusing to users that explicitly disabled history from showing in that popup).
How about "Show suggestions" or "Show top sites"?
Attachment #8676194 -
Flags: review?(gijskruitbosch+bugs)
Comment 2•9 years ago
|
||
(In reply to :Gijs Kruitbosch from comment #1)
> I disagree that that is jargon.
... in context, that is. If we make it a tooltip, then I agree that a better description would be good - though I'm not entirely sure what that should be. (ie I'm not 100% convinced about my own suggestions - feel free to suggest alternatives!)
Assignee | ||
Comment 3•9 years ago
|
||
(In reply to :Gijs Kruitbosch from comment #1)
> Comment on attachment 8676194 [details] [diff] [review]
> patch
>
> "autocomplete" is actually exposed through the accessibility APIs for
> textboxes that have autocomplete (ie NVDA actually reads that word out as
> part of its description of the kind of element that has focus when you focus
> the location bar), so I disagree that that is jargon.
Maybe, but then this is irrelevant anyway since clicking the dropdown doesn't autocomplete.
> As for the new suggested label - it also shows bookmarks and other open
> tabs, and depending on your preferences it might not show one or more of
> those. Therefore I don't think "Show history" makes sense (and it might be
> confusing to users that explicitly disabled history from showing in that
> popup).
It's still sites you've visited (we don't put unvisited bookmarks in there), so "history" in a broader sense still seems fine to me although it might not be 100% consistent with about:preferences#privacy and with how we use the term internally. For lack of a better idea, I would still go with this. The room for confusion is also fairly small since we mark tabs and bookmarks with an extra icon.
> How about "Show suggestions" or "Show top sites"?
I was oversimplifying when I wrote comment 0, so I guess this is my fault: The entries are pages, not sites (e.g. you can have multiple entries for the same site). I would avoid "suggestions" as that's our euphemism for about:newtab ads.
Assignee | ||
Comment 4•9 years ago
|
||
Maybe "Show frequently visited pages" to avoid the term "history"? To me "page" feels somewhat old-fashioned since, in wake of the AJAX and Web 2.0 hypes, some sites became more application-like without a clear page structure.
Comment 5•9 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #4)
> Maybe "Show frequently visited pages" to avoid the term "history"? To me
> "page" feels somewhat old-fashioned since, in wake of the AJAX and Web 2.0
> hypes, some sites became more application-like without a clear page
> structure.
Taking this in consideration, does "sites" seem better or worse? I understand that there might be multiple entries for one "website", but if we also don't like "pages" then I don't know how else to describe the individual items in the list...
Assignee | ||
Comment 6•9 years ago
|
||
Not sure which of the drawbacks of "site" and "page" are worse; I think I still prefer "Show history".
Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(gijskruitbosch+bugs)
Comment 7•9 years ago
|
||
Comment on attachment 8676194 [details] [diff] [review]
patch
OK.
Flags: needinfo?(gijskruitbosch+bugs)
Attachment #8676194 -
Flags: review+
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 44
You need to log in
before you can comment on or make changes to this bug.
Description
•