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

CommentFileSizeAuthor
#5 nested_form_tabs.patch4.1 KBjyve
#3 iebugs.patch3.5 KBjyve
ie7_fixes_1.patch10.58 KBjyve

Comments

jyve’s picture

other 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.

jyve’s picture

And once you get through that, the changes are not saved, the script dies in the writeChanges function in sweaver_plugin_editor.js.

jyve’s picture

StatusFileSize
new3.5 KB

This issue is solved in the patch attached, also commited to D6 dev:

- the styling function doesn't respond to hover/click whatsoever :)

jyve’s picture

Various 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.

jyve’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Assigned: jyve » swentel
Status: Active » Patch (to be ported)
StatusFileSize
new4.1 KB

Load/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.

swentel’s picture

Status: Patch (to be ported) » Closed (fixed)

Committed to D7 branch.