Bug #44745
closedSlider split preview uses only part of the available height
0%
Description
It's already been mentioned in http://forge.typo3.org/issues/11539#note-5 but in current versions of many browser the slider split preview will only use a small part of the screen in certain cases.
It seems that JS errors/warnings prevent the iframes from using the full height of the browser and they are displayed with only approximately 150px height (as noticed in http://forge.typo3.org/issues/11539#note-11 ).
Tested on Windows Vista the following browsers were tried:
- Chrome: displayed full height of browser
- Firefox, Opera: only 150px
- IE9 : only 150px plus the slider couldn't be dragged
Screenshot: see http://forge.typo3.org/attachments/4799/comparison_view_ff36_mac.png (from issue #11539)
Updated by Oliver Hader almost 12 years ago
- Status changed from New to Needs Feedback
- Target version set to 4.5.23
Do you have a stack trace of the mentioned JavaScript error available. I'm still wondering why a problem inside an IFrame causes the parent frames/documents to have issues as well.
Updated by Hercules Karvasonis over 11 years ago
I am also able to reproduce that on latest TYPO3 4.7.12.
I followed those steps:
- Clicked on the Workspace module
- Generated a preview link
- Viewed the page with that link
- Opened the page from within the backend with the slider view and the height is very small.
In this case if i delete the "ADMCMD_prev" cookie then the page with the slider loads correctly.
Did anyone else find any way to reproduce that or fix it?
Updated by Sven Proffe almost 11 years ago
Did anyone else find any way to reproduce that or fix it?
It's reliably reproduceable on TYPO3 6.1.6. Obviously not fixed yet. Could someone set this issue to "Must have"? This error is pretty annoying and quite unexplainable to editors.
BTW: The Live view throws this error:
Fatal error: Call to a member function getSessionData() on a non-object in typo3/sysext/workspaces/Classes/Hook/TypoScriptFrontendControllerHook.php on line 49
Seems to me, that this is responsible for the bug.
Thanks & regards
Sven
Updated by Michael Stucki almost 11 years ago
- Category changed from Bugs to Workspaces
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
Updated by Alexander Opitz almost 11 years ago
- Is Regression set to No
@Hercules Karvasonis
your issue sounds more like http://forge.typo3.org/issues/18761
Updated by Thomas Sperling over 10 years ago
I have the same issue. I researched and found out the problem is that backendDomain is not set in the IFrame. So you got in the parent 'document.domain = "xyz.domain.de"' and in the IFrame 'document.domain = ""'.
A similiar problem is maybe related: http://forge.typo3.org/issues/30643
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to New
- Target version deleted (
4.5.23)
Updated by Hercules Karvasonis about 10 years ago
Alexander,
i tried the fix from issue #18761 and it is not working.
I can still experience the issue as i described it above.
Thanks,
Hercules Karvasonis.
Updated by Oliver Hader about 9 years ago
- Target version changed from 7.5 to 8 LTS
- Complexity set to hard
Updated by Benni Mack over 7 years ago
- Target version changed from 8 LTS to next-patchlevel
Updated by Riccardo De Contardi over 7 years ago
- Related to Bug #41629: TYPO3-Workspaces height of iframe to small added
Updated by Riccardo De Contardi over 7 years ago
- Status changed from New to Closed
- Target version deleted (
next-patchlevel)
I close this one in favor of #41629 please continue the discussion there.
If you think that this is the wrong decision, please reopen it or open a new issue with a reference to this one. Thank you.