notifyjs icon indicating copy to clipboard operation
notifyjs copied to clipboard

Wrong positioning when using jQuery >= 3.0

Open imTigger opened this issue 9 years ago • 7 comments

Steps to reproduce:

  1. Edit any examples/*.html that long enough to have scrolling bar
  2. Replace jQuery with <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
  3. Scroll to the bottom and reload the page

Not sure if it's a jQuery issue, but notifyjs seems incompatible with jQuery >= 3.0 Fallback-ed to 2.2.4 and it worked again.

imTigger avatar Nov 29 '16 09:11 imTigger

Even I am facing the same issue.

Miteshivgroup avatar Nov 30 '16 08:11 Miteshivgroup

Can confirm, works in 2.2.4, broken in any version 3.x.x

aglassman avatar Dec 15 '16 04:12 aglassman

+1

cdfa avatar Jan 21 '17 17:01 cdfa

Not sure if people are still having this problem, but 3.2.0 seems to fix it for me.

Lokgic avatar Mar 19 '17 23:03 Lokgic

Still have the same issue, notification incorrectly positioned.

yasser-sobhy avatar Jul 31 '17 09:07 yasser-sobhy

With the latest 2 versions of jquery - 3.3.1 and 3.4.0, messages pop up not under the form field, but in the upper left corner of the screen.

All this works correctly up to version 3.2.1 of jquery inclusive.

And somehow adaptive it is necessary to make pop-up messages.

auditor8880 avatar Apr 19 '19 23:04 auditor8880

In case this helps anyone:

I was seeing this behavior when using element positioning due to the element being contained within a table cell (technically, a div with display: table-cell). I was able to resolve it by adding the style position: relative to the notification element.

jcupps avatar Sep 24 '19 18:09 jcupps