Bug 219125 - RichTextEditor adds   in before changed word
Summary: RichTextEditor adds   in before changed word
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EPF (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: epf.tool-inbox CLA
QA Contact:
URL:
Whiteboard: RTE
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-15 12:27 EST by Robert Barthold CLA
Modified: 2023-02-16 16:16 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Barthold CLA 2008-02-15 12:27:59 EST
Build ID: M20071023-1652

Steps To Reproduce:
1. Open RichTextEditor and type in "This is a test"
2. Mark "is" with the arrow keys
3. Retype "is"
4. Open source tab

-> The source tab displays  a " " before "is" ("This is a test")

More information:
Perhaps the problem lies in the underlying browser control, because of getText() of RichText already returns the wrong text.
Comment 1 Ricardo Balduino CLA 2008-02-18 14:18:26 EST
Assigned to Tool component.
Comment 2 Bingxue Xu CLA 2008-02-18 20:41:04 EST
minor as it's equivalent to the white space, but annoying when looking at the HTML source.