Task #11097
Check the Backend in IE6
| Status: | Resolved | Start date: | 2010-11-26 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Markus Antecki | % Done: | 100% |
|
| Category: | CSS | |||
| Target version: | - | Estimated time: | 1.00 hour | |
| Votes: | 0 |
Description
Please check the Backend in TYPO3 4.5 and 4.4 and compare, if there are major differences, which have to be solved or make it even unusable!
Related issues
| related to Workspaces & Versioning - Bug #12534: Positioning of toolbar in IE6 | Resolved | 2011-01-26 | ||
| related to Workspaces & Versioning - Bug #10636: workspace module not usable in IE6 | Resolved | 2010-11-04 |
History
Updated by Steffen Gebert over 2 years ago
- Assignee set to Raphael Weber
Updated by Raphael Weber over 2 years ago
- Status changed from New to Accepted
Updated by Raphael Weber over 2 years ago
- File sprite_bgtrans.png added
- File mod_newsadmin.png added
- File db_error.png added
- File mod_workspaces.png added
- File filelist_upload.png added
- Category set to CSS
- Status changed from Accepted to Needs Feedback
- Assignee deleted (
Raphael Weber) - % Done changed from 0 to 100
I´ve just checked all modules of the TYPO3 4.5 Backend (web3, playground installation) in IE6 and detected some problems. Some of them could be solved by CSS but most of them are bugs regarding functionality.
CSS issues¶
- _Background images_´ (Sprite) transparency is not displayed correct
- News admin: the area that contains the News Categories is too small and generates scroll bars. Just the text contents can be scrolled, the icons stay in their original position
Other¶
- Several actions (clicking the pagetree or create/ edit buttons in the mainframe) cause database errors (e.g. Page and List Module)
- Sometimes Context Menues (after click on pagetree icons) don´t appear
- The Workspace Module is unusable: after Clicking the Module, the pagetree appears but the main content frame stays blank
- Filelist: File upload is unusable. After submitting the upload form, the first field dis cleared, the second already filled, but no data is sent
Performance¶
- The performance of the backend is very very bad. Page loading takes more than 12sec – testing the whole backend took me hours!
Updated by Steffen Gebert over 2 years ago
Thanks, Raphael!
- _Background images_´ (Sprite) transparency is not displayed correct
known and intended (as the gif files are automatically generated as fallback for IE6)
- News admin: the area that contains the News Categories is too small and generates scroll bars. Just the text contents can be scrolled, the icons stay in their original position
not a core issue
- Several actions (clicking the pagetree or create/ edit buttons in the mainframe) cause database errors (e.g. Page and List Module)
that's a problem of the server, will talk to Ernesto, why this happens pretty often
- Sometimes Context Menues (after click on pagetree icons) don´t appear
I think that's also the problem, when the request ends up in a server error.
- The Workspace Module is unusable: after Clicking the Module, the pagetree appears but the main content frame stays blank
that's pretty important! however for me it just worked, already it looks unusable and the entries are not expandable.
- Filelist: File upload is unusable. After submitting the upload form, the first field dis cleared, the second already filled, but no data is sent
also very important! however this also worked for me
- The performance of the backend is very very bad. Page loading takes more than 12sec – testing the whole backend took me hours!
ummm.. bad :( The in-transparent icons are the result of performance issues with pngfix, which added semi-transparency and was thus removed from core.
Updated by Steffen Gebert over 2 years ago
Raphael, could you please check the defects you mentioned again?
Updated by Raphael Weber over 2 years ago
- Status changed from Needs Feedback to Accepted
- % Done changed from 100 to 80
- Estimated time set to 1.00
- Remaining hours set to 1.0
Updated by Raphael Weber over 2 years ago
- Status changed from Accepted to Needs Feedback
- % Done changed from 80 to 100
- Workspace Module is still unusable: IE6 doesn´t complete loading and the main content frame stays blank
- Filelist: The file upload is unusable as well (for description see above)
- Background images´ (Sprite) transparency is still not displayed correct
The overall performance seems to be a little bit better and during my tests have not occure any db errors. Context menues were displayed as expected.
Updated by Steffen Gebert over 2 years ago
- File Screen_shot_2010-12-01_at_10.27.36.png added
Thanks for the Feedback, Raphael,
however I have to appologize, I think. Although the fix has been committed to the workspaces repository last night, it hasn't been merged back to TYPO3 trunk.
I have now manually updated your version to the latest state of workspaces.
- Workspace Module is still unusable: IE6 doesn´t complete loading and the main content frame stays blank
For me it looks like in attached screen shot
- Filelist: The file upload is unusable as well (for description see above)
Does a JS error occur? I retested it again successfully. I'm also a bit curious, how the field can be filled. IIRC it's not possible to set a default value for an upload field, thus.. dunno.. how this can happen. Could you try clearing the browser cache?
- Background images´ (Sprite) transparency is still not displayed correct
This will not be changed :)
Thanks for your work!
Steffen
Updated by Raphael Weber over 2 years ago
- File mod_workspaces2.png added
- File mod_workspaces3.png added
hi Steffen,
File upload works now as expected.
- The workspace Module is loaded completely now, but no items are displayed (see attached screenshot)
- The form elements (levels, filter) aren´t positioned correctly and overlap the tab navigation
- The line height of the legend has to be adjusted
Updated by Markus Antecki over 2 years ago
- Assignee set to Markus Antecki
need to be fixed?!
i saw these problems while fixing the other workspace issues in ie6.
Updated by Markus Antecki over 2 years ago
- File ie6wstoolbar.patch added
- File fixedie6screen.jpg added
added toolbar patch & screenshot
Updated by Steffen Gebert over 2 years ago
- Status changed from Needs Feedback to Resolved
#12534 takes care.. this one is closed now.
Thanks Markus and Raphael!