Simple Machines Community Forum

SMF Development => Bug Reports => Fixed or Bogus Bugs => Topic started by: Angelina Belle on April 14, 2010, 02:08:28 PM

Title: [3354]jumping text in textarea still a problem in 2.0RC3
Post by: Angelina Belle on April 14, 2010, 02:08:28 PM
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.

Code (Subs-Editor.php) Select

'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
Title: Re: jumping text in textarea still a problem in 2.0RC3
Post by: Norv on April 18, 2010, 06:24:05 PM
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.
Title: Re: jumping text in textarea still a problem in 2.0RC3
Post by: 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%'),

Title: Re: [3354]jumping text in textarea still a problem in 2.0RC3
Post by: athenagwis on July 27, 2010, 05:37:48 AM
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
Title: Re: [3354]jumping text in textarea still a problem in 2.0RC3
Post by: drroot on July 30, 2010, 08:22:12 PM
Is this bug fixed?
Title: Re: [3354]jumping text in textarea still a problem in 2.0RC3
Post by: Nibogo on July 30, 2010, 08:55:49 PM
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%'),


Title: Re: [3354]jumping text in textarea still a problem in 2.0RC3
Post by: dsanchez on September 01, 2010, 12:33:22 PM
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/
Title: Re: [3354]jumping text in textarea still a problem in 2.0RC3
Post by: Angelina Belle on September 02, 2010, 03:17:16 PM
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.
Title: Re: [3354]jumping text in textarea still a problem in 2.0RC3
Post by: dsanchez on September 06, 2010, 06:58:41 AM
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?