Revision 766886

Go back to digest for 27th January 2008

Bug Fixes in KDE Base

Maks Orlovich committed changes in /trunk/KDE/kdelibs/khtml/khtmlview.cpp:

Don't crash on drop in frames. Same deal as <a href="http://websvn.kde.org/?rev=739370">r739370</a>;, #151836 ---
this was playing ping-pong-with Qt with drop events, trying to propagate them up, and Qt sending them back down because it doesn't match its internal DND state. Just as in khtmlimagepart, just let Qt bubble them itself.

This makes behavior match KDE3.5.x --- one can drop things from different documents here, and that'll affect the document (one can't DND from one frame to another, but that was the case in 3.5.x, too, and it's probably the right thing to do..)

File Changes

Modified 1 files
  • /trunk/KDE/kdelibs/khtml/khtmlview.cpp
1 files changed in total