Side navigation
#1808 closed bug (fixed)
Opened October 15, 2007 06:40PM UTC
Closed November 14, 2007 03:45PM UTC
UI Shadow doesn't work on Safari 2 without explicit z-index
Reported by: | gconaty | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | ui | Version: | 1.2.1 |
Keywords: | shadow safari | Cc: | |
Blocked by: | Blocking: |
Description
The default value of a z-index on Safari 2 seems to be 'normal' rather than 'auto', which causes no z-index to be assigned (the default tries to add 'normal' + 1). I've created a simple patch to address the issue.