Ticket #2532283 (reopened defect)
ReporterShmuel Biton |
Opened: 05/7/12 Last modified: 12/13/12 Status: reopened Type: defect |
Owner Dav Glass |
Target Release: Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Fixes #2531090 - Editor class | ||
| Description: | i found a bug which correspond to Fix #2531090 (Editor class) I create an instance of EditorBase as follow:YUI().use('editor', function(Y) { var ed = new Y.EditorBase( then I mark the "goes" word and clicking on the "Bold" button from the toolbar now I go to the end of the line and trying to erase the "here" word with "backspace" key. On Safari, after clicking on the backspace button, Editor lose focus. |
||
| Type: | defect | Observed in Version: | 3.5.0 |
| Component: | Editor | Severity: | S3 (normal) |
| Assigned To: | Dav Glass | Target Release: | |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | Safari - All,IE 8.x,Chrome | ||
| URL: | |||
| Test Information: | just repeat the above senario |
||
Change History
|
Posted: 05/7/12
|
|
Posted: 05/7/12
|
|
Posted: 05/11/12
|
|
Posted: 05/30/12
|
|
Posted: 06/9/12
Ticket automatically closed due to no activity. |
|
Posted: 12/13/12
Similar issue's happening on Latest Chrome/Safari Mac. JS Fiddle: http://jsfiddle.net/prajwalit/8VKqD/ |
|
Posted: 12/13/12
Oh, btw on safari editor doesn't lose focus like mentioned in bug description. It behaves just like chrome. The cursor skips few positions. |
I can't replicate this in Chrome or Webkit:
http://dl.dropbox.com/u/5669457/Editor-2532283.mov
This uses 3 ways to get to the end of the line before backspacing: mouse on the last word, mouse on the body below the line and use the keyboard to force the cursor to the end.