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

Chrome latest version - css position fixed and bottom 0 issue on jquery.print() #115

Open
kathirpandian1993 opened this issue Sep 26, 2023 · 0 comments

Comments

@kathirpandian1993
Copy link

Chrome Version 117.0.5938.92 (Official Build) (x86_64) This issue was coming in the latest chrome version only
Firefox - Working fine
Safari - Working fine
Chrome (Old version - 116.0.5845.187) - Working fine
Chrome (Latest version - 17.0.5938.92 ) - Not Working

Expected behaviour

Header and footer issue. Header should present on the top of the document and footer should present on the bottom of the document

Observed behaviour

But in our case Footer was not placed in the bottom of the document
css:

footer {
  position: fixed;
  bottom: 0;
}

i'm using this css but its not moving the footer to the bottom of the document

Simplified demo link reproducing the issue

Steps to reproduce the problem: I have created the code in stackbilts kindly check the code
https://stackblitz.com/edit/web-platform-qsxv1t?file=index.html

Here i have shared a example with window.print, The same issue was happens on the jquery.print also. I have share the version below

Kindly refer this stackoverflow question if you have any other queries https://stackoverflow.com/questions/77177175/chrome-latest-version-css-position-fixed-and-bottom-0-issue-on-jquery-print

jQuery, jQuery.print version

"jQuery.print": "^1.5.1",

Browser and operating system

Chrome Version 117.0.5938.92 (Official Build) (x86_64)
OS: Mac OS

Thanks!

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

No branches or pull requests

1 participant