Bug 7134
Summary: | TinyMCE: Caret doesn't display after new line is created | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Petersen <c.petersen87> |
Component: | HTML Editing | Assignee: | Chris Petersen <c.petersen87> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | ||
Priority: | P1 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://tinymce.moxiecode.com/example.php?example=true | ||
Bug Depends on: | |||
Bug Blocks: | 6627 |
Chris Petersen
Expected Results: After pressing return key, the caret should appear on the new line
What I got: After pressing return key, the caret DOESN'T appear on the new line
This issue seems to happen if a line break is above the line I'm typing. See steps.
Steps to reproduce:
1) Go to http://tinymce.moxiecode.com/example.php?example=true
2) Delete all text in sample textarea field
3) With the caret at the top of textarea field, press return key. This creates corrects a new line with caret
4) Type a few words then press return key again
5) Notice the caret ISN'T displayed on the new line that was created
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Petersen
This bug is also in Radar as <rdar://problem/4435991>
Justin Garcia
(In reply to comment #0)
> Steps to reproduce:
>
> 1) Go to http://tinymce.moxiecode.com/example.php?example=true
> 2) Delete all text in sample textarea field
> 3) With the caret at the top of textarea field, press return key. This creates
> corrects a new line with caret
> 4) Type a few words then press return key again
> 5) Notice the caret ISN'T displayed on the new line that was created
I'm having trouble reproducing. I:
Delete everything in the editable area, hit return, type a few words, and hit return. The caret appears just as it should on the third line. What am I doing wrong?
Justin Garcia
Changing to worksforme, reopen if I'm doing something wrong.