Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to chose subscription lists in user-info overlay #1163

Open
indeyets opened this issue Jun 6, 2020 · 1 comment
Open

No way to chose subscription lists in user-info overlay #1163

indeyets opened this issue Jun 6, 2020 · 1 comment
Labels
enhancement Lists Subscriptions Lists

Comments

@indeyets
Copy link
Contributor

indeyets commented Jun 6, 2020

Hover cursor over username. The user-info overlay pane is shown. Click "Subscribe".

Actual behavior: User is instantly added to "Home" friend-list

Expected behavior:

  1. Show "Subscribe" dialog pane, positioning it below the clicked link
  2. Disable mouse-out handler so that user-info overlay is not hidden until subscribe dialog is closed
  3. Click outside of 2 open panes closes both of them
  4. ESC button closes "Subscribe" pane and allows user-info to be closed (if pointer is out of it)
@davidmz
Copy link
Member

davidmz commented Jun 6, 2020

Я об этом думал, но реализовывать это именно в таком виде я боюсь. Получится двухуровневый попап, который к тому же меняет режим своего закрытия в зависимости от контекста (сейчас-то user card закрывается просто по mouse out). Это ужасно.

Как вариант — открывать диалог подписки модальным попапом, с затемнением страницы, не привязывая его вообще к user card.

@davidmz davidmz added the Lists Subscriptions Lists label Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Lists Subscriptions Lists
Projects
None yet
Development

No branches or pull requests

2 participants