| Summary: | Status bar: Enhance click behavior if there are more than 1 link in the bar. | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | libing wang <libingw> |
| Component: | Client | Assignee: | libing wang <libingw> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | mamacdon, Mike_Wilson, simon_kaegi |
| Version: | 3.0 | ||
| Target Milestone: | 4.0 RC1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
libing wang
element.getElementsByTagName(tagName) may easily detect all "a" elements. lib.$$("a", container)
will return all the <A> tags under the container node.
|