#3575 closed defect (bug) (fixed)
Spinners inside buttons - IE9 - not compatible view
Reported by: | xeqta | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | normal | Version: | 1.5 |
Component: | Templates | Keywords: | ui-feedback has-patch |
Cc: |
Description
Spinners in those buttons isn't showing up. (testbp.org)
Screenshot added.
Attachments (2)
Change History (9)
#1
@
13 years ago
- Component changed from Core to Theme
- Keywords needs-patch ui-feedback added
- Milestone changed from Awaiting Review to 1.5
#2
@
13 years ago
I can't fix it, but can confirm issue (tested at work on IE9). Graphic seems to appear, as the button goes wider, but no spinner visible.
#3
@
13 years ago
Yes ajax spinners are not visible.......
can we have some exeptions for ie9...@djpaul
#4
@
13 years ago
- Keywords has-patch added; needs-patch removed
- Version set to 1.5
Just tested in IE9 on testbp.org.
The problem is the filter
declaration; it's interfering with the background-image
.
01.patch removes the filter when the loading
class is added to the submit button. However, by doing this, we lose the gradient albeit temporarily.
Another solution can be found here:
http://stackoverflow.com/questions/7028524/using-the-css-filter-property-for-ie-7-8-for-a-gradient-along-with-a-background
#5
@
13 years ago
Thanks for investigating; I recall we had a similar problem with the header gradient on IE with something else (we ended up not having a gradient on the header). Let's go with your patch; I dislike filter workarounds almost as much as I dislike adding a div to fix IE-specific problems :)
Anyone with easy access to IE9 care to patch, quickly?