fixed-sticky icon indicating copy to clipboard operation
fixed-sticky copied to clipboard

Chrome bug

Open engrshahabuddin opened this issue 7 years ago • 4 comments

It is not working in Chrome

engrshahabuddin avatar Aug 07 '16 02:08 engrshahabuddin

Not working for me too.

telephonyapi avatar Aug 20 '16 10:08 telephonyapi

This does nobody any good without steps to reproduce, example code, a detailed description of the issue, etc.

goodguyry avatar Aug 25 '16 17:08 goodguyry

What I could notice is that Chrome doesn't support position:sticky; while Safari and Firefox does. In Chrome it falls to position:fixed; breaking the layout when you use it as sidebar sticky. The div class="fixedsticky-dummy" appears on Chrome's Inspector while in Safari and Firefox it doesn't. Browsers tested: Safari Mac 10.0.2 Firefox Mac 50.1.0 Chrome Mac 55.0.2883.95

robertosimoes avatar Jan 07 '17 09:01 robertosimoes

I had that same issue. You can force the polyfill, which worked for me.

FixedSticky.tests.sticky = false;

goodguyry avatar Jan 07 '17 19:01 goodguyry