
|
If you were logged in you would be able to see more operations.
|
|
|
OpenLaszlo
Created: 02/Jun/06 01:07 PM
Updated: 02/Aug/06 06:01 PM
|
|
| Component/s: |
Compiler
|
| Affects Version/s: |
3.2cr3
|
| Fix Version/s: |
3.4
|
|
| Severity: |
Blocker
|
| Fixed in Change#: |
1,272
|
| Runtime: |
N/A
|
| Flags: |
Products
|
| Fix in hand: |
False
|
|
The error is - duplicate definition of attribute .onmousedown
The error does not happen when the same code is not in a class and directly on the canvas.
if I change the tag from handler - name to method - event, the error goes away.
see attached test case.
|
|
Description
|
The error is - duplicate definition of attribute .onmousedown
The error does not happen when the same code is not in a class and directly on the canvas.
if I change the tag from handler - name to method - event, the error goes away.
see attached test case. |
Show » |
|
doing that for EVENT tags instead, so you can say
<class foo>
<event name="onbar"/>
</class>
<foo onbar="Debug.write('hello! I got an onbar event!'):/>