-
Notifications
You must be signed in to change notification settings - Fork 106
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
Remove extra vertical line from Grid #1956
base: develop
Are you sure you want to change the base?
Conversation
I spent in this issue quite a lot of time already, testing different types of |
@mvorisek The vertical line is really a disturbance, whereas your spacing issue with two consecutively rendered grids is an edge case. If you please a header between two grids, you also do not have any spacing issue. Spacing issues are present all-over in FUI, eg, try placing Label in the neighbourhood of headers. |
The exact issue is with CardDeck. I completely agree the line should not be there, but this PR must address the |
@mvorisek I tried to reproduce the issue you mentioned rendering a grid with immediately afterwards a CardDeck applying the PR (so removing the segment as in the PR). I cannot see any spacing issue, it renders perfectly fine, both in desktop and responsive/mobile view with the recent develop. |
CardDeck - as the non-entity UA is now rendered using unified Menu (#1965), I mentioned CardDeck here as there is the same problem :) spacing - not after another Crud, but after/before an image with zero margin/padding for example |
Do you have any repro code/example? I don't fully understand what the issue is removing the vertical segment line. I also checked all other FUI segment types, but no one is appropriate, so why do we need it? |
@ibelar Can you check this, please? The vertical line is a big waste of space, and to me the PR solves this issue while not generating - at least in all my UI settings - any unwanted renderings. |
@mvorisek Do you have any repro code, as I cannot reproduce the error. I think images should be placed in separate containers to fit them into the UI flow, this to me is not related to having the vertical line segment or not as far as I can see. I tested against headers, further Grids/Cruds or CardDecks following an the UI without vertical segment is fine. |
please reread #1956 (comment), repro https://dev.agiletoolkit.org/demos/collection/card-deck.php and the
for example
|
I would like the issue solved, but as shown in the discussion above, the solution as proposed ATM is causing side effects. |
fix #1901