From kde-bugs-dist Mon Dec 31 18:35:31 2007 From: Charles Samuels Date: Mon, 31 Dec 2007 18:35:31 +0000 To: kde-bugs-dist Subject: [Bug 109068] input elements don't respect padding attribute Message-Id: <20071231183531.4285.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=119912612806181 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=109068 charles kde org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From charles kde org 2007-12-31 19:35 ------- SVN commit 755231 by charles: Allow padding of form elements in the case of border-box, which causes the form element widget to get bigger but its active region to stay the same size. This is sometimes used to put little icons on lineedits. In the case of the content-box model, the padding goes around the form element, as it is today (also the default in non-quirky mode). There's still a strange bug with how the scrollbar on scrollable widgets doesn't have any hover effects and it has the "text input" cursor. But that's not a regression and is tolerable, so we decided to accept it until we have a chance to clean up render_replaced. Reviewed repeatedly by Germain. BUG: 109068 M +108 -8 render_form.cpp M +22 -6 render_form.h M +11 -1 render_replaced.cpp M +2 -0 render_replaced.h WebSVN link: http://websvn.kde.org/?view=rev&revision=755231