[Webkit-unassigned] [Bug 66034] New: [Qt]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 10 23:39:40 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66034

           Summary: [Qt]
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mikko.seppanen at digia.com


When applying the following css style (text decorations) to an "Anchor tag" and hovering mouse cursor above it there can be seen a dot on the lower right corner of the anchor. This has been reproduced with Qt's fancy browser and browser demo.

"""""""""""
<style type="text/css">
a {
    color: black;height:30px; line-height:30px;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
</style>
"""""""""""

-- 
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