[Webkit-unassigned] [Bug 27656] REGRESSION: Clicking on popup menu changes layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 11 23:13:30 PDT 2009


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





--- Comment #4 from Ton Voon <ton.voon at opsera.com>  2009-08-11 23:13:29 PDT ---
(In reply to comment #3)
> It's focus, not clicking that is the issue; the focus ring is affecting layout.

I don't think it is the focus ring (unless there is something happening in the
background). If I add this to the CSS:

input[type=text]:focus, input[type=password]:focus, textarea:focus,
select:focus {
  outline: 0 none;
}

This removes the blue ring, but the layout still changes on click.

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