[Webkit-unassigned] [Bug 45889] New: Style visibility: hidden on <br/> tags causes input fields to lose focus after deleting all content
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 16 07:23:45 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45889
Summary: Style visibility: hidden on <br/> tags causes input
fields to lose focus after deleting all content
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mrandall at cerner.com
Steps to replicate:
-Create an HTML with style "br {visibility: hidden}" (sample included below)
-Include an input field on the page
-Load the HTML file
-Type text in the input field
-Use the backspace key to delete the text. Once all text is deleted, form field loses focus
Sample HTML to replicate:
<html>
<head>
<style type="text/css">
br {visibility:hidden}
</style>
</head>
<form>
<fieldset>
<input/>
</fieldset>
</form>
</html>
--
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