[ https://issues.apache.org/jira/browse/AMBARI-26252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17904412#comment-17904412 ]
zrain commented on AMBARI-26252: -------------------------------- Hi [~vanshuhassija] There are unresolved issues with checkboxes throughout the ambari-web, some of which are caused by CSS changes. For example: {{.service-selected label[checked="checked"]:after {}} {{ top: -10px !important;}} {{}}} I'm trying to understand the intent here: selecting an active checkbox state. If that's the case, there's a potential problem. The checked="checked" attribute doesn't reflect the actual state of the checkbox; it just indicates a default value. To select an active checkbox, the :checked selector should be used. I've attempted to fix this, but there are many similar instances across the codebase. Validating them across different components will take a lot of time. Could you help us fix this issue? > Service autostart checkbox display issue > ---------------------------------------- > > Key: AMBARI-26252 > URL: https://issues.apache.org/jira/browse/AMBARI-26252 > Project: Ambari > Issue Type: Sub-task > Reporter: Jialiang Cai > Priority: Major > Attachments: image-2024-12-05-09-32-29-254.png, > image-2024-12-05-09-33-01-035.png, image-2024-12-05-10-39-41-091.png, > image-2024-12-05-10-40-24-023.png > > > The checkboxes can correctly display a checkmark when clicked individually, > but when selecting all of them by one click, the checkmarks do not display > correctly. > !image-2024-12-05-09-32-29-254.png! > !image-2024-12-05-10-40-24-023.png! > > > > it should be worked as flows: > !image-2024-12-05-09-33-01-035.png! -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ambari.apache.org For additional commands, e-mail: issues-h...@ambari.apache.org