<table><tr><td style="">graesslin created this revision.<br />Restricted Application added a project: KWin.<br />Restricted Application added subscribers: kwin, plasma-devel.
</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/D5438" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>With the TabBox I observed the following issue:<br />
1: trigger TabBox through screen edge<br />
2: exit TabBox<br />
3: trigger TabBox again through screen edge</p>
<p>Actual behavior: in step 3 the GUI does not show. If now using Alt+Tab<br />
to show the TabBox the gui shows, but through screen edge it stays<br />
broken.</p>
<p>Investigation showed that the difference is a direct show in screen edge<br />
case and a delayed show in Alt+Tab case. Futher investigation shows that<br />
an invalid geometry gets requested in the broken case. While this might<br />
indicate an issue in another area it makes sense to protect KWin<br />
internally against it and not to break rendering.</p>
<p>Thus this change ensures that a valid FBO does not get replaced by an<br />
invalid sized FBO.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Tested that Alt+Tab works correctly when triggered through<br />
edge</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R108 KWin</div></div></div><br /><div><strong>BRANCH</strong><div><div>qpa-fbo-valid</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D5438" rel="noreferrer">https://phabricator.kde.org/D5438</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>plugins/qpa/window.cpp</div></div></div><br /><div><strong>To: </strong>graesslin, KWin, Plasma<br /><strong>Cc: </strong>plasma-devel, kwin, progwolff, lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, sebas, apol<br /></div>