Skip to content

XUL: key tag ignores oncommand attribute #113

@h6w

Description

@h6w

For some reason, the key tag will work if you specify another command, but not directly with the oncommand attribute.
So:
<command id="mycommand" oncommand="alert('Hallo!');" />
<key id="mykey" key="U+004C" command="mycommand" />
Works, but
<key id="mykey" key="U+004C" oncommand="alert('Hallo!');" />
doesn't.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions