[Webkit-unassigned] [Bug 29404] New: [Qt] Webkit apply text-underline even when there is no text
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 18 07:23:33 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29404
Summary: [Qt] Webkit apply text-underline even when there is no
text
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Mac OS X 10.5
Status: NEW
Keywords: Qt
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: vestbo at webkit.org
This bug report originated from issue QTBUG-3744
<http://bugreports.qt.nokia.com/browse/QTBUG-3744>
--- Description ---
Webkit apply the CSS property text-underline even when there is no text.
For example, go to http://www.linuxcertif.com/metanews/tout-en/ and move the
mouse cursor to one of the little green plus (+) sign. With Qt Webkit, an
underscore is visible. The html code to show this image is:
<a href="#">
<span class="action extend"/>
</a>
With the CSS:
background-repeat:no-repeat;
border:0pt none;
height:17px;
margin-bottom:-3px;
margin-left:5px;
margin-right:5px;
padding-right:17px;
width:17px;
}
Since there is no text in the span, no decoration is expected.
--
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