Bug 207534 - Two RTE problems on Linux.
Summary: Two RTE problems on Linux.
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EPF (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: epf.tool-inbox CLA
QA Contact:
URL:
Whiteboard: RTE
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-25 22:53 EDT by liuzhao CLA
Modified: 2023-02-16 16:17 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description liuzhao CLA 2007-10-25 22:53:12 EDT
Problem1:
Steps:
(1)Open a new RTE.
(2)Type text in two lines,  "line1
                             line2", save.
(3)Switch to the HTML tab, type a '<' in the cursor.
(4)Switch focus to another window.
(5)Then back to the HTML tab.

Problem:
In the Rich Text tab, the first line's text disappears, in HTML tab the content changes as "<line1><br>line2<br></line1>".

Expected Results:
Back to the spot in the HMTL tab where the '<' was entered, the text is intact.

Reminder: 
Error appears in the Problems tab, can not be fixed, windows is ok.

Problem2:
Steps:
(1)Open a blank RTE.
(2)Switch to the HTML tab.
(3)Type some HTML codes:<br/><b>bold</b><br/>, save.
(4)Back to Rich Text tab.

Problem:
The dirty flag of RTE appears. 

Reminder:
In the HTML tab of a new RTE on linux, there is a default "<br/>", windows is ok.