Opened 16 years ago
Closed 16 years ago
#3040 closed Bug (fixed)
Adding YUI.util.Selector module to testing framework
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed Review+ | Cc: |
Description (last modified by )
Now UI-level functional is a little bit hard since we have no tool to locate elements. YUI CSS3 Selectors, which could help to locate those elements like buttons. So we'll merge into testselector.jsfile for this functionality.
Attachments (2)
Change History (6)
Changed 16 years ago by
Attachment: | 3040.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Review? added |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3040_2.patch added |
---|
comment:2 Changed 16 years ago by
Description: | modified (diff) |
---|
We'll merge this module with our current framework codes after discussing with Fred.
comment:3 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
Our YUI Test version is 2.5.2 while the current stable version for YUI.util.Selector is 2.7.0, my rough testing shows no big compatibility issues, so temporarily won't upgrade our file yuitest.js to the newer version.