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]
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]
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
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
Hi Bob,
I guessed it was some z-index problem but what and where is beyond my level of knowledge. :mrgreen:
Nick
I guessed it was some z-index problem but what and where is beyond my level of knowledge. :mrgreen:
Nick
Hi Nick,
Changing the z-index here in formwizard.css from 1000 to auto seems to fix that problem (but may cause others)
Bob
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
This topic is locked and no more replies can be posted.