Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Disable option to add a bookmark without location and a folder without a title. #5034

Merged
merged 1 commit into from
Oct 21, 2016
Merged

Disable option to add a bookmark without location and a folder without a title. #5034

merged 1 commit into from
Oct 21, 2016

Conversation

cezaraugusto
Copy link
Contributor

Fix #5010

Auditors: @bsclifton

Test Plan:

  1. Add a bookmark
  2. Edit bookmark removing its location
  3. "Done" button should be disabled

and:

  1. Add a bookmark folder
  2. Remove folder's title
  3. "Done" button should be disabled

and a folder without a title.

Fix #5010

Auditors: @bsclifton

Test Plan:

1) Add a bookmark
2) Edit bookmark removing its location
3) "Done" button should be disabled

and:

1) Add a bookmark folder
2) Remove folder's title
3) "Done" button should be disabled
@cezaraugusto cezaraugusto added this to the 0.12.6dev milestone Oct 21, 2016
pointer-events: none;
// prevent titleMode animation from overriding opacity
Copy link
Member

@bsclifton bsclifton Oct 21, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cezaraugusto was this file intentionally added?

Copy link
Contributor Author

@cezaraugusto cezaraugusto Oct 21, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, our disabled buttons have a small opacity and titleMode's fadeIn animation overrides it.

If not set this way, disabled buttons still look enabled for users.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome! merging 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants