Revision 658759c...

Go back to digest for 22nd April 2012

Bug Fixes in KDE Base

Ivan Čukić committed changes in [kdelibs/ivan/plasma-active-patches] khtml/rendering/render_form.cpp:

Fix rendering of text input elements having padding by removing the use
of cached parent's proxy style, that end up to return a wrong content rect
size, and using ad-hoc style() function instead. Actually only KLineEdit
inherits KdeUiProxyStyle (since kde 4.5) so the behavior of our internal
proxy is unchanged for the other form elements (i.e m_proxy was always 0 for them).

Also the crash reported in #197270 is no longer reproducible after this change,
likely it has been fixed elsewhere...

, 280226
FIXED-IN: 4.8.3

File Changes

Modified 1 files
  • khtml/rendering/render_form.cpp
1 files changed in total