-
Notifications
You must be signed in to change notification settings - Fork 1.6k
top #379
Comments
I have found the same bug today. |
Describe why it is a bug. What behaviour can you observe? |
Which device/browser and do you have the link to the website for me? |
Android Opera... You can also use Chrome DevTools device mode (https://developers.google.com/web/tools/setup/device-testing/devtools-emulator), just select Google Nexus 5... Unfortunately I can't provide a link. However, I can create a new page if you can't catch this bug. |
Well that's hard to grasp then if I cannot reproduce :D |
Ok. Give me some time please |
Sure thing 👍 |
scroll to bottom of the page... after that click "Start date" or "End date" http://.../pages/index.html |
Okay. This seems to be buggy in Chrome but works perfectly fine in firefox. Can you patch the website so that it works in chrome by using this comment? |
I've commented 537 line if( !elementOrParentIsFixed(this.element) ){ |
And then it seems to work on mobile + chrome + firefox. Can you confirm that? |
Yes I confirm that. |
Mind filing a pull request for this fix? |
You mean I need to create a pull request? |
Yes please |
506 line :
top=top+document.body.scrollTop
is a bug.
delete it
The text was updated successfully, but these errors were encountered: