Project

General

Profile

Actions

Bug #16825

closed

AdminPanel Preview does not work correctly: selecting one option selects all

Added by Christian Buelter over 17 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-01-02
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Selecting one of the options under "preview" gives me the whole preview-options at once. Although they're not really "clicked" in the AdminPanel, they are used for rendering the output.

Example: Using the AdminPanel in order to preview hidden pages shows also hidden elements and vice versa.

(issue imported from #M4727)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #17278: Override values for preview in admpanel TSconfig not always respectedClosed2007-05-04

Actions
Actions #1

Updated by Christian Zehaczek over 17 years ago

Got that problem on multiple production systems running 4.0.2 too.

I noticed that all enablefields are ignored once the versioning preview is active. Now a dirty piece of code set this versioning flag wrongly once "simple" fePreview was toggled. I am still researching, maybe i can report some more details a later time.

Anyway i would be pleased if this could be fixed asap.

Actions #2

Updated by Christian Zehaczek over 17 years ago

I discovered the piece of code that is disabling our admin panel functions:

tslib_fe::fetch_the_id() [822)

$this->sys_page->versioningPreview = $this->fePreview ? TRUE : FALSE;

There should be much more precision in deciding wether versioning preview is wanted or not.

For those that do not make use of versioning at all, set this flag mentioned above to FALSE always, this will make your admin panel working again until a real fix was released.

Actions #3

Updated by Zach Davis almost 17 years ago

I can confirm that this problem exists -- we're seeing it in 4.1 as well.

Zach

Actions #4

Updated by Alexander Opitz almost 11 years ago

  • Category deleted (Communication)
  • Status changed from New to Needs Feedback
  • Target version deleted (0)
  • PHP Version deleted (4)

The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #5

Updated by Alexander Opitz over 10 years ago

  • Status changed from Needs Feedback to Closed

No feedback for over 90 days.

Actions

Also available in: Atom PDF