brantburnett/jquery.ui.spinner

[IE9] [Vista] graphic issue

Opened this issue · 0 comments

It seems that IE9 has some graphical issues; it will not load both graphics for the spinner at page load. The problem doesn't occur in other browsers (including IE 8/ IE 9).

I have created an invoice-form with spinners for each articleline (amount, price, discount). The form starts with one articleline and applies the spinners per line. It will only show some of the arrows and most of them don't show.
Only when i reset the line two times, all graphics will show.

Steps:

  • load article line
  • bind spinners to inputs
  • 3 spinners only show two arrows (not always the same)
  • reset line (will also rebind spinners)
  • div.ui-spinner-buttons will grow a bit and move upwards
  • reset line
  • all graphics are shown correctly

I encountered a similar issue with loading only one spinner. It will show one graphic. When i use the spinner, it shows both.

Solution?

I've tried to load the arrows as seperate pngs for ie9, tried to make the spinner containers bigger and some other guesses. Unfortunatly i'm not succesfull yet.

Does anybody have a clue?