#630 closed defect (fixed)
History div doesn't have a z-index
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | 0.8 |
Component: | wiki system | Version: | 0.7.1 |
Severity: | minor | Keywords: | z-index zindex div |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I've done a little markup in my Trac project involving four divs, two with a z-index of "1", and two with a z-index of "2". When the history div is made visible, it falls behind these divs.
See it here:
http://chronos.digitalsentience.com/cgi-bin/trac.cgi/wiki/WikiStart?version=24
Simply click "show/hide history" to see the problem.
Attachments (1)
Change History (4)
by , 20 years ago
Attachment: | tracdiv.png added |
---|
comment:1 by , 20 years ago
Update: Rather, it's a table, not a div. :)
Anyhow, this problem can be fixed relatively simply. I added the following to my site_css.cs file:
table#wiki-history { z-index: 3; }
This isn't really a major bug, but considering the nature of the history table, it might be a good idea to give it a relatively high z-index by default.
comment:2 by , 20 years ago
Milestone: | → 0.8 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Thanks for noticing, missed that one in 0.7. :)
In 0.8 (or current trunk for that matter), the page history has been moved to its own view/page though, as a side-effect fixing the problem described herein, so i'm marking this ticket as fixed.
See #373 for reference, and discussion.
comment:3 by , 20 years ago
Component: | general → wiki |
---|
Screenshot of the problem