trentrichardson / jQuery-Impromptu

An extention to help provide a more pleasant way to spontaneously prompt a user for input.
http://trentrichardson.com/Impromptu/
MIT License
327 stars 144 forks source link

Prompts not always showing in IE11/ME, Graphical Bug #72

Closed Rupenbritz closed 8 years ago

Rupenbritz commented 8 years ago

Hi, we are using impromptu in our web-based tool called Netigate. We have an issue in IE11/Microsoft Edge where the prompt doesnt display. It exists (because if you hover with mouse you can actually press the buttons inside the prompt for example).

This ONLY happens in IE11 and Microsoft Edge.

image

The way to display it is either by;

  1. Toggling console on and off
  2. Scrolling vigiourosly

image

I have no idea why this triggers it too show, it's really strange. Have you guys had any similar isue? Any hotfix etc. All help is really appriciated!

trentrichardson commented 8 years ago

Sorry for the delay on this. If you are still having this issue, I suspect opening the console is simply causing the browser to fire a resize event, which Impromptu listens to for repositioning itself. Are any elements on the page loaded dynamically so that they are loaded after impromptu? You may also try calling $.prompt.position(); after its loaded to see if that fixes it.. (hack, but at least that is a step toward determining whats happening)

Rupenbritz commented 8 years ago

I updated too the latest impromptu and the IE bug seems to have been fixed!

However a since the update a new bug appeared. I will close this topic and open a new one - thx!