Skip to content
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

Button Element addAll of attributes throws no instance method exception #15775

Closed
DartBot opened this issue Dec 22, 2013 · 3 comments
Closed
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant library-html

Comments

@DartBot
Copy link

DartBot commented Dec 22, 2013

This issue was originally filed by Nawa...@gmail.com


What steps will reproduce the problem?

  1. Call attributes.addAll of a button element.

What is the expected output? What do you see instead?
I expect the instance method addAll to add specified attributes to the button element. Instead, Dart throws "Breaking on exception: Class '_ElementAttributeMap' has no instance method 'addAll'". At the same time, Dart Editor does not flag this method as not available in the button element. In fact, the editor suggests this method.

What version of the product are you using? On what operating system?
Dart Editor version 1.0.0_r30798 (STABLE)
Dart SDK version 1.0.0.10_r30798

Ubuntu 13.10 64bit

@dgrove
Copy link
Contributor

dgrove commented Jan 2, 2014

cc @blois.
Added Area-HTML, Triaged labels.

@kevmoo
Copy link
Member

kevmoo commented Apr 7, 2014

Removed Area-HTML label.
Added Area-Library, Library-Html labels.

@alan-knight
Copy link
Contributor

Seems fine in 1.8 in both Dartium and dart2js.


Removed Priority-Unassigned label.
Added Priority-Medium, AssumedStale labels.

@DartBot DartBot added Type-Defect area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-html closed-obsolete Closed as the reported issue is no longer relevant labels Jan 16, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant library-html
Projects
None yet
Development

No branches or pull requests

4 participants