Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#630 closed defect (fixed)

History div doesn't have a z-index

Reported by: cheald45@… 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)

tracdiv.png (19.4 KB ) - added by cheald45@… 20 years ago.
Screenshot of the problem

Download all attachments as: .zip

Change History (4)

by cheald45@…, 20 years ago

Attachment: tracdiv.png added

Screenshot of the problem

comment:1 by cheald45@…, 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 daniel, 20 years ago

Milestone: 0.8
Resolution: fixed
Status: newclosed

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 daniel, 20 years ago

Component: generalwiki

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.