Opened 16 years ago
Last modified 16 years ago
#4252 assigned New Feature
Establish testing APIs for editor UI
| Reported by: | Garry Yao | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | QA | Version: | |
| Keywords: | Confirmed | Cc: |
Description (last modified by )
We could encapsulate APIs for functional testing, consider the following basic ones:
- Toolbar button clicking;
- Dialog controlling;
- Document selection and keystrokes;
Attachments (5)
Change History (14)
Changed 16 years ago by
| Attachment: | 4252.patch added |
|---|
comment:1 Changed 16 years ago by
| Keywords: | Review? added |
|---|---|
| Owner: | set to Garry Yao |
| Status: | new → assigned |
Changed 16 years ago by
| Attachment: | 4252_2.patch added |
|---|
comment:3 Changed 16 years ago by
Adding dialog controlling( population ) API, corresponding TC added at : http://ckeditor.t/tt/4252/2.html.
Changed 16 years ago by
| Attachment: | 4252_3.patch added |
|---|
comment:4 Changed 16 years ago by
Adding editor selection API, corresponding TC added at : http://ckeditor.t/tt/4252/3.html.
comment:5 Changed 16 years ago by
Updating editor selection API, corresponding TC added at : http://ckeditor.t/tt/4252/4.html.
Changed 16 years ago by
| Attachment: | 4252_4.patch added |
|---|
Changed 16 years ago by
| Attachment: | 4252_5.patch added |
|---|
comment:6 Changed 16 years ago by
Updating editor typing API, corresponding TC added at : http://ckeditor.t/tt/4252/4.html.
comment:7 Changed 16 years ago by
| Description: | modified (diff) |
|---|
comment:8 Changed 16 years ago by
| Keywords: | Review? removed |
|---|
comment:9 Changed 16 years ago by
| Keywords: | Confirmed added; Discussion removed |
|---|---|
| Milestone: | CKEditor 3.1 |
| Type: | Task → New Feature |
Remove it from 3.1M.

The patch implements Toolbar button clicking functionality while there's two noticeable changes :