This was reported as resolved:
http://dev.simplemachines.org/mantis/view.php?id=3354#c8564
I can see the fix to GenericControls.template.php has been implemented, but the fix to create_control_richedit (in Subs-Editor.php) has not.
'width' => isset($editorOptions['width']) ? $editorOptions['width'] : '70%',
Would the fix proposed for GenericControls.template.php also work in create_control_richedit?
--------------
related topics
http://www.simplemachines.org/community/index.php?topic=375282.msg2576108#msg2576108
http://www.simplemachines.org/community/index.php?topic=314500.msg2087365;topicseen#msg2087365
Hello there,
and thank you for the report.
I didn't look at this, but I'll make sure it gets proper attention as soon as possible.
The fix indicated in the tracker should work here:
'width' => isset($editorOptions['width']) ? $editorOptions['width'] : ($context['browser']['is_ie8'] ?'700px' : '70%'),
Would anyone be able to tell me if this fix works in the Dilbert theme too? I can seem to find the same files to make the fix.
Thanks
Is this bug fixed?
Quote from: drroot on July 30, 2010, 08:22:12 PM
Is this bug fixed?
Did you tried??
Quote from: Norv on July 18, 2010, 12:32:05 PM
The fix indicated in the tracker should work here:
'width' => isset($editorOptions['width']) ? $editorOptions['width'] : ($context['browser']['is_ie8'] ?'700px' : '70%'),
I applied the suggested fix but it didn't work in my forum. Still lots of vertical scroll bars in the messages when using IE8 :(
http://curefans.com/something-else/what-made-you-annoyed-today/
The suggested fix is for the problem of the text jumping around when you are editing a post (new or modifying).
In IE8, if your post gets "too long", the text jumps around all over the place. You can't see what you are typing.
Your issue has to do with how posts are displayed. It is a separate problem.
Quote from: AngelinaBelle on September 02, 2010, 03:17:16 PM
Your issue has to do with how posts are displayed. It is a separate problem.
Thanks. Does this have a fix?