Bug #13368

Content of Tab is not scrollable

Added by Chris topher about 2 years ago. Updated 6 months ago.

Status:Resolved Start date:2011-02-26
Priority:Should have Due date:
Assignee:- % Done:

100%

Category:-
Target version:Core - 6.0.0
TYPO3 Version:4.7 Tags:
PHP Version: Complexity:hard
Votes: 0

Description

Currently (at least in TYPO3 4.5.2) the CSS definition

#ext-gen19 {
overflow: auto;
}

does not work anymore. That definition should make the whole tab scrollable. This is needed, when there are several broken links to be displayed, but they don't fit on the screen.

Using the name and number which is automatically added by ExtJS seems not to be a good idea as they seem to be able to change.
Using one of the ids/classes which are defined somewhere "by us" should solve that.

linkvalidator-no-scroll.diff (599 Bytes) Philipp Gampe, 2011-02-27 17:28

13368.diff (962 Bytes) Michael Miousse, 2011-05-17 17:43

13368.diff - Diff created with git using '99db6d6 [RELEASE] Release of TYPO3 4.6.1' (388 Bytes) Jan Philipp Timme, 2011-12-19 17:27

2012-11-30-linkvalidator-css-overflow.png (11.3 kB) Philipp Gampe, 2012-11-30 21:28


Related issues

related to Linkvalidator - Bug #12648: Render table using TYPO3 API New 2011-01-30
duplicated by Linkvalidator - Feature #26730: The current Report view does not show all links! Closed 2011-05-10
follows Linkvalidator - Feature #12447: Clearly separate Checks from Report in module Closed 2011-01-21

Associated revisions

Revision c661ceaf
Added by Philipp Gampe about 2 years ago

Fixed bug #13368: Content of Tab is not scrollable (Michael Miousse)

git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@47883 735d13b6-9817-0410-8766-e36946ffe9aa

Revision af6d98ef
Added by Philipp Gampe about 2 years ago

Fixed bug #13368: Content of Tab is not scrollable (Michael Miousse)

git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/branches/4.5@47884 735d13b6-9817-0410-8766-e36946ffe9aa

Revision 3ce13beb
Added by Jan Philipp Timme 6 months ago

[BUGFIX] Content of Tab is not scrollable.

Replacing the css selector #ext-gen19 with a more specific one
allows the overflow-rule to work.

Fixes: #13368
Releases: 6.1, 6.0, 4.7

Change-Id: I2abe1246401331fc321a55dbee58602149055ecb
Reviewed-on: http://review.typo3.org/16889
Reviewed-by: Philipp Gampe
Tested-by: Philipp Gampe

Revision 9ae43e14
Added by Jan Philipp Timme 6 months ago

[BUGFIX] Content of Tab is not scrollable.

Replacing the css selector #ext-gen19 with a more specific one
allows the overflow-rule to work.

Fixes: #13368
Releases: 6.1, 6.0, 4.7

Change-Id: Ie166943445faec9b5e0fa9457148b8f090ccba5f
Reviewed-on: http://review.typo3.org/16918
Reviewed-by: Philipp Gampe
Tested-by: Philipp Gampe

Revision 2423d791
Added by Jan Philipp Timme 6 months ago

[BUGFIX] Content of Tab is not scrollable.

Replacing the css selector #ext-gen19 with a more specific one
allows the overflow-rule to work.

Fixes: #13368
Releases: 6.1, 6.0, 4.7

Change-Id: I2abe1246401331fc321a55dbee58602149055ecb
Reviewed-on: http://review.typo3.org/16919
Reviewed-by: Philipp Gampe
Tested-by: Philipp Gampe

History

Updated by Philipp Gampe about 2 years ago

If you remove the height here:

<div class="x-panel-body x-panel-body-noheader x-panel-body-noborder" id="ext-gen27" style="width: 764px; height: 443px;">

It works again.

Updated by Philipp Gampe about 2 years ago

This fixes it for me ... diff attached.

Updated by Philipp Gampe about 2 years ago

Link from Kay:
http://dev.sencha.com/deploy/dev/docs/?class=Ext.Container

do NOT use CSS for setting properties of Components:

autoScroll : Boolean
true to use overflow:'auto' on the components layout element and show
scroll bars automatically when necessary, false to clip any overflowing
content (defaults to false).

Updated by Michael Miousse about 2 years ago

  • Status changed from New to Under Review

Your solution work for me

ill test in diferrent environement ans comit if its ok

Updated by Michael Miousse about 2 years ago

  • File 13368.diff added
  • Status changed from Under Review to Needs Feedback

after more investigation i found out that this did not work on ie

here is a patch that works on ff ie and chrome for shure

Could you test it philipp

Updated by Philipp Gampe about 2 years ago

  • % Done changed from 0 to 100

commited to trunk and 4.5

Updated by Philipp Gampe about 2 years ago

  • Status changed from Needs Feedback to Resolved

Applied in changeset r47883.

Updated by Philipp Gampe about 2 years ago

  • Status changed from Resolved to New
  • % Done changed from 100 to 50

Well, almost ... at least I can see all links now, but they are still cropped at the right site.

Updated by Anonymous almost 2 years ago

  • Status changed from New to Resolved
  • % Done changed from 50 to 100

Updated by Chris topher almost 2 years ago

  • Status changed from Resolved to New
  • % Done changed from 100 to 50

Reopening this one as it is not yet resolved:

Philipp Gampe wrote:

I can see all links now, but they are still cropped at the right site.

Updated by Philipp Gampe over 1 year ago

  • Target version set to 4.6.0-RC1
  • TYPO3 Version set to 4.5
  • Complexity set to hard

hm, not sure what to do with this one :|

Can somebody have a look. I was not able to fix it.

Updated by Xavier Perseguers over 1 year ago

  • Target version changed from 4.6.0-RC1 to 4.6.0

Updated by Chris topher over 1 year ago

  • Target version changed from 4.6.0 to 4.7.0
  • TYPO3 Version changed from 4.5 to 4.7

Updated by Jan Philipp Timme over 1 year ago

Using "99db6d6 [RELEASE] Release of TYPO3 4.6.1", i created the attached patch.

In Google Chrome 16.0.912.63, it makes the content tab scrollable and works.
I hope this helps to make it work again. :)

Updated by Philipp Gampe about 1 year ago

  • Target version changed from 4.7.0 to 6.0.0

Updated by Gerrit Code Review 6 months ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16889

Updated by Gerrit Code Review 6 months ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16889

Updated by Philipp Gampe 6 months ago

One problem: the overflow also happens for the table above:

Updated by Gerrit Code Review 6 months ago

Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16889

Updated by Jan Philipp Timme 6 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 50 to 100

Also available in: Atom PDF