Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Little fix for a IE transparency/click bug #8

Merged
merged 1 commit into from
Aug 8, 2011

Conversation

r3gis3r
Copy link
Contributor

@r3gis3r r3gis3r commented Aug 8, 2011

I just found a little annoying bug with the IE filter technique that produce some unexpected behavior.

Sounds IE does not consider transparent area when selected by Filter as clickable. As consequence it does not capture the click. It's really annoying when you have an overlay for a popup for example.
I found a easy way to fix it here : http://haslayout.net/css/No-Transparency-Click-Bug
And added it to the library :).

I was wondering about pointer property.... On my side what I did was to force cursor to be default on the overlay without adding it to the finalize script.
I guess it could be considered as not relevant of stuff that should be done by the script.

codler added a commit that referenced this pull request Aug 8, 2011
Little fix for a IE transparency/click bug
@codler codler merged commit a46798d into codler:master Aug 8, 2011
@codler
Copy link
Owner

codler commented Aug 8, 2011

Thanks for the bugfix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants