Get your own customer support community
 

Why does zIndex for full-screen mode have to be so high?

In seadragon-min.js (v0.8), the zIndex of the viewport in full screen mode is set to 99999999. But I need to place a javascript modal dialog box on top of everything if a user clicks on certain things. Works perfect in seadragon's regular mode. But even if I set the zIndex of my modal dialog box to 99999999 + 1, it appears underneath seadragon. I see my modal dialog box when I get out of full screen mode.

So I changed the zIndex to 99 in seadragon-min.js and everything works perfect now! I'm guessing 99999999 is the limit, at least in firefox? Why is it so high? Will I be screwing anything up by having zIndex set to 99?
Inappropriate?
1 person has this question

User_default_medium