Skip to content

[ZEPPELIN-1020] Remove suggestion list on click - #1027

Closed
suvam97 wants to merge 3 commits into
apache:masterfrom
suvam97:ZEPPELIN-1020
Closed

[ZEPPELIN-1020] Remove suggestion list on click#1027
suvam97 wants to merge 3 commits into
apache:masterfrom
suvam97:ZEPPELIN-1020

Conversation

@suvam97

@suvam97suvam97 commented Jun 16, 2016

Copy link
Copy Markdown
Contributor

What is this PR for?

The suggestion list under note permissions for readers, writers & owners should hide on-click anywhere on the notebook.

What type of PR is it?

[Bug Fix]

Todos

What is the Jira issue?

ZEPPELIN-1020

How should this be tested?

1.Click on any field for setting permission for owners, readers & writers.
2.The suggestion list is displayed.
3.Now, click on any part of the notebook the suggestion list hides.

Screenshots (if appropriate)

BEFORE:
http://g.recordit.co/7Esaq245Tp.gif

AFTER
http://g.recordit.co/Rfgn5dONPz.gif

Questions:

  • Does the licenses files need update? No
  • Is there breaking changes for older versions? No
  • Does this needs documentation? No

@prabhjyotsingh

prabhjyotsingh commented Jun 17, 2016

Copy link
Copy Markdown
Contributor

Can you change "$" to "angular.elements"

@r-kamath

Copy link
Copy Markdown
Member

LGTM

@suvam97

Copy link
Copy Markdown
ContributorAuthor

@prabhjyotsingh@r-kamath Thanks for the review!
@prabhjyotsingh done required changes.

@rranjan03

Copy link
Copy Markdown
Contributor

@suvam97 Thanks for the contribution!! LGTM

@prabhjyotsingh

Copy link
Copy Markdown
Contributor

Merging this if no more discussion.

@corneadoug

Copy link
Copy Markdown
Contributor

I still see two line with '$'


// function to find suggestion list on change
$scope.search = function(role) {
$('.userlist').show();

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

angular.element?

@suvam97

Copy link
Copy Markdown
ContributorAuthor

@corneadoug@ravicodder Thanks for reviewing ! Somehow missed to make changes .. Final changes updated ..

@corneadoug

Copy link
Copy Markdown
Contributor

Merging if there is no more discussions

@suvam97
suvam97 deleted the ZEPPELIN-1020 branch June 20, 2016 10:55
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@suvam97@prabhjyotsingh@r-kamath@rranjan03@corneadoug