Skip to content

polymer should support blur  #12062

Closed
Closed
@DartBot

Description

@DartBot

This issue was originally filed by Erik.Grimes...@gmail.com


What steps will reproduce the problem?

  1. Create a polymer element with with multiple <input on-blur='blur' value='{{model.valueX}}'> elements and the
    method blur.
  2. Focus in and out of the input fields by tabbing or clicking between inputs.

What is the expected output? What do you see instead?

Expected: The blur method of the element should be called.
Actual: The blur method is not called and no error or warning is given.

What version of the product are you using? On what operating system?

Mac OS X 10.8.4
Dart Editor version 0.6.9_r25388
Dart SDK version 0.6.9.2_r25388

analyzer_experimental:
    description: analyzer_experimental
    source: hosted
    version: "0.6.5"
  args:
    description: args
    source: hosted
    version: "0.6.5"
  browser:
    description: browser
    source: hosted
    version: "0.6.5"
  csslib:
    description: csslib
    source: hosted
    version: "0.4.7+10"
  fancy_syntax:
    description: fancy_syntax
    source: hosted
    version: "0.0.4"
  html5lib:
    description: html5lib
    source: hosted
    version: "0.4.3"
  intl:
    description: intl
    source: hosted
    version: "0.6.5"
  js:
    description: js
    source: hosted
    version: "0.0.24"
  logging:
    description: logging
    source: hosted
    version: "0.6.5"
  mdv:
    description: mdv
    source: hosted
    version: "0.6.5"
  meta:
    description: meta
    source: hosted
    version: "0.6.5"
  observe:
    description: observe
    source: hosted
    version: "0.6.5"
  path:
    description: path
    source: hosted
    version: "0.6.5"
  pathos:
    description: pathos
    source: hosted
    version: "0.6.3+1"
  polymer:
    description: polymer
    source: hosted
    version: "0.5.0+1"
  serialization:
    description: serialization
    source: hosted
    version: "0.6.5"
  shadow_dom:
    description: shadow_dom
    source: hosted
    version: "0.6.3+2"
  source_maps:
    description: source_maps
    source: hosted
    version: "0.6.5"
  unittest:
    description: unittest
    source: hosted
    version: "0.6.5"

Please provide any additional information below.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions