<table><tr><td style="">davidedmundson created this revision.<br />Restricted Application added a project: Frameworks.<br />Restricted Application added a subscriber: 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/D7085" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Dialog::setVisible doesn't do anything if the QML hasn't finished<br />
setting initial properties (componentCompleted)</p>

<p>componentComplete() method used to duplicate the code that was in<br />
Dialog::setVisible().</p>

<p>Dialog::setVisible was changed in<br />
<a href="https://phabricator.kde.org/R242:eab4aa9909a62cce9b32555ed28d142569fb467f" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;" rel="noreferrer">eab4aa9909a62cce9b32555ed28d142569fb467f</a>. componentComplete was not.</p>

<p>Rather than copying the code, we can call the method directly.</p>

<p>BUG: 382340</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Popups are exactly the same on my system, but as I couldn't reliably reproduce the original bug that<br />
doesn't really prove anything useful</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R242 Plasma Framework (Library)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D7085" rel="noreferrer">https://phabricator.kde.org/D7085</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/plasmaquick/dialog.cpp</div></div></div><br /><div><strong>To: </strong>davidedmundson<br /><strong>Cc: </strong>Frameworks<br /></div>