Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Fixed Header and Navbar Issue on Android #4241

Closed
davidpipes opened this issue Apr 30, 2012 · 2 comments
Closed

Fixed Header and Navbar Issue on Android #4241

davidpipes opened this issue Apr 30, 2012 · 2 comments

Comments

@davidpipes
Copy link

I didn't noticed this bug until I started testing on android.

Fixed header with a nested Navbar that has 2 buttons in it. If the button on the navbar goes over a form element and the navbar button is clicked focus is applied to the underlying element instead of the navbar button itself.

In this example I'm sharing, if you access this preview from an android device (maybe iphone as well, not sure) click on the textarea form element. This should launch the keyboard forcing the page view to shrink thus moving the header. With the keyboard open scroll the page down so that the "Clear" button is overlaying the "Detail" select element. Once it's over it click the clear button. Instead of the clear button event firing off, it applies focus to the underlying element. In this case it's the detail select element.

http://jsfiddle.net/dayv2005/VKmjz/

@jaspermdegroot
Copy link
Contributor

hi @dayv2005 Issues #4032 and #4069 sound similar/related to yours so you might want to check those

@toddparker
Copy link
Contributor

I agree that this seems like a duplicate of #4032 and #4069 so closing.

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