-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fee action menu are displayed far away from "action" button #209
Labels
effort: minor
Doesn't have to be a US
Comments
zannkukai
added a commit
to zannkukai/rero-ils-ui
that referenced
this issue
Mar 31, 2020
* Drop-down menu was displayed far away of the action button if a transaction was expanded. The menu is now displayed just below the transaction action button. * As transaction event creation method susribed to `currentPatron$` observable, each time this observer emit content, a dummy transation event was created (with previously registered data event). This problem is now solved : the affected patron is now get from the parent transaction event. * CSS buttons regarding UX chart * Closes rero#209 Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai
added a commit
to zannkukai/rero-ils-ui
that referenced
this issue
Mar 31, 2020
* Drop-down menu was displayed far away of the action button if a transaction was expanded. The menu is now displayed just below the transaction action button. * As transaction event creation method susribed to `currentPatron$` observable, each time this observer emit content, a dummy transation event was created (with previously registered data event). This problem is now solved : the affected patron is now get from the parent transaction event. * CSS buttons regarding UX chart * Closes rero#209 Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai
added a commit
to zannkukai/rero-ils-ui
that referenced
this issue
Mar 31, 2020
* Fixes the position of the dropdown menu, now just below the transaction action button. It was misplaced far away of the action button if a transaction was expanded. * Fixes the moment when flash messages occur. As transaction event creation method subscribed to `currentPatron$` observable, each time this observer emit content, a dummy transation event was created (with previously registered data event). This problem is now solved : the affected patron is now get from the parent transaction event. * Adapts CSS buttons regarding UX charter. * Closes rero#209 Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you expand a fee (to see details and history), then click on "action" button. The drop-down menu are displayed far below the button.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The drop down menu should be display just below the action button. To see a correct behavior, jut collapse the fee and click again on "action" button
The text was updated successfully, but these errors were encountered: