<table><tr><td style="">kossebau created this revision.<br />kossebau added a reviewer: Frameworks.<br />Restricted Application added a project: Frameworks.
</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/D4392" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>When the user triggers the Add button by keyboard focus or mouse,<br />
the button has focus when it gets disabled in the addItem() handler.<br />
Which results in the focus being passed on, to whatever next widget<br />
in the tab focus order(?) can get focus. Inside KEditListWidget<br />
these are the other buttons, which are usually disabled when an<br />
item is added, so the focus is moved out of the KEditListWidget.<br />
Which usually makes no sense, as the user may want to do more actions<br />
on the list, until explicitly leaving the scene.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Usages of KListEditWidget in KDevelop's "New from Template..." dialog,<br />
e.g. in the test cases of class data pages, no longer are frustrating,<br />
as no longer will the focus move to the "Back" dialog button after<br />
clicking "Add".</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R236 KWidgetsAddons</div></div></div><br /><div><strong>BRANCH</strong><div><div>makeKListEditWidgetNotLoseFocus</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D4392" rel="noreferrer">https://phabricator.kde.org/D4392</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/keditlistwidget.cpp</div></div></div><br /><div><strong>EMAIL PREFERENCES</strong><div><a href="https://phabricator.kde.org/settings/panel/emailpreferences/" rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br /><div><strong>To: </strong>kossebau, Frameworks<br /></div>