Opened 16 years ago
Closed 16 years ago
#1808 closed bug (fixed)
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.
Attachments (1)
Change History (3)
Changed 16 years ago by
Attachment: | fx.shadow.js.safaripatch added |
---|
comment:1 Changed 16 years ago by
Owner: | set to paul |
---|---|
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
patch to address safari z-index