[CKEditor Dev] #7448: Create list on RTL paragraph

2 views
Skip to first unread message

CKEditor

unread,
Mar 29, 2011, 2:28:32 AM3/29/11
to ckeditor...@googlegroups.com
#7448: Create list on RTL paragraph
-------------------------+--------------------------------------------------
Reporter: garry.yao | Owner:
Type: Bug | Status: new
Priority: Normal | Milestone:
Component: Core : BiDi | Version: 3.4
Keywords: |
-------------------------+--------------------------------------------------
1. Load editor with the following source and selection:
{{{
<ol>
<li>
ltr</li>
</ol>
<p dir="rtl">
rtl^</p>
}}}
1. Click "Numbered List" button;
* Actual Result:
{{{
<ol dir="rtl">
<li>
ltr</li>
<li>
rtl</li>
</ol>
}}}
* Expected:
{{{
<ol>
<li>
ltr</li>
<li dir="rtl">
rtl</li>
</ol>
}}}

--
Ticket URL: <http://dev.ckeditor.com/ticket/7448>
CKEditor <http://ckeditor.com/>
The text editor for Internet

CKEditor

unread,
Mar 30, 2011, 5:18:11 AM3/30/11
to ckeditor...@googlegroups.com
#7448: Create list on RTL paragraph
-------------------------+--------------------------------------------------
Reporter: garry.yao | Owner:
Type: Bug | Status: confirmed
Priority: Normal | Milestone:
Component: Core : BiDi | Version: 3.0
Keywords: |
-------------------------+--------------------------------------------------
Changes (by krst):

* status: new => confirmed
* version: 3.4 => 3.0


--
Ticket URL: <http://dev.ckeditor.com/ticket/7448#comment:1>

CKEditor

unread,
Jun 21, 2011, 6:09:34 AM6/21/11
to ckeditor...@googlegroups.com
#7448: Create list on RTL paragraph
---------------------------+-----------------------
Reporter: garry.yao | Owner:
Type: Bug | Status: confirmed
Priority: Normal | Milestone:
Component: Core : Lists | Version: 3.0
Resolution: | Keywords:
---------------------------+-----------------------
Changes (by garry.yao):

* component: Core : BiDi => Core : Lists


--
Ticket URL: <http://dev.ckeditor.com/ticket/7448#comment:2>
CKEditor <http://ckeditor.com/>
The text editor for the Internet

CKEditor

unread,
Jun 27, 2011, 5:30:39 AM6/27/11
to ckeditor...@googlegroups.com
#7448: Create list on RTL paragraph
---------------------------+-----------------------
Reporter: garry.yao | Owner:
Type: Bug | Status: confirmed
Priority: Normal | Milestone:
Component: Core : Lists | Version: 3.0
Resolution: | Keywords: IBM
---------------------------+-----------------------
Changes (by satya):

* cc: satya_minnekanti@… (added)
* keywords: => IBM


--
Ticket URL: <http://dev.ckeditor.com/ticket/7448#comment:3>
CKEditor <http://ckeditor.com/>
The text editor for the Internet

CKEditor

unread,
Jul 18, 2011, 4:48:23 AM7/18/11
to ckeditor...@googlegroups.com
#7448: Create list on RTL paragraph
---------------------------+-----------------------
Reporter: garry.yao | Owner:
Type: Bug | Status: confirmed
Priority: Normal | Milestone:
Component: Core : Lists | Version: 3.0
Resolution: | Keywords: IBM
---------------------------+-----------------------

Comment (by garry.yao):

Merge list
[http://dev.ckeditor.com/browser/CKEditor/trunk/_source/plugins/list/plugin.js#L608
logic] should now consider text direction.

--
Ticket URL: <http://dev.ckeditor.com/ticket/7448#comment:4>
CKEditor <http://ckeditor.com/>
The text editor for the Internet

CKEditor

unread,
Jul 29, 2011, 6:15:18 AM7/29/11
to ckeditor...@googlegroups.com
#7448: Create list on RTL paragraph
---------------------------+-----------------------
Reporter: garry.yao | Owner: garry.yao
Type: Bug | Status: review
Priority: Normal | Milestone:
Component: Core : Lists | Version: 3.0
Resolution: | Keywords: IBM
---------------------------+-----------------------
Changes (by garry.yao):

* owner: => garry.yao
* status: confirmed => review


--
Ticket URL: <http://dev.ckeditor.com/ticket/7448#comment:5>
CKEditor <http://ckeditor.com/>
The text editor for the Internet

CKEditor

unread,
Jul 29, 2011, 6:17:05 AM7/29/11
to ckeditor...@googlegroups.com
#7448: Create list on RTL paragraph
---------------------------+-----------------------
Reporter: garry.yao | Owner: garry.yao
Type: Bug | Status: review
Priority: Normal | Milestone:
Component: Core : Lists | Version: 3.0
Resolution: | Keywords: IBM
---------------------------+-----------------------

Comment (by garry.yao):

Ticket [http://dev.ckeditor.com/browser/CKEditor/tests/tt/7448/1.js tc]
added with [7128].

--
Ticket URL: <http://dev.ckeditor.com/ticket/7448#comment:6>
CKEditor <http://ckeditor.com/>
The text editor for the Internet

CKEditor

unread,
Aug 15, 2011, 12:54:06 AM8/15/11
to ckeditor...@googlegroups.com
#7448: Create list on RTL paragraph
---------------------------+-----------------------
Reporter: garry.yao | Owner: garry.yao
Type: Bug | Status: review
Priority: Normal | Milestone:
Component: Core : Lists | Version: 3.0
Resolution: | Keywords: IBM
---------------------------+-----------------------

Comment (by garry.yao):

Ticket Test:
[http://ckeditor.t/tt/7448/1.html run ] OR [http://gitweb.ckeditor.com/?p
=ckeditor-tests.git;a=blob;f=tt/7448/1.html;hb=refs/heads/t/7448 view
source].

--
Ticket URL: <http://dev.ckeditor.com/ticket/7448#comment:7>
CKEditor <http://ckeditor.com/>
The text editor for the Internet

CKEditor

unread,
Aug 16, 2011, 11:23:45 AM8/16/11
to ckeditor...@googlegroups.com
#7448: Create list on RTL paragraph
---------------------------+-----------------------
Reporter: garry.yao | Owner: garry.yao
Type: Bug | Status: review
Priority: Normal | Milestone:
Component: Core : Lists | Version: 3.0
Resolution: | Keywords: IBM
---------------------------+-----------------------

Comment (by fredck):

Replying to [comment:7 garry.yao]:

> Ticket Test:
> [http://ckeditor.t/tt/7448/1.html run ] OR
[http://gitweb.ckeditor.com/?p=ckeditor-
tests.git;a=blob;f=tt/7448/1.html;hb=refs/heads/t/7448 view source].

This test is currently PASSing on FF without patch, while the original TC
can be confirmed manual. It makes it not reliable and must be verified.

--
Ticket URL: <http://dev.ckeditor.com/ticket/7448#comment:8>
CKEditor <http://ckeditor.com/>
The text editor for the Internet

CKEditor

unread,
Aug 16, 2011, 12:34:46 PM8/16/11
to ckeditor...@googlegroups.com
#7448: Create list on RTL paragraph
---------------------------+-----------------------
Reporter: garry.yao | Owner: garry.yao
Type: Bug | Status: review
Priority: Normal | Milestone:
Component: Core : Lists | Version: 3.0
Resolution: | Keywords: IBM
---------------------------+-----------------------

Comment (by garry.yao):

TC issue fixed.

--
Ticket URL: <http://dev.ckeditor.com/ticket/7448#comment:9>
CKEditor <http://ckeditor.com/>
The text editor for the Internet

CKEditor

unread,
Aug 18, 2011, 1:08:23 PM8/18/11
to ckeditor...@googlegroups.com
#7448: Create list on RTL paragraph
---------------------------+----------------------------
Reporter: garry.yao | Owner: garry.yao
Type: Bug | Status: review_passed
Priority: Normal | Milestone: CKEditor 3.6.2
Component: Core : Lists | Version: 3.0
Resolution: | Keywords: IBM
---------------------------+----------------------------
Changes (by fredck):

* status: review => review_passed
* milestone: => CKEditor 3.6.2


--
Ticket URL: <http://dev.ckeditor.com/ticket/7448#comment:10>
CKEditor <http://ckeditor.com/>
The text editor for the Internet

CKEditor

unread,
Aug 19, 2011, 3:03:47 AM8/19/11
to ckeditor...@googlegroups.com
#7448: Create list on RTL paragraph
---------------------------+----------------------------
Reporter: garry.yao | Owner: garry.yao
Type: Bug | Status: closed
Priority: Normal | Milestone: CKEditor 3.6.2
Component: Core : Lists | Version: 3.0
Resolution: fixed | Keywords: IBM
---------------------------+----------------------------
Changes (by garry.yao):

* status: review_passed => closed
* resolution: => fixed


Comment:

Fixed with [7210].

--
Ticket URL: <http://dev.ckeditor.com/ticket/7448#comment:11>
CKEditor <http://ckeditor.com/>
The text editor for the Internet

Reply all
Reply to author
Forward
0 new messages