Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Text input fields not correctly focusable with border-radius #36

Closed
zinx opened this issue Jul 17, 2010 · 2 comments
Closed

Text input fields not correctly focusable with border-radius #36

zinx opened this issue Jul 17, 2010 · 2 comments

Comments

@zinx
Copy link

zinx commented Jul 17, 2010

Text input fields must be clicked on the border when 'border-radius' is used. Clicking inside the text field will not result in the text field becoming focused, and will remove focus from anything else.

Tested in IE8.

@RwwL
Copy link

RwwL commented Jul 28, 2010

I think this issue has changed with all the development since the bug was first filed, but the title is probably still appropriate. Here's what I now see w/ beta 2 in IE7/8, using a text input field with only border-radius provided by CSS3 PIE:

  • clicking inside the field does focus the field
  • :focus styles (say, a border color change) on the input are not applied until keydown or until the cursor is moved off the field
  • if you tab or click away from a field after its focus styles are applied, the focus styles are not removed until I mouse over the field again

@lojjic
Copy link
Owner

lojjic commented Sep 26, 2010

The original issue has been fixed.

@RwwL: Regarding your description of the delayed :focus handling, I have created issue #78 to track that.

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants