
| Key: |
JXR-85
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Unprioritized
|
| Assignee: |
Uri Sarid
|
| Reporter: |
Kevin Lindsey
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
Aptana Jaxer
Created: 26/Feb/08 04:35 PM
Updated: 24/Mar/08 04:25 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
0.9.3
|
| Fix Version/s: |
0.9.5
|
|
See post by jburke at http://forums.aptana.com/viewtopic.php?p=18254 .
We get a list of elements returned from getElementsByTagName, but properties like "src" and attributes like "src" always return null even when they are defined. I know in the framework we had to get around this using document.documentElement.getElementsByTagName. This appears to occur specifically with script elements, although I have not tried other elements.
|
|
Description
|
See post by jburke at http://forums.aptana.com/viewtopic.php?p=18254 .
We get a list of elements returned from getElementsByTagName, but properties like "src" and attributes like "src" always return null even when they are defined. I know in the framework we had to get around this using document.documentElement.getElementsByTagName. This appears to occur specifically with script elements, although I have not tried other elements. |
Show » |
|