-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
polymer should support blur #12062
Comments
This comment was originally written by Erik.G...@gmail.com Here's the related web ui group discussion: https://groups.google.com/a/dartlang.org/forum/#!topic/web-ui/LzFkT__bkEA |
Added Area-WebUI, Triaged labels. |
See also this sample for a repro: https://github.com/sethladd/dart-polymer-dart-examples/tree/master/web/simple_focus_blur_events Removed Area-WebUI label. |
Here's a sample JS file that shows the bug in polymer.js: <html> <polymer-element name="my-test"> <my-test></my-test> (using polymer.js from 10/10) The bug over on the polymer side is: Polymer/polymer#208 |
Added this to the Later milestone. |
Hey Seth - I couldn't find that bug in the polymer repo. Was it moved somewhere else? Added Library-Polymer label. |
@Siggi -- Seth's link worked for me. I think this might be fixed because they changed how the event binding works. Added MovedToGithub label. |
This issue was originally filed by Erik.Grimes...@gmail.com
What steps will reproduce the problem?
method blur.
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.
The text was updated successfully, but these errors were encountered: