Closed
Bug 704566
Opened 14 years ago
Closed 14 years ago
Support hover text description for natively installed Windows apps
Categories
(Web Apps :: Extension, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: TimAbraldes, Assigned: TimAbraldes)
Details
(Keywords: dev-doc-needed)
We should use the app description specified in the app manifest as the description for various pieces of the natively-installed app (e.g. shortcuts - so when you hover over a shortcut it shows the app description)
Comment 1•14 years ago
|
||
I worry that we'll overuse the description such that it won't really fit into any of its intended contexts
For instance, consider a simple editing app. Here's how I might write its description intended for some app index or store:
"FancyDocs is a great way to edit docs on the go and online, with WordPress integration and more!"
But for hover I might want:
"Edit docs online and on your blog"
Will they ever really overlap? If this use case is important then we should add a new manifest key IMHO.
| Assignee | ||
Comment 2•14 years ago
|
||
I'm fine with adding another manifest key. Maybe we should have "shortDescription" and "extendedDescription"?
Comment 3•14 years ago
|
||
Not to get all concrete and explicit, but what about "hover_description"? It's still applicable in several contexts (e.g., usable in the dashboard), and yet entirely clear what it's to be used for.
Either way it should be clear whether the app should assume its name is displayed prominently, or if it should repeat its name in the description. The apps@mozilla.com list should be contacted if we're proposing a spec change.
Comment 4•14 years ago
|
||
To clarify my concern, I want to avoid a situation like I'm currently seeing with Ubuntu packages, where the package list shows:
"The fast and easy web browser from Mozilla
firefox 15.4Mb"
I.e., it leads with the tagline and not the application title. And to make it worse "firefox" is in a distinctly smaller font to boot. So if we expect to use this as a kind of extended title we should be clear on that, or if we plan to use it as an extension of the title (always to be displayed with the title itself) we should also be clear on that intention.
| Assignee | ||
Comment 5•14 years ago
|
||
Initial support for app descriptions:
https://github.com/mozilla/openwebapps/commit/16b688bf71bb964817a569943bb56903871b209a
This uses the "description" manifest key for now, but should be updated to use the "hover_description" key when it is added. I'll fire off an email to apps@mozilla.com to get the ball rolling on adding "hover_description"
| Assignee | ||
Updated•14 years ago
|
Summary: Support app descriptions for natively installed Windows apps → Support hover text description for natively installed Windows apps
Updated•14 years ago
|
Keywords: dev-doc-needed
Comment 6•14 years ago
|
||
Jen feels this is not a release blocker
| Assignee | ||
Comment 7•14 years ago
|
||
We support hover text in the developer release of the addon. We're using the "description" field up until the first line break, or the first 253 characters and an ellipsis if there is no line break in that range of characters. We can reopen this or open a new bug if we decide to change our hover text functionality or we discover issues.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•