MyBB Community Forums

Full Version: [F] Bugs in Editor with IE7
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
#1

The Font and TextSize ComboBox couldn't drop down with IE7. Sad

I thought this was an issue of IE7's JavaScript Engine as with Mozilla FireFox that works pretty well.

I tried debugging and it shows me an error at line 555 of editor.js:
		menu = element.down('ul');

It says me "Property or methods not supported from the object"

#2

If i have some text selected, and i press on some button text it puts only the start tag without ending tag.

Example:
my text

Result:
[b]my text

Expected Behaviour:
[b]my text[/b]

Again with Mozilla FF all is working.
I apparently filed a duplicate bug report for IE6 for the first part. The second part also happens in IE6 but was unaware that it was a bug (just thought it was weird).

Duplicate Bug
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.
Thanks Chris. Wink