Skip to content

CMS Page InlineEdit not working sometimes when select to last column #37506

Open
@yihang861

Description

@yihang861

Preconditions and environment

  • Magento version Magento ver. 2.4.5-p1
  • Anything else that would help a developer reproduce the bug

Steps to reproduce

1 go admin Cms Page
2 Clicking on a line trigger the edit editor.
3 then click checkbox one by one to last column
4 the last column will not trigger editor sometimes.
微信截图_20230516183321

this issue can reproduce in cms block as well

image

Expected result

All column can show editor normal.

Actual result

The last column can not show editor sometimes

Additional information

No response

Release note

No response

Triage and priority

  • Severity: S0 - Affects critical data or functionality and leaves users without workaround.
    Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
    Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
    Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
    Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.

Activity

m2-assistant

m2-assistant commented on May 16, 2023

@m2-assistant

Hi @yihang861. Thank you for your report.
To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:


Join Magento Community Engineering Slack and ask your questions in #github channel.
⚠️ According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting.
🕙 You can find the schedule on the Magento Community Calendar page.
📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.

self-assigned this
on May 16, 2023
m2-assistant

m2-assistant commented on May 16, 2023

@m2-assistant

Hi @engcom-Dash. Thank you for working on this issue.
In order to make sure that issue has enough information and ready for development, please read and check the following instruction: 👇

    1. Verify that issue has all the required information. (Preconditions, Steps to reproduce, Expected result, Actual result).
    1. Verify that issue has a meaningful description and provides enough information to reproduce the issue.
    1. Add Area: XXXXX label to the ticket, indicating the functional areas it may be related to.
    1. Verify that the issue is reproducible on 2.4-develop branch
      Details- Add the comment @magento give me 2.4-develop instance to deploy test instance on Magento infrastructure.
      - If the issue is reproducible on 2.4-develop branch, please, add the label Reproduced on 2.4.x.
      - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!

engcom-Dash

engcom-Dash commented on May 16, 2023

@engcom-Dash
Contributor

@magento give me 2.4-develop instance

magento-deployment-service

magento-deployment-service commented on May 16, 2023

@magento-deployment-service

Hi @engcom-Dash. Thank you for your request. I'm working on Magento instance for you.

engcom-Dash

engcom-Dash commented on May 16, 2023

@engcom-Dash
Contributor

Hi @

Verified the issue in 2.4-develop instance and the issue is not reproducible.

Steps to reproduce:

  • install magento instance
  • Go to admin >CMS page>Click In line editor
  • Edit the column and save

Kindly refer the below screenshots:
Screenshot 2023-05-16 at 5 56 58 PM

Screenshot 2023-05-16 at 7 19 20 PM

We can edit the CMS Page or Block in 2.4-develop instance, Kindly provide more information if the issue still reproducible.

yihang861

yihang861 commented on May 17, 2023

@yihang861
Author

Hi @engcom-Dash, edit one column is working fine , but if have many coloums and select one by one , the last one column will not show editors sometimes.
image

yihang861

yihang861 commented on May 17, 2023

@yihang861
Author

Please follow the steps .
image
image
image
image

yihang861

yihang861 commented on May 17, 2023

@yihang861
Author

It's not a problem that happens all the time, it happens sometimes, so it's hard for me to identify what is it。
Just know is the problem with
/var/www/magento_demo/vendor/magento/module-ui/view/base/web/js/lib/knockout/bindings/staticChecked.js.
and
in updateModel function.
ko.utils.addOrRemoveItem(modelValue, elemValue, isChecked);

engcom-Dash

engcom-Dash commented on May 17, 2023

@engcom-Dash
Contributor

Hi @yihang861 ,

Thanks for the updates,

Verified the issue in 2.4-develop instance and the issue is reproducible.

Preconditions:
Magento version 2.4-develop and PHP 8.1

Kindly refer the below screenshots:
Screenshot 2023-05-17 at 5 15 42 PM
Screenshot 2023-05-17 at 5 16 22 PM

If we selecting the columns one by one, the last column is not showing with editors.

Thanks.

25 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area: Admin UIComponent: CmsIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P3May be fixed according to the position in the backlog.Progress: ready for devReported on 2.4.5-p1Indicates original Magento version for the Issue report.Reproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branch

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @yihang861@engcom-Bravo@engcom-Delta@engcom-Dash@github-jira-sync-bot

        Issue actions

          CMS Page InlineEdit not working sometimes when select to last column · Issue #37506 · magento/magento2