Bug #18314
closedimport extension page CSS errors
0%
Description
There is overlapping content, see screenshot.
(issue imported from #M7682)
Files
Updated by Christoph Koehler over 16 years ago
Forgot to mention that this happens in Opera 9.26.
Updated by Dmitry Dulepov over 16 years ago
This happens also when user installs extensions. See second screenshot (em-in-opera.png)
Updated by Steffen Kamper over 16 years ago
I think that's all because the docheaders, Opera has problems with position absolute
Web>page: big margins at the bottom
Web>list: big margin on the top, big margins at the bottom
filelist: big margin at the top
etc.
Updated by Christoph Koehler over 16 years ago
I don't see the big margins, sorry. It looks okay for me in Opera. The EM display errors are also much worse than anything in the file list or the web modules, so it can't (just) be the docheaders.
I may can take a look at it later.
Updated by Steffen Kamper over 16 years ago
i attached a screen of the margins (Opera 9.26)
but you're right that EM is worse because it's unusable that way.
Updated by Steffen Kamper over 16 years ago
I found the problem:
EM Module used nested forms, which is wrong and invalid markup.
Attached patch corrects this.
Updated by Steffen Kamper over 16 years ago
i attached a more complete patch with corrections in submodules of EM too.
Updated by Steffen Kamper over 16 years ago
Once again i digged through whole code (over 5000 lines and many forms)
I corrected all forms now, please test again and check all functions.
Updated by Christoph Koehler over 16 years ago
I guess this bug is related to that one: http://bugs.typo3.org/view.php?id=7771
Updated by Steffen Kamper over 16 years ago
I found one new issue and fixed bug from #18383 too in
7682_em_wrong_markup4.diff
Updated by Steffen Kamper over 16 years ago
and no. 5 which solves a new issue.
Updated by Christoph Koehler over 16 years ago
attached try_again.png. The submit button there doesn't work either. You may have already fixed that, if so, ignore it.
Updated by Christoph Koehler over 16 years ago
Applied your patch 5 and it does indeed fix that, so awesome, thanks!