-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[AC-8699] Magento Pages Width does not match anymore for Long width c… #37476
base: 2.4-develop
Are you sure you want to change the base?
Conversation
…ontent after 2.4.6 upgrade magento#37459
Hi @adamphh. Thank you for your contribution! Add the comment under your pull request to deploy test or vanilla Magento instance:
❗ Automated tests can be triggered manually with an appropriate comment:
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
@@ -9,6 +9,7 @@ | |||
|
|||
.catalog-product-index { | |||
.admin__data-grid-wrap { | |||
overflow-x: scroll; | |||
.data-row { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in myopinion properties should overflow-x: auto instead always show scroll
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mrtuvn Thanks for your response. Yes, I think it should be auto instead of scroll. I already updated it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@irajneeshgupta Thanks for your comment. I will resolve it
…ontent after 2.4.6 upgrade magento#37459
…match_anymore_for_long_width_content_after_2.4.6_upgrade_37459
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
weird things i can't find/encounter this issue happen in version 2.3.7 ? Any code update after that ? |
Seem this changes in this commit make regression issue |
Hi Can you check my last comment |
…match_anymore_for_long_width_content_after_2.4.6_upgrade_37459
…ontent after 2.4.6 upgrade magento#37459 Update code to resolve make regression issue #ba93336
@mrtuvn I push the new modification. Please help to check it again |
@@ -429,7 +430,7 @@ body._in-resize { | |||
.data-grid-actions-cell { | |||
padding-left: @data-grid-cell__padding-horizontal * 2; | |||
padding-right: @data-grid-cell__padding-horizontal * 2; | |||
position: relative; | |||
position: inherit; | |||
text-align: center; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any reason of this update position
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can it's work without it ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi @adamphh can you explain more about this changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If no specific or special reason i suggest to remove for reduce extra css property
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mrtuvn there is no special reason for that, it can work without position, However I am not sure if it affect to another section.
app/design/adminhtml/Magento/backend/Magento_Ui/web/css/source/module/_data-grid.less
Show resolved
Hide resolved
…match_anymore_for_long_width_content_after_2.4.6_upgrade_37459
…match_anymore_for_long_width_content_after_2.4.6_upgrade_37459
…match_anymore_for_long_width_content_after_2.4.6_upgrade_37459
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you check my last response
…match_anymore_for_long_width_content_after_2.4.6_upgrade_37459
…match_anymore_for_long_width_content_after_2.4.6_upgrade_37459
…match_anymore_for_long_width_content_after_2.4.6_upgrade_37459
…match_anymore_for_long_width_content_after_2.4.6_upgrade_37459
…match_anymore_for_long_width_content_after_2.4.6_upgrade_37459
…oes_not_match_anymore_for_long_width_content_after_2.4.6_upgrade_37459
[AC-8699] Magento Pages Width does not match anymore for Long width content after 2.4.6 upgrade #37459
Description (*)
Preconditions and environment
Magento version 2.4.6
Steps to reproduce
3.Scroll down till last content and then scroll right. You will see the page width did not match columns width.
Expected result
While adding more columns in any grid should match full page width. Issue was not there in 2.4.5
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)