Skip to content

type to Spark TextInput - missing event #14

@ernoaapa

Description

@ernoaapa

Hi!
Flex-Pilot and Robot Framework with Selenium library is great combination, but I found bug from type functionality.
Spark TextInput (which extends SkinnableTextBase) dispatch TextOperationEvent.CHANGE after edit completed, but currently flex-pilot don't dispatch it.
Event is documented in SkinnableTextBase source:
/**

  • Dispatched after a user editing operation is complete.
  • @eventtype spark.events.TextOperationEvent.CHANGE
  • @langversion 3.0
  • @playerversion Flash 10
  • @playerversion AIR 1.5
  • @productversion Flex 4
    */
    [Event(name="change", type="spark.events.TextOperationEvent")]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions