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

Remove * {filter:none} from media print due to IE9 repositioning and float issues #963

Merged
merged 1 commit into from
Apr 10, 2012

Conversation

ProBackup-nl
Copy link
Contributor

In combination with html form input tags, having float:left style applied, Modernizr 2.0.6, IE9 and PIE-1.0beta6 (for rendering CSS3 properties in IE) the setting of "filter:none" causes the input elements to disappear. See it for yourself (in IE9):

http://www.kbrbeheer.nl/bugs/h5bp/stylesheet-media-print/with-filter.html
http://www.kbrbeheer.nl/bugs/h5bp/stylesheet-media-print/without-filter.html
Or when you haven't got IE9 at your disposal:
http://www.kbrbeheer.nl/bugs/h5bp/stylesheet-media-print/with-filter.pdf
http://www.kbrbeheer.nl/bugs/h5bp/stylesheet-media-print/without-filter.pdf

…ant;".


In combination with html form input tags, having float:left style applied, Modernizr 2.0.6, IE9 and PIE-1.0beta6 (for rendering CSS3 properties in IE) the setting of "filter:none" causes the input elements to disappear. See it for yourself (in IE9):

http://www.kbrbeheer.nl/bugs/h5bp/stylesheet-media-print/with-filter.html
http://www.kbrbeheer.nl/bugs/h5bp/stylesheet-media-print/without-filter.html
Or when you haven't got IE9 at your disposal:
http://www.kbrbeheer.nl/bugs/h5bp/stylesheet-media-print/with-filter.pdf
http://www.kbrbeheer.nl/bugs/h5bp/stylesheet-media-print/without-filter.pdf
@necolas
Copy link
Member

necolas commented Feb 3, 2012

Does the problem still occur if you stop using PIE?

@ProBackup-nl
Copy link
Contributor Author

With filter and without PIE (all behavior: url(/js/PIE-1.0beta6/PIE.min.htc attributes removed from CSS) the problem still occurs.

See:
http://www.kbrbeheer.nl/bugs/h5bp/stylesheet-media-print/with-filter-without-pie.html
http://www.kbrbeheer.nl/bugs/h5bp/stylesheet-media-print/with-filter-without-pie.pdf

necolas added a commit that referenced this pull request Apr 10, 2012
Remove * {filter:none} from media print due to IE9 repositioning and float issues
@necolas necolas merged commit cfae00a into h5bp:master Apr 10, 2012
drublic added a commit to drublic/h5bp-stylus that referenced this pull request Apr 15, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants