CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Major Feature #1682

FILEBROWSER and IMAGEBROWSER should have a bigger popup

Added by Norbert Andre over 4 years ago. Updated over 2 years ago.

Status:Closed Start date:2008-10-12
Priority:Should have Due date:
Assignee:Thomas Allmer % Done:

100%

Category:-
Target version:-
Votes: 0

Description

most developers have a big display, something like 19" or 22" wide, like 1650px x 1050px.

but the popups for the filebrowser and the imagesbrowser are very very small. you have to scroll like hell.

thumbs in the imagebrowser are extrasmall too, you cannot see any details. if you have a lot of directories or files this means a lot srolling and clicking-. if you have a lot of similiar images you have to click a lot to choose the right one. not very comfortable and effective.

today everybody has a display solution of at least 1024x768px, even with a notebook. so why not make the popups much bigger?

that would make the work much more easy:

1.
the filebrowser should be much bigger, to show more items in the tree and in the elements window. size should be 600x 600 or more.

2.
the imagebrowser should be much bigger too (600x600px or more), and the size of the thumbs should be bigger too (120x90px or more)

that would make the work with tinymce much more comfortable and more effective, with less clicks and scrolls.

best solution would be a individual setup with ts-config for width and height of the popup and a flexible width/height for the fieldsets etc.

should be not much work ;-)

pagebrowser_default.jpg - pageBrowser default size (54.8 kB) Thomas Allmer, 2008-10-14 11:04

Associated revisions

Revision 8447
Added by Mario Rimann about 5 years ago

[Bug 1682] Updated the manual with a link to the StatSVN reports.

Revision 8448
Added by Mario Rimann about 5 years ago

[Bug 1682] Updated the manual with a link to the StatSVN reports.

Revision 8449
Added by Mario Rimann about 5 years ago

[Bug 1682] Updated the manual with a link to the StatSVN reports.

History

Updated by Daniel Felix over 4 years ago

You can configure the width & height:
http://typo3.org/documentation/document-library/extension-manuals/tinymce_rte/0.0.6/view/1/2/

// DEFAULT
RTE.default {
typo3filemanager.width = 500
typo3filemanager.height = 400
}

// Update
RTE.default {
typo3filemanager.width = 1000
typo3filemanager.height = 800
}

But beware if someone has a small display this might cause problems.

Updated by Norbert Andre over 4 years ago

Daniel Felix wrote:

You can configure the width & height: http://typo3.org/documentation/document-library/extension-manuals/tinymce_rte/0.0.6/view/1/2/#id4170187

// DEFAULT RTE.default { typo3filemanager.width = 500 typo3filemanager.height = 400 }

// Update RTE.default { typo3filemanager.width = 1000 typo3filemanager.height = 800 }

But beware if someone has a small display this might cause problems.

thanks, i know this. but it dont work.

with this the popup itself is big - but it has the same content like in the small one. filemanager or imagebrowser do not use the extraspace now ...

Updated by Daniel Felix over 4 years ago

ah okay. i understand...

do you have tested it with firebug to see which element isn't resized?

Updated by Norbert Andre over 4 years ago

i dont have firebug, sorry. but you can check it by yourself:

popup 800x600 and in the imagebrowser the fieldset tree/images have a height of 180px ... should be 100%

the thumbs are so small, you cant see any details to choose one.

Updated by Thomas Allmer over 4 years ago

  • Status changed from New to Accepted
  • % Done changed from 0 to 100

Norbert Andre wrote:

1. the filebrowser should be much bigger, [...] size should be 600x 600 or more. 2. the imagebrowser should be much bigger too (600x600px or more), and the size of the thumbs should be bigger too (120x90px or more)

with the next version (v0.0.7) the default size for the filemanger popup will be 600x600.
The default size for the Thumbnails will be 200x150. We also made the PlainImage maximal solutions choose able which will hold 1000x1000 as default.
You can all individually choose your own sizes via TS.

see the following default values:

RTE.default {
    gzip = 1
    gzipFileCache = 1
    typo3filemanager.width = 600
    typo3filemanager.height = 600
    typo3filemanagerThumbs.width = 200
    typo3filemanagerThumbs.height = 150
    languagesExtension = tinymce_languages
    # plain image maximal sizes
    typo3filemanagerMaxPlainImages.width = 1000
    typo3filemanagerMaxPlainImages.height = 1000
}

with this the popup itself is big - but it has the same content like in the small one. filemanager or imagebrowser do not use the extraspace now ...
the pagebrowser should have taken the space already. The white space isn't extend but there are no scroll bars until your tree expands to a height which hits the bottom.

the imagebrowser now also have this functionality.

PS: be aware that we currently just test with Mozilla Firefox.
PPS: if this should solve all problems please close the issue.

Updated by Norbert Andre over 4 years ago

sounds good, thanks for the quick answer!

looking forward for the new version ...

Updated by Daniel Felix over 4 years ago

thanks a lot. i will upgrade if the new release is available in the TER!

Updated by Daniel Felix over 4 years ago

well i upgraded to the new version but the filebrowser wont change his height/width.

I use this config:
RTE.default {
gzip = 0
gzipFileCache = 0
typo3filemanager.width = 1000
typo3filemanager.height = 1000
typo3filemanagerThumbs.width = 200
typo3filemanagerThumbs.height = 150
languagesExtension = tinymce_languages # plain image maximal sizes
typo3filemanagerMaxPlainImages.width = 1000
typo3filemanagerMaxPlainImages.height = 1000
}

Updated by Thomas Allmer over 4 years ago

Daniel Felix wrote:

well i upgraded to the new version but the filebrowser wont change his height/width. [...]

that's rather strange, try to configure nothing at all. no page TSconfig.

This should result in something like this size:
pageBrowser default size

Updated by Norbert Andre over 4 years ago

new version works fine, thank a lot!

Updated by Daniel Felix over 4 years ago

Well okay! I removed the gzip output and the filemanager/pagebrowser works fine. But it can't be an error of my webserver, because i send the whole webpage gzipped.

Anyway, it works now. :)

Thanks a lot.

Updated by Thomas Allmer over 4 years ago

  • Status changed from Accepted to Closed

Updated by Andreas about 4 years ago

Still open, because:

RTE.default.typo3filemanager.width[height]

has no effect.

Right property is:

RTE.default.typo3filemanager.window.width[height]

BUG #2648

Andreas Burg

Also available in: Atom PDF