21489 Posts in 5783 Topics by 2621 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 566 Views |
-
fields are jumping out of the viewport

22 October 2009 at 3:22am
Hi,
i have added a new FieldSet to the backend using model admin. Everything works fine. But some fields are not visible. Formfields after he TinyMCE's iframe are not in the vievport. If you use the tabulator they are visible. Can anybody give a hint to fix this?
Here is some Code:
function getCMSFields() {
$fields = new FieldSet(
new CheckboxField('anzeigen', 'Artikel ein-/ausblenden'),
new CalendarDateField('gueltigab', 'Anzeigen ab dem'),
new TextareaField('Headline', 'Überschrift'),
new TextareaField('Subheadline', 'Subheadline'),
new HtmlEditorField('Copytext', 'Artikeltext'),
new ImageField('Thumb', 'Artikelbild')
);return $fields;
}Greetings, Carsten.
-
Re: fields are jumping out of the viewport

23 October 2009 at 4:25pm
TinyMCE uses up a lot of space, perhaps you could move your fields above it? Make sure your stylesheet is not changing the overflow in that frame/div.
-
Re: fields are jumping out of the viewport

23 October 2009 at 11:04pm
Hi Dalesaurus,
the last two elements (HTMLEditorField and ImageField) are i-frames. I have tried to set an "clear:both" element befor the end of the form but it doesn't help. All CSS settings are back to the default values. I am Using FireFox 3.5.3.
In IE7 and IE8 it is working fine.
Greetings, Carsten.
-
Re: fields are jumping out of the viewport

24 October 2009 at 10:03am
That is some kind of CSS specific thing for FF. Sorry, but I am not that good with diagnosing/fixing styles.
| 566 Views | ||
|
Page:
1
|
Go to Top |


