Forums

Layout error in the editor?

NickOg 20 May, 2012
Hi,

If you pick some other Joomla menu while working in the forms wizard this overlay doesn't seem right! I am using Joomla 1.5 and Firefox 12.0.

Nick[attachment=0]4Chrono.png[/attachment]
GreyHead 20 May, 2012
Hi Nick,

It looks as though Joomla! uses a lower z-index for the menus than ChronoForms uses for the actions box. Arguably ChronoForms should behave like most other extensions and lock out the Admin menu bar when you are editing a form.

Bob
NickOg 22 May, 2012
Hi Bob,

I guessed it was some z-index problem but what and where is beyond my level of knowledge. :mrgreen:

Nick
GreyHead 25 May, 2012
Hi Nick,

Changing the z-index here in formwizard.css from 1000 to auto seems to fix that problem (but may cause others)
.dragable {
    background-color: #FFEDD4;
    background-image: none;
    border: 1px solid #EEEEEE;
    font-weight: bold;
    padding: 5px 3px;
    width: 212px;
    z-index: auto;
}

Bob
NickOg 25 May, 2012
I will try that Bob. Is it likely that Max will fix in a later release?

Nick
GreyHead 26 May, 2012
Hi Nick,

I can say with confidence that I rarely have any idea what Max will do in a future release :-)

Bob
This topic is locked and no more replies can be posted.