Closed (fixed)
Project:
Sweaver
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
19 Oct 2010 at 07:48 UTC
Updated:
5 Nov 2010 at 22:08 UTC
Jump to comment: Most recent file
There is an embarrassing list of IE7 bugs:
The patch attached fixes the issues below. They have also been committed to D6 dev version.
- selector drop downs fall under the content area
- the styling function doesn't respond to hover/click whatsoever :)
- layout issues with the pop-ups
- minor interface issues
Need work:
- image upload doesn't work
- none of the buttons in the save/load/delete pop-up windows work
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | nested_form_tabs.patch | 4.1 KB | jyve |
| #3 | iebugs.patch | 3.5 KB | jyve |
| ie7_fixes_1.patch | 10.58 KB | jyve |
Comments
Comment #1
jyve commentedother big IE7 issue:
- When font-weight is set to let's say 400 in the css, the script dies, instead of just picking 'normal' in the list of font-weights.
- the sliders in the form are hidden under other form elements.
Comment #2
jyve commentedAnd once you get through that, the changes are not saved, the script dies in the writeChanges function in sweaver_plugin_editor.js.
Comment #3
jyve commentedThis issue is solved in the patch attached, also commited to D6 dev:
- the styling function doesn't respond to hover/click whatsoever :)
Comment #4
jyve commentedVarious interface issues have been fixed in the d6 dev version and will be ported to the D7 version soon.
We found the issue of the bug where the save/load buttons are unclickable and is located in the theme settings plugin. That should be fixed in a few days.
Comment #5
jyve commentedLoad/save bug is finally fixed. Apparently a nested form was created when using the theme settings plugin, which (correctly so) breaks in IE7.
This was commited to D6 dev version. Patch attached for D7 version.
Comment #6
swentel commentedCommitted to D7 branch.