Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

CalendarDateField in Popup - CSS Bug?


Go to End


2 Posts   1883 Views

Avatar
Double-A-Ron

Community Member, 607 Posts

25 September 2008 at 3:10pm

Hi all. Searched and searched and was surprised no one had come across this, but just checking if anyone has yet:

I have a CMS_Popup for adding dates to a page. This popup consists of one ComboBox and two CalendarDateField.

It seems that CalendarDateFields (or more specifically, the popup calendar) don't play well with the middleColumn span that SS uses as a container wrapping the fields in IE. If you look at the Screenshot, you can see a comparison between IE7 and FF 3.0. The top row of the date selecter is under the MiddleColumn in IE7, making those dates completely un-selectable.

Has anyone else seen this yet? There is nothing in the bug tracker.

Cheers
Aaron

Avatar
Willr

Forum Moderator, 5523 Posts

25 September 2008 at 5:49pm

Def a CSS bug. You might like to submit it as such on open.silverstripe.com. It looks like something todo with overflow: hidden with firefox. and something to do with z-index or absolute positioning IE.