Félix Zapata

Results 70 comments of Félix Zapata

I´ve made the changes with the original format style. The differences only should appear now in the new or modified lines for the touch support.

hi, on touch devices the events isn´t working. It doesn´t calculate the correct values for the position of the overlay. I have a modified version of the javascript file that...

@notwaldorf any updates about this issue?

Hi @notwaldorf @arthurevans @garlicnation , in order to help, I think that the tag should be written like this ''. This change does not fix the issue but, I 've...

Hi again @notwaldorf @arthurevans @garlicnation, another idea.. after some tests over the `iron-doc-viewer` component, if you replace: `this.toggleAttribute('abstract', this.descriptor.abstract);` with this ``` this.set('descriptor.desc', this.descriptor.desc.replace(/\/\\script/gi, '/script')); this.toggleAttribute('abstract', this.descriptor.abstract); ``` That is...

hi, is there any news about this issue?

For this example, I think is better the directives rather to use a component. These directives are needed to intercept the repeater and return the values to the aria regions....

@gkalpak I've made some updates. I will ping you, when I complete all of them (limit of lines, explanation of protractor accessibility plugin).

@gkalpak the limit of 100 characters is only for the code examples or all the document?

@gkalpak I have to review about the lines and I have to think what to do with the directives. Have you seen my previous comment about that? I mean, remove...