Skip to content

Fix contacts menu sizing#18752

Merged
rullzer merged 1 commit intomasterfrom
bugfix/contacts-menu-scroll
Jan 10, 2020
Merged

Fix contacts menu sizing#18752
rullzer merged 1 commit intomasterfrom
bugfix/contacts-menu-scroll

Conversation

@juliusknorr
Copy link
Member

Reported by @nickvergessen

Peek 2020-01-08 15-23

Signed-off-by: Julius Härtl <jus@bitgrid.net>
@juliusknorr juliusknorr added bug design Design, UI, UX, etc. 3. to review Waiting for reviews labels Jan 8, 2020
@juliusknorr juliusknorr added this to the Nextcloud 18 milestone Jan 8, 2020
Copy link
Member

@ChristophWurst ChristophWurst left a comment

Choose a reason for hiding this comment

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

Nice

@rullzer rullzer modified the milestones: Nextcloud 18, Nextcloud 19 Jan 9, 2020
@rullzer
Copy link
Member

rullzer commented Jan 9, 2020

master is NC19 now.
Please backport if it needs to go into 18

@skjnldsv skjnldsv added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Jan 9, 2020
@skjnldsv
Copy link
Member

skjnldsv commented Jan 9, 2020

Might be related

Scenario: just added users are seen in the contacts menu # /drone/src/tests/acceptance/features/header.feature:31
111 | Given I am logged in as the admin # LoginPageContext::iAmLoggedInAsTheAdmin()
112 | And I open the User settings # SettingsMenuContext::iOpenTheUserSettings()
113 | And I click the New user button # UsersSettingsContext::iClickTheNewUserButton()
114 | New user button in Users Settings could not be found (NoSuchElementException)
115 | And I see that the new user form is shown # UsersSettingsContext::iSeeThatTheNewUserFormIsShown()
116 | And I create user user1 with password 123456acb # UsersSettingsContext::iCreateUserWithPassword()
117 | And I see that the list of users contains the user user1 # UsersSettingsContext::iSeeThatTheListOfUsersContainsTheUser()
118 | When I open the Contacts menu # ContactsMenuContext::iOpenTheContactsMenu()
119 | Then I see that the Contacts menu is shown # ContactsMenuContext::iSeeThatTheContactsMenuIsShown()
120 | And I see that the contact "user0" in the Contacts menu is shown # ContactsMenuContext::iSeeThatTheContactInTheContactsMenuIsShown()
121 | And I see that the contact "user1" in the Contacts menu is shown # ContactsMenuContext::iSeeThatTheContactInTheContactsMenuIsShown()
122 | And I see that the contact "admin" in the Contacts menu is not shown # ContactsMenuContext::iSeeThatTheContactInTheContactsMenuIsNotShown()

@juliusknorr
Copy link
Member Author

juliusknorr commented Jan 9, 2020

As far as I understand it the failure is here:

112 | And I open the User settings # SettingsMenuContext::iOpenTheUserSettings()
113 | And I click the New user button # UsersSettingsContext::iClickTheNewUserButton()
114 | New user button in Users Settings could not be found (NoSuchElementException)

Doesn't seem related to me. Triggered a new run to be sure

@rullzer
Copy link
Member

rullzer commented Jan 10, 2020

Yep seems fine.

@rullzer rullzer merged commit 4b28da1 into master Jan 10, 2020
@rullzer rullzer deleted the bugfix/contacts-menu-scroll branch January 10, 2020 07:05
@rullzer
Copy link
Member

rullzer commented Jan 10, 2020

/backport to stable18

@backportbot-nextcloud
Copy link

backport to stable18 in #18797

@rullzer
Copy link
Member

rullzer commented Jan 10, 2020

Ah mmmmm. seems this breaks the SCSS tests...

@juliushaertl or @skjnldsv do you have a clue?

@juliusknorr
Copy link
Member Author

Hm aparently min is not well supported yet, let me see what we can do as an alternative.

@juliusknorr
Copy link
Member Author

#18806 for reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to release Ready to be released and/or waiting for tests to finish bug design Design, UI, UX, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants