Ticket #2530527 (closed defect)

Reporter


Ala Ibrahim
Opened: 07/13/11
Last modified: 08/18/11
Status: closed
Type: defect
Resolution: fixed

Owner


Dav Glass
Target Release: 3.4.0
Priority: P3 (normal)
Summary: EditorPara is not converting <br> into <p> on selecting text, and start typing
Description:

EditorPara doesn't convert brs to p if you select text and start typing without pressing delete or backspace

Type: defect Observed in Version: 3.3.0
Component: Editor Severity: S3 (normal)
Assigned To: Dav Glass Target Release: 3.4.0
Location: Library Code Priority: P3 (normal)
Tags: Relates To: #2530507
Browsers: Firefox 3.x - All,Firefox 4.x
URL: https://gist.github.com/1080113
Test Information:

open the page
type some lines in the editor
select more than online (or all) -- or you can just at the begining press CTRL (or CMD)+A
start typing another couple of lines directly to replace the older text.

click on show content to view the content of the editor frame.

notice how now all the new lines are using BRs but not Ps

Change History

Dav Glass

Posted: 07/25/11
  • location changed to Library Code
  • milestone changed to 3.5.0
  • priority changed to P3 (normal)
  • status changed from new to accepted

Dav Glass

Posted: 07/25/11
  • estimated changed from 0 to 1
  • remaining changed from 0 to 1
  • sprint changed to sprint 1

Dav Glass

Posted: 08/2/11
  • completed changed from 0 to 0.5
  • milestone changed from 3.5.0 to 3.4.0
  • remaining changed from 1 to 0
  • status changed from accepted to checkedin

Dav Glass

Posted: 08/2/11
  • sprint changed from sprint 1 to sprint 4

Dav Glass

Posted: 08/2/11
  • resolution changed to fixed

Fixes #2530527 - _fixFirstPara was not being triggered properly to catch this use case.
View Commit: fac0cb11a07e9818c2674178215005ab38be9ec0

George

YUI Developer

Posted: 08/18/11
  • status changed from checkedin to closed