Bug #15654
In 4.0beta3 file browsing is not possible (content-related)
| Status: | Closed | Start date: | 2006-02-17 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.0 | Complexity: | ||
| PHP Version: | 4 | |||
| Votes: | 0 |
Description
I first noticed that I wasn´t able to open the file browser through some unsupported extensions.
While testing around also the file browser won´t open when trying to insert an image on a site, meaning not able to choose any kind of image as the file browser window doesn´t open. When pressing the icon simply nothing happens.
Problem occurs wherever a filebrowser icon appears in content section of the backend. Reproduced on several machines with different browsers.
(issue imported from #M2600)
History
Updated by Karsten Dambekalns over 7 years ago
René, might this be caused by the hook addition?
Updated by René Fritz over 7 years ago
The element browser code was changed, BUT
- I can not reproduce the error
- the changed code can not force the error because it will be executed AFTER the window opens
Any JavaScript error?
Any XCLASS installed by an extension?
Updated by Oliver W over 7 years ago
No JavaScript error occurs.
Due to your respond I played around regarding this problem and noticed, that this seems related to Firefox 1.0.5.1.
When using IE6 (yeah, I know g) and Opera the file browser window opens. Didn´t notice that before.
In Firefox 1.0.5.1/Windows just nothing happens. And no, there´s no popup-blocker that I might have not seen ;-)
Does that give any clues?
Updated by René Fritz over 7 years ago
I think you mean Firefox 1.5.0.1
Running the same browser on linux I have no problem. I guess it's a local problem with your browser.
Updated by Oliver W over 7 years ago
Found it: With installed accessibar-Extension opening the file browser window wasn´t working.
De-Installed the extension, now everything is smooth again.
Thanks for your fast responses! :-)