Last modified: 2012-03-10 17:02:37 UTC
I have installed and enabled SemanticForms 2.4 with SemanticFormsInputs 0.5. My form includes datetime picker and free text input below. Everything works well. But enabling WikiEditor 0.3.0 extension causes a problem: if I click on clock button on the right of time input filed, list of hours (timepicker) appears, but it is partially hidden by the editor: only the beginning of the list is available, the rest is *behind* the editor. Updating both SF and SFI from trunk does not help. I did not try to update WikiEditor yet. BTW, calendar (datepicker) is always shown correctly -- above the editor.
It's a CSS problem. The z-index of the timepicker needs to be set.
Fixed in r112719.
Verified on r113087.