17488 Posts in 4473 Topics by 1978 members
| Go to End | Next > | |
| Author | Topic: | 4485 Views |
-
Patch: Usability Fix for Site Tree

17 May 2007 at 3:15pm
Currently, the Left Frame is not very usable when large font sizes are used or when it is resized.
This was mentioned in the Usability Report:
"Users may be confused by the appearance of the left hand frame if they try to adjust its width. R: Make sure that the legibility of the frame contents is maximised when the frame width is adjusted."I have posted a link to the patch along with screenshots of the changes here:
http://www.elijahlofgren.com/silverstripe/patches/sidebar-fix/sidebar-fix-patch-walkthrough.htmlI spent a long time trying to fix this many other ways (i.e. trying to just CSS changes), and finally found this solution which seems to be the best way to fix the problem.
I hope you find this helpful,
Elijah
-
Re: Patch: Usability Fix for Site Tree

17 May 2007 at 4:02pm
Great work on this - thanks for the very thorough explanation of the issue
-
Re: Patch: Usability Fix for Site Tree

17 May 2007 at 4:15pm
This has been merged into the stable branch, and will appear in the nightly builds soon.
-
Re: Patch: Usability Fix for Site Tree

17 May 2007 at 4:47pm
You're the patch master
Keep up the great work!
-
Re: Patch: Usability Fix for Site Tree

28 May 2007 at 2:50pm
This seems to have broken the tree in all the other sections. Can you have a look at this Elijah?
-
Re: Patch: Usability Fix for Site Tree

31 May 2007 at 1:41pm Last edited: 31 May 2007 2:12pm
Hi Andy,
I'll try to look into it soon. I need to switch over to the SVN version first.
- Elijah
Update: Night draws near. I'll try to investigate further tomorrow. If I don't get to it tomorrow, it may not be until June 6th when I will get to it because I have a family reunion from June 1st to 4th and most people are not leaving until June 5th.
-
Re: Patch: Usability Fix for Site Tree

1 June 2007 at 7:29am
Adding:
"height: 23px;"
back to cms/css/cms_left.css fixes the problem of the other sections being broken. The only downside is that there is a different background color behind some of the links when the left frame's size is reduced. That's not a problem.I'll plan on eventually creating a new patch that addresses the "Site Content", "Newsletters", and "Security" sections. However, if you want to fix the Site Content without breaking the other sections, just uncomment "height: 23px;"
in cms/css/cms_left.cssUntil later,
Elijah
-
Re: Patch: Usability Fix for Site Tree

1 June 2007 at 9:31am
Yeah, the background missing is caused by <li> elements having the float: left CSS attribute, and the container <ul> doesn't have this - so the background contents gets erased. If you add float: left to the <ul> it fixes that problem, but the other sections are still broken - this potentially could take a while to fix properly.
Cheers,
Sean
| 4485 Views | ||
| Go to Top | Next > |





