https://bugs.kde.org/show_bug.cgi?id=355885

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Latest Commit|                            |http://commits.kde.org/plas
                   |                            |ma-workspace/c692bc53a8c5cf
                   |                            |5802084085b9aed11203998d38
         Resolution|---                         |FIXED

--- Comment #2 from David Edmundson <k...@davidedmundson.co.uk> ---
Git commit c692bc53a8c5cf5802084085b9aed11203998d38 by David Edmundson.
Committed on 27/12/2015 at 22:12.
Pushed by davidedmundson into branch 'Plasma/5.5'.

Set root context properties on the right context

engine()->rootContext() will give a different result to
rootContext() when using a shared engine.

One being in the right context, the other being the context of the
shared engine. Using the latter means two panels end up sharing the same
object which leads to some interesting results and QML crashes in
QV4::QObjectWrapper::wrap when one gets deleted.

I've tested against 356545, but I think it's the cause of a lot of the
mystery QML bugs we couldn't figure out.
Related: bug 356545, bug 356916
REVIEW: 126491

M  +2    -2    shell/containmentconfigview.cpp
M  +2    -2    shell/panelconfigview.cpp
M  +1    -1    shell/panelview.cpp
M  +2    -2    shell/shellcorona.cpp

http://commits.kde.org/plasma-workspace/c692bc53a8c5cf5802084085b9aed11203998d38

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to