945-change-position-empty-card #966
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!966
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "945-change-position-empty-card"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Calculation of left/top did not include margin set in gridbackground, emptygrid now in right place.
Issue with footer when refreshing page, emptycells extends below footer but if an card is added, it follows along. This issue seems that only I could replicate and will try it on other machines next week.
Review on #966
Whats done
Tested on macOS using Chrome
Inspected following files
What needs to be done
Conclusion
@j21marbr These issues exist in the team branch and have not been caused by this issue, generally all that is change in this pull-request is the calculation of emptygrid positioning as well as removing padding.
I solved the double scrollbar problem, but the issue with partially visible views/cards is caused by cards being placed in columns outside the current resolution’s maximum column count. For example, when switching from an 8-column layout to a 4-column layout, the cards keep their original coordinates until the state updates, either by moving the cards manually or refreshing the page.
@a24julot Perhaps we should create new issues for this.
New issues will be created for the problems identified, will merge this after getting approval from @j21marbr .
I checked the changes and the double scrollbar is now gone and look correct and the code is ready to be merged.