Patch for 73984
Germain Garand
germain at ebooksfrance.org
Tue Nov 2 21:28:16 GMT 2004
Le Mardi 02 Novembre 2004 20:09, Stephan Kulow a écrit :
> Hi!
>
> I'm honest: I don't understand the bug, but the patch fixes the problem
> in disabling the event hack when the widget is hidden, otherwise you will
> get an area that doesn't get any events. Please someone advise on how
> to improve.
this is because normal widgets are clipped out in khtmlview so that we don't
paint on top of them.
I think you could use
+ if (m_view)
+ m_view->setWidgetVisible(this, false);
m_widget->hide();
in RenderWidget::setStyle to solve it more generically
Greetings,
Germain
More information about the kfm-devel
mailing list