[Webkit-unassigned] [Bug 19496] New: When CSS line-height is more than height for a <input type="text"> element, the focus ring drawn is ugly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 11 12:34:44 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19496
Summary: When CSS line-height is more than height for a <input
type="text"> element, the focus ring drawn is ugly
Product: WebKit
Version: 526+ (Nightly build)
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: help.improve.safari at gmail.com
I. Steps:
-----------
1. Launch Safari
2. Launch the test case
II. Issue:
-----------------
Focus rings drawn on <input type="text"> element is ugly when the specified
line-height is more than height in CSS.
.TabStrip_SearchBox {
height:17px;
line-height:19px;
}
<input type="text" onmousedown="onMouseDownSearch()"
class="TabStrip_SearchBox" title="Search MSDN" id="stb" value="Search MSDN with
Live Search" name="stb"/>
PS: For some reason, the problem goes away if onmousedown event handler is
removed from javascript
III. Other browsers:
-----------------------
IE7 : Ok
FF3 : Ok
Opera 9.27: Ok
IV. Safari nightly tested: version 3.1.1(525.17 )- r34278.
Not working properly on Safari.
V. Safari screenshot : Avalible
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list