Bug #16825
closedAdminPanel Preview does not work correctly: selecting one option selects all
0%
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)
Updated by Christian Zehaczek almost 18 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.
Updated by Christian Zehaczek almost 18 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.
Updated by Zach Davis over 17 years ago
I can confirm that this problem exists -- we're seeing it in 4.1 as well.
Zach
Updated by Alexander Opitz over 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)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.