Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Fix EZP-26515: Unable to select an old draft to edit if there are too many #752

Merged
merged 1 commit into from
Dec 16, 2016

Conversation

yannickroger
Copy link
Contributor

Link: https://jira.ez.no/browse/EZP-26515

Description

When to many draft are present, the bottom of the list is hidden bellow the screen limit. This patch adds a scrollbar when the list is too long.

long-draft-list

Tests

Manual tests on firefox and chrome

@@ -4,6 +4,11 @@
*/


.ez-view-draftconflictview {
overflow: auto;
max-height: 30em;
Copy link
Contributor

Choose a reason for hiding this comment

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

30em ? what is the reasoning behind this value ?

@yannickroger yannickroger force-pushed the ezp-26515-draft_list_scroll_16 branch from 99ebb10 to 25d78b0 Compare December 2, 2016 08:59
@yannickroger
Copy link
Contributor Author

@dpobel The solution you gave works fine. PR updated.

@yannickroger yannickroger force-pushed the ezp-26515-draft_list_scroll_16 branch from 25d78b0 to 43d2005 Compare December 7, 2016 14:06
@andrerom andrerom merged commit 474d705 into 1.6 Dec 16, 2016
@andrerom andrerom deleted the ezp-26515-draft_list_scroll_16 branch December 16, 2016 11:12
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants