<table><tr><td style="">fvogt 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/D16643">View Revision</a></tr></table><br /><div><div><blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>The second change fvogt mentioned is IMHO handled quite strangely here - !m_enabled || m_temporaryInhibition is the inverse of !m_enabled || m_temporaryInhibition, so doing a event->ignore() === event->setAccepted(false) prior to the first return statement would cover the ignored case, and allows the event to bubble up.</p></blockquote>

<p>Sure, but AFAICT that's just a matter of taste whether to <tt style="background: #ebebeb; font-size: 13px;">ignore(); if(!something) return; do stuff; accept();</tt> or <tt style="background: #ebebeb; font-size: 13px;">accept(something); if(!something) return; do stuff;</tt>.</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>Why is a small move handled differently? Shouldn't the if (event->pos() == oldDragMovePos) code path be removed completely?</p></blockquote>

<p>To not send a move event without position changes. <tt style="background: #ebebeb; font-size: 13px;">DeclarativeDragDropEvent</tt> only has integer positions. Removing this condition might break existing code.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R296 KDeclarative</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D16643">https://phabricator.kde.org/D16643</a></div></div><br /><div><strong>To: </strong>trmdi, mart, broulik, Plasma, hein, bruns<br /><strong>Cc: </strong>fvogt, aacid, bruns, dkorth, ngraham, kde-frameworks-devel, michaelh<br /></div>