<table><tr><td style="">ngraham added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D21610">View Revision</a></tr></table><br /><div><div><p>Ah you're right, that's a pre-existing issue. However it does get worse with this redesign since the Advanced page is now much more compact. Oh well.</p>

<p>I've found one new issue: when auto-login is enabled and you go to the <span><span class="phui-tag-view phui-tag-type-shade phui-tag-grey phui-tag-shade "><span class="phui-tag-core ">Advanced</span></span></span> page, its checkbox is checked but none of the related controls are un-disabled: <a href="https://phabricator.kde.org/F6874337" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">F6874337: Screenshot_20190606_071356.png</a></p>

<p>When you toggle it off and on again, they do get enabled as expected. An inline comment explains why:</p></div></div><br /><div><strong>INLINE COMMENTS</strong><div><div style="margin: 6px 0 12px 0;"><div style="border: 1px solid #C7CCD9; border-radius: 3px;"><div style="padding: 0; background: #F7F7F7; border-color: #e3e4e8; border-style: solid; border-width: 0 0 1px 0; margin: 0;"><div style="color: #74777d; background: #eff2f4; padding: 6px 8px; overflow: hidden;"><a style="float: right; text-decoration: none;" href="https://phabricator.kde.org/D21610#inline-121575">View Inline</a><span style="color: #4b4d51; font-weight: bold;">advanceconfig.ui:247</span></div>
<div style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; white-space: pre-wrap; clear: both; padding: 4px 0; margin: 0;"><div style="padding: 0 8px; margin: 0 4px; background: rgba(151, 234, 151, .6);">   <sender>autoLogin</sender>
</div><div style="padding: 0 8px; margin: 0 4px; background: rgba(151, 234, 151, .6);">   <signal>clicked(bool)</signal>
</div><div style="padding: 0 8px; margin: 0 4px; background: rgba(151, 234, 151, .6);">   <receiver>label_4</receiver>
</div></div></div>
<div style="margin: 8px 0; padding: 0 12px;"><p style="padding: 0; margin: 8px;">This and other subsequent connections are probably the problem. The signal is only getting passed along when the checkbox is actually clicked. But nothing is connected to its <tt style="background: #ebebeb; font-size: 13px;">checked()</tt> signal, so it doesn't know to enable the controls when the checkbox starts out checked but is not explicitly clicked by the user.</p>

<p style="padding: 0; margin: 8px;">You can probably change <tt style="background: #ebebeb; font-size: 13px;">clicked</tt> to <tt style="background: #ebebeb; font-size: 13px;">checked</tt>.</p></div></div></div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R123 SDDM Configuration Panel (KCM)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D21610">https://phabricator.kde.org/D21610</a></div></div><br /><div><strong>To: </strong>filipf, ngraham, VDG, davidedmundson<br /><strong>Cc: </strong>abetts, plasma-devel, LeGast00n, ericadams, jraleigh, GB_2, ragreen, Pitel, ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart<br /></div>