css doesn't work correctly on FocusOut event

Slava Tokarev tsjoker at gmail.com
Sun Mar 23 08:40:26 GMT 2008


Hi, Germain

I'm looking at http://bugs.kde.org/show_bug.cgi?id=159364 KHTML bug.
Especially at
http://samples.msdn.microsoft.com/csstestpages/Chapter_5/focus-selector-001.htmtest.

I've debugged konq for a while and found that the possible problem can be
with handling of FocusOut event. I believe that the possible place to update
style of TextArea would be render_replaced.cpp::eventFilter(); It's called
but it doesn't accept event because isRedirectedWidget() is true for
TextAreaWidget, i.e. it gathers all events by itself.

Can you point me with some direction? Why isRedirectedWidget() is true in
this case and if it is correct, then how should we (and where) handle style
changing?

Thanks,
Vyacheslav Tokarev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20080323/943e052d/attachment.htm>


More information about the kfm-devel mailing list