Project

General

Profile

Actions

Bug #52889

closed

chrome 30 adds   between two word instead of a space

Added by Adrian Dymorz over 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2013-10-16
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

How to reproduce:

1. Go into an existing content element containing text.
2. Delete a space between to words.
3. Press space to a space.

Instead of a space an " " is added.

Reproduced on three different T3 installations.

This   between to words causes wrong line breaks in frontend.

Actions #1

Updated by Markus Klein over 10 years ago

What is this " "? Do you have an ASCII number?

Actions #2

Updated by Adrian Dymorz over 10 years ago

This

" " 

should be
" " 

but the bug tracker displays it not as expected and I did not notice that in the preview version of the issue.

Actions #3

Updated by Stanislas Rolland over 9 years ago

  • Status changed from New to Needs Feedback
  • Assignee set to Stanislas Rolland

I am not able to reproduce this with Google Chrome 38 and TYPO3 CMS 6.2.

Actions #4

Updated by Adrian Dymorz over 9 years ago

Thank you for trying to reproduce.

In T3 6.2 I can not reproduce it either. But as I wrote, this issue is related to T3 4.5. I just reproduced it in T3 4.5.37 once more.

Do the following:

1. Create an empty new page
2. Create a text only element
3. Insert some lines of text, for example:

This is text.

This is even more text.

This is the real test.

Once more.

4. Place the cursor behind a space (for example the one between "once" and "more")
5. Hit the key "backspace"
6. Hit the key "space"
7. Look at the source code of the rendered page.
It shows
<p class="bodytext">This is text.
</p>
<p class="bodytext">This is even more text.
</p>
<p class="bodytext">This is&nbsp;the real test.
</p>
<p class="bodytext">Once&nbsp;more.</p>

instead of
<p class="bodytext">This is text.
</p>
<p class="bodytext">This is even more text.
</p>
<p class="bodytext">This is the real test.
</p>
<p class="bodytext">Once more.</p>

I just deleted and reentred about 6 spaces, only 2 were replaced by non breaking spaces. It does not seem to be very stable to reproduce, about 1/3 of such replacements go wrong. But yet it is reproducable for me.

Actions #5

Updated by Alexander Opitz over 9 years ago

Which version of Chrome did you use last time?

As TYPO3 CMS 4.5 is in maintenance only mode, only security issues will be fixed and so I'd like to close this issue.

Actions #6

Updated by Adrian Dymorz over 9 years ago

First I used chrome 30, 9 days ago I used the actuall version of it.

This issue is obvisouly not security related, so please close it.

Actions #7

Updated by Alexander Opitz over 9 years ago

  • Status changed from Needs Feedback to Closed
  • Assignee deleted (Stanislas Rolland)
Actions

Also available in: Atom PDF