Bug Tracker

Modify

Ticket #1967 (closed bug: wontfix)

Opened 5 years ago

Last modified 5 years ago

Interface and z-index Problem

Reported by: Mathachew Owned by: stefan
Priority: major Milestone: 1.2.2
Component: interface Version: 1.2.1
Keywords: imagebox Cc:
Blocking: Blocked by:

Description

I'm building a new site and am using z-index in several areas to get the placement that I need for each element. The problem here is that the zIndex for #ImageBoxOverlay and #ImageBoxContainer is 1 and 2 respectively. This is a big problem that causes the imagebox to appear behind my z-index elements. Originally, #ImageBoxOverlay appears behind my elements, but my CSS was able to fix that. I then tried to force a z-index on #ImageBoxContainer, but that did not work. Perhaps giving the user an option to specify the z-index as an optional parameter or make the script check if this is set by the user via CSS or JS (I'm not sure how practical this is, or if it's even possible, but I figured I mention it to brainstorm). Thanks.

Change History

comment:1 Changed 5 years ago by Mathachew

Er, made a mistake. #ImageBoxOverlay has no zIndex, it's #ImageBoxCaption. I'm attempting to change the source code and get it working, but so far no luck, #ImageBoxContainer keeps appearing behind my elements and the overlay.

comment:2 Changed 5 years ago by Mathachew

I found that by changing the source code and including that, rather than including interface.js, I am able to get it working properly. Still, this is something that I shouldn't have to be doing, right?

comment:3 Changed 5 years ago by scott.gonzal

  • Status changed from new to closed
  • Resolution set to wontfix

Interface is no longer supported; consider switching to  jQuery UI.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.