[3354]jumping text in textarea still a problem in 2.0RC3

Started by Angelina Belle, April 14, 2010, 02:08:28 PM

Previous topic - Next topic

Angelina Belle

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
Never attribute to malice that which is adequately explained by stupidity. -- Hanlon's Razor

Norv

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.
To-do lists are for deferral. The more things you write down the later they're done... until you have 100s of lists of things you don't do.

File a security report | Developers' Blog | Bug Tracker


Also known as Norv on D* | Norv N. on G+ | Norv on Github

Norv

The fix indicated in the tracker should work here:

        'width' => isset($editorOptions['width']) ? $editorOptions['width'] : ($context['browser']['is_ie8'] ?'700px' : '70%'),

To-do lists are for deferral. The more things you write down the later they're done... until you have 100s of lists of things you don't do.

File a security report | Developers' Blog | Bug Tracker


Also known as Norv on D* | Norv N. on G+ | Norv on Github

athenagwis

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



dsanchez

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/

Angelina Belle

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.
Never attribute to malice that which is adequately explained by stupidity. -- Hanlon's Razor

dsanchez

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?

Advertisement: