<table><tr><td style="">McPain created this revision.<br />McPain added reviewers: hein, davidedmundson.<br />Herald added a project: Plasma.<br />Herald added a subscriber: plasma-devel.<br />McPain requested review of this revision.
</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/D17707">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>When new item is created, the initMaps() is called. Positioner will init his maps relying on folderview.sortMode() == 0 (alphanumeric sort)<br />
For example, we have three icons: (1, 2, 3)<br />
If we create a "12" icon, it should be (1, 2, 3, 12), but it is (1, empty, 2, 3, 12):<br />
(1, 2, 3) -> create -> (1, 12, 2, 3) -> move(0, 3) -> (1, empty, 2, 3, 12) we moved to (0,4) because (0,3) is busy</p>

<p>Before patch:<br />
<a href="https://phabricator.kde.org/F6493015" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">F6493015: after.png</a></p>

<p>After patch:<br />
<a href="https://phabricator.kde.org/F6493084" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">F6493084: Screenshot_20181220_141629.png</a></p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R119 Plasma Desktop</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D17707">https://phabricator.kde.org/D17707</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>containments/desktop/plugins/folder/foldermodel.cpp</div></div></div><br /><div><strong>To: </strong>McPain, hein, davidedmundson<br /><strong>Cc: </strong>plasma-devel, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>