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

ie7 tree css issue


Go to End


7 Posts   1924 Views

Avatar
Blackdog

Community Member, 156 Posts

13 April 2008 at 11:35pm

Hi all,

I have run into the issue where the titles in "Attach Image From the file store" get cut off in IE7.

Firefox seems to handle that element fine and vary the width of it to suit the content. To combat the issue in IE7 I set the width in "tree.css" in the jsparty/tree folder.

I set it with a IE specific hack to avoid any problems this might cause in FF. That is what brings me here.. surely other people are experiencing this issue.

cheers.

Avatar
Double-A-Ron

Community Member, 607 Posts

16 September 2008 at 4:33pm

Edited: 16/09/2008 4:33pm

Yes I just had this reported by a client. IE7 Only. It appears that the popup div is layered under the "Attach Image" button and it's container.

Attached is a shot of what it looks like. But surely this is common??

Avatar
Double-A-Ron

Community Member, 607 Posts

16 September 2008 at 5:12pm

I think I found the css bug:

jsparty/tree/tree.css

Line 76 under the class ul.tree a {

overflow: hidden;

Changing this to

overflow: visible;

Fixes the issue.

Avatar
UncleCheese

Forum Moderator, 4102 Posts

19 September 2008 at 2:39am

Bless you! This has been driving me crazy!

-also "double A" ron

Avatar
Liam

Community Member, 470 Posts

19 September 2008 at 11:45am

Edited: 19/09/2008 11:45am

I never knew about the problem, not using IE and all, but I'll be sure to implement the fix on my standard copy I start with.

Might want to open a ticket with the fix to help get this squashed in future releases.

Cheers!

*edit* and just to be sure, the fix hasn't caused any other issues with other browsers?

Avatar
UncleCheese

Forum Moderator, 4102 Posts

19 September 2008 at 2:05pm

Confirmed.

Avatar
Double-A-Ron

Community Member, 607 Posts

25 September 2008 at 3:35pm

It seems that there is more than one way to skin a CSS cat:

http://open.silverstripe.com/changeset/57763

I tested that fix and it works too. Says it's a changeset, but no version specified. I guess that was after 2.2.2 was released, so hopefully this bug will be out as standard by 2.2.3.

Cheers
Aaron