Closed
Bug 814506
Opened 12 years ago
Closed 11 years ago
[Browser] Start page bookmark star should be greyed out
Categories
(Firefox OS Graveyard :: Gaia::Browser, defect, P3)
Firefox OS Graveyard
Gaia::Browser
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ibarlow, Assigned: daleharvey)
Details
(Keywords: polish, Whiteboard: [sprintready]visual design, visual-tracking, interaction c=browser u=user, leorun3, leorun4)
Attachments
(3 files)
Since we can't bookmark the start page, the star should be greyed out here. Either that, or we should allow the start page to be bookmarked.
Updated•12 years ago
|
Comment 1•12 years ago
|
||
Agreed.
Assignee: nobody → ben
Priority: -- → P3
Summary: Start page bookmark star should be greyed out → [Browser] Start page bookmark star should be greyed out
Comment 2•12 years ago
|
||
Patryk, do you want to provide an asset for the disabled state of the bookmark icon?
Flags: needinfo?(padamczyk)
Comment 3•12 years ago
|
||
Can you please use opacity of 50% for disabled action icons.
Flags: needinfo?(padamczyk)
Updated•11 years ago
|
Whiteboard: visual design, interaction → visual design, interaction c=browser u=user
Comment 4•11 years ago
|
||
Hi Ben, will you be able to implement this for v1.2?
Flags: needinfo?(bfrancis)
Whiteboard: visual design, interaction c=browser u=user → visual design, visual-tracking, interaction c=browser u=user
Comment 6•11 years ago
|
||
add style in hide/showStartscreen to greyed out the bookmark-button
Attachment #755826 -
Flags: review?(bfrancis)
Comment 7•11 years ago
|
||
Comment on attachment 755826 [details]
pull request redirect to github
Thanks for the patch Fred.
Can we use the disabled attribute instead of a "greyed" class to be consistent with the back and forward buttons, and have it set to disabled in the HTML by default so that it doesn't flash from enabled to disabled on startup?
Otherwise it seems to work well :)
Comment 8•11 years ago
|
||
Oh also, if we're going to use 0.5 opacity for the bookmark button as Patryk says, I think we should probably do that for the back button as well and remove the alternative image file because at the moment I think they're different shades of grey which looks a bit odd.
Comment 9•11 years ago
|
||
ni? patrick,
Here is the screenshot of startscreen, all button disabled with opacity 0.5.
Are you fine with removing backbutton disabled image back-disabled.png/back-disabled@2x.png file and use opacity 0.5 instead?
Flags: needinfo?(padamczyk)
Comment 10•11 years ago
|
||
Hi ben,
Thanks for review. I've changed the PR and use 'disable' attribute to grey out bookmark button and back button to opacity 0.5.
Comment 11•11 years ago
|
||
Spoke to Ian (ibarlow) and since both icons are disabled indefinitely on that page, I think we should just remove the toolbar altogether.
Flags: needinfo?(padamczyk)
Comment 12•11 years ago
|
||
Comment on attachment 755826 [details]
pull request redirect to github
pull back review since the UI spec has changed...
Attachment #755826 -
Flags: review?(bfrancis)
Comment 14•11 years ago
|
||
Clearing NEEDINFO, don't think there's any open questions on me here, we just need to implement the UX change.
Flags: needinfo?(bfrancis)
Updated•11 years ago
|
Whiteboard: visual design, visual-tracking, interaction c=browser u=user → visual design, visual-tracking, interaction c=browser u=user, leorun3
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → dale
Assignee | ||
Comment 15•11 years ago
|
||
Attachment #765700 -
Flags: review?(bfrancis)
Comment 16•11 years ago
|
||
Comment on attachment 765700 [details]
Pointer to GH
See comments in pull request https://github.com/mozilla-b2g/gaia/pull/10518
Attachment #765700 -
Flags: review?(bfrancis) → review-
Assignee | ||
Comment 17•11 years ago
|
||
Comment on attachment 765700 [details]
Pointer to GH
Updated to fix startup visuals
Attachment #765700 -
Flags: review- → review?(bfrancis)
Updated•11 years ago
|
Whiteboard: visual design, visual-tracking, interaction c=browser u=user, leorun3 → [sprintready]visual design, visual-tracking, interaction c=browser u=user, leorun3
Updated•11 years ago
|
Whiteboard: [sprintready]visual design, visual-tracking, interaction c=browser u=user, leorun3 → [sprintready]visual design, visual-tracking, interaction c=browser u=user, leorun3, leorun4
Comment 18•11 years ago
|
||
Comment on attachment 765700 [details]
Pointer to GH
r+me
Attachment #765700 -
Flags: review?(bfrancis) → review+
Comment 19•11 years ago
|
||
Merged into master in https://github.com/mozilla-b2g/gaia/commit/c25e3520dda20f158980236b9f1392c0b83de992
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 20•11 years ago
|
||
Commenting as this bug is in the list Resol-fixed leorun4 bugs to be tested.
The start is not greyed but it is not enabled.
Checked with latest leo build and unagi device v1-train 07/17 build:
Gecko-2d17cfb
Gaia-773a197
Would that be ok as the expected behaviour? Adding ni Ian Barlow
Flags: needinfo?(ibarlow)
Reporter | ||
Comment 21•11 years ago
|
||
(In reply to Isabel Rios [:isabel_rios] from comment #20)
> Commenting as this bug is in the list Resol-fixed leorun4 bugs to be tested.
> The start is not greyed but it is not enabled.
> Checked with latest leo build and unagi device v1-train 07/17 build:
> Gecko-2d17cfb
> Gaia-773a197
>
> Would that be ok as the expected behaviour? Adding ni Ian Barlow
No. We need to either
a. Use a disabled star graphic (greyed out, like the back button), or
b. Hide the toolbar altogether, as per patryk's suggestion in comment 11
Flags: needinfo?(ibarlow)
Assignee | ||
Comment 22•11 years ago
|
||
Just an update, this is resolved fixed, the toolbar is hidden by the patch ^^^
You need to log in
before you can comment on or make changes to this bug.
Description
•