[TYPO3-core] RFC #16032: Overwork tree frame design

Ernesto Baschny [cron IT] ernst at cron-it.de
Tue Nov 9 15:57:34 CET 2010


Hi Steffen,

+1 by reading and testing (FF 3.6, Chrome 7, IE8).

The change in typo3/class.db_list.inc: I am not sure if this is related
to your modifications?


For IE8, there is no drop shadow (see attachment), but I guess this is
by design, since it uses CSS3's box-shadow. Maybe we would need some
visual separation on IE6-IE8 since it looks very odd without *any*
separation at all?

Adding these old-school styles makes at least the shadow "appear" on
IE6-8 again, but in the page tree only in the content area:

#typo3-navigationContainer {
        background:
url("../../images/backgrounds/module-menu-right.gif") repeat-y scroll
right top #DDDDDD !important;
}
#typo3-pagetree #typo3-docbody,
#typo3-alt-file-navframe-php #typo3-docbody {
        background:
url("../../images/backgrounds/module-menu-right.gif") repeat-y scroll
right top #ebebeb !important;
}

I guess this has to be tackled separately. We currently only have a
"ie6.css" switch, maybe we need a "non-css3.css" switch to add graceful
fallbacks for all non-css3 compatible browsers (IE6..IE8)?


Cheers,
Ernesto

Steffen Gebert schrieb am 09.11.2010 01:24:
> Hi!
> 
> This is a SVN patch request.
> 
> Type: Feature
> 
> Bugtracker reference:
> http://bugs.typo3.org/view.php?id=16032
> 
> Branches:
> trunk
> 
> Problem:
> The page/file tree frame shows a big inconsistency and was kind of
> "ignored" while restyling for 4.4:
> Active area is shown (near) white, while less important areas get more
> and more darker. This was not the case for the tree frames.
> Also the highlight of the active tree element was dark, instead of
> bright, like it is in the module menu.
> 
> Solution:
> Make the styling consistent
> 
> Note:
> * Screenshots: http://forge.typo3.org/issues/10554
> * Most imporant known issue, which is still to solve, is the width of
> the splitbars between module menu, tree frame and content container: The
> active area, which has to be sensitive for resizing must be increased.
> SteffenK is working on this.
> * Less critical: Space between single tree nodes (dots missing), will be
> solved
> * Usability team issues:
>   http://forge.typo3.org/issues/10553
>   http://forge.typo3.org/issues/10454
> * Skin team issue:
>   http://forge.typo3.org/issues/10554
> 
> Kind regards
> Steffen
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: tree-frame-ie8.png
Type: image/png
Size: 9071 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20101109/c6a8d6d4/attachment.png>


More information about the TYPO3-team-core mailing list