[Webkit-unassigned] [Bug 50521] [Qt] Improper rendering of <button> tag when it contains a <br>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 14 08:46:10 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=50521
--- Comment #4 from aravind.akella at nokia.com 2011-02-14 08:46:10 PST ---
This bug is not reproducible on symbian or meego because the QtTestBrowser uses qt_mobile_theme on these devices. This bug occurs only on a linux machine.
The content size of a push button is set to the size of a single line ...
WebCore/platform/qt/RenderThemeQt.cpp +481
QSize contentSize = fm.size(Qt::TextShowMnemonic, QString::fromLatin1("X"));
So anything beyond a single line is getting clipped. Do you want me to fix this ?(considering that it doesn't occur on symbian/meego)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list