From kde-bugs-dist Tue Mar 02 09:28:12 2010 From: Germain Garand Date: Tue, 02 Mar 2010 09:28:12 +0000 To: kde-bugs-dist Subject: [Bug 221830] auto mode scroollbars in form textarea Message-Id: <20100302092812.5D5A435CB7 () immanuel ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=126752212407281 https://bugs.kde.org/show_bug.cgi?id=221830 --- Comment #8 from Germain Garand 2010-03-02 10:28:10 --- SVN commit 1097847 by ggarand: got a better idea here: instead of letting the textarea be always ScrollBarAsNeeded, we may mirror the overflow-x/y property and default to overflow-y:scroll This matches MSIE7 so should be perfectly compatible with sites that want to turn the scrollbars to auto for cosmetic reasons (with overflow:auto), while retaining as default the very nice "this is a form widget" accessibility hint that the vertical scrollbar naturally provides. CCBUG: 221830 M +1 -0 css/html4.css M +13 -0 rendering/render_form.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1097847 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.