Defect #20597
Ajax indicator is displayed below modal boxes
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | - | |||
Resolution: | Affected version: |
Description
z-index should be set to a higher value than 100 to be displayed correcly.
History
#1
Updated by Nicolas Rodriguez almost 7 years ago
A value of 1000 does the trick.
#2
Updated by Etienne Massip almost 7 years ago
Could you please give details?
#3
Updated by Nicolas Rodriguez almost 7 years ago
- File test - Redmine.png added
I maintain Redmine Git Hosting plugin and I use modal boxes to render forms.
When I click on submit, the Ajax indicator (the div that displays the spinner with "loading...") is not visible unless the z-index is set to a higher value.