dotted box over links on hover (regression) (#52598)

Germain Garand germain at ebooksfrance.com
Thu Jan 9 17:11:44 GMT 2003


Le Mercredi 08 Janvier 2003 21:05, Dirk Mueller a écrit :
> On Mit, 08 Jan 2003, Daniel Naber wrote:
> > can someone please look at this bug:
> >
> > http://bugs.kde.org/show_bug.cgi?id=52598
> >
> > It's only a visual thing, but nevertheless it's a bad regression in 3.1
> > branch.
>
> Heh. I thought I had an unclean compile because it was unexplainable to me
> how this could have happened. Will investigate then.

I found the culprit : the snipet below was part of an if (eventId == 
EventImpl::CLICK_EVENT)  block that was removed...

Please commit if OK.

Cheers,
Germain

--- khtmlview.cpp.old   Thu Jan  9 17:03:30 2003
+++ khtmlview.cpp       Thu Jan  9 17:03:13 2003
@@ -1512,10 +1512,6 @@
             swallowEvent = true;
        me->deref();

-            if (targetNode->isSelectable())
-                m_part->xmlDocImpl()->setFocusNode(targetNode);
-            else
-                m_part->xmlDocImpl()->setFocusNode(0);
     }

     return swallowEvent;





More information about the kfm-devel mailing list