Vincent Jang

Results 18 issues of Vincent Jang

Hi folks, does Tridactyl support a mouse drag action? Sometimes, there is a need to drag an element, e.g. in JIRA, move tickets between columns. And curious if Tridactyl can...

Use command `gy` can go to the definition of a Java class. I found it takes significant long time to open the file. E.g. when open `java.util.Enumeration` it takes about...

Cant' reproduce

### Description In the documentation of paper-checkbox, https://elements.polymer-project.org/elements/paper-checkbox. The iron-change event is showed twice. ![screen shot 2016-10-19 at 10 33 00 am](https://cloud.githubusercontent.com/assets/4094803/19525691/6d214eae-95e7-11e6-8098-ef3028b71042.png)

### Description `var paperInput = Polymer.dom(myEl.root).querySelector('paper-input'); MockInteractions.pressAndReleaseKeyOn(paperInput, 65);` pressAndReleaseKeyOn is working fine for character 'a' but when I try with the up and down arrow key, it's not working. `MockInteractions.pressAndReleaseKeyOn(paperInput,...

There is no wrapper for mouseover event now. I think we can reuse makeMouseEvent to come up one wrapper function for mouse over.

Hi folks Our team has a large gradle project. It has 33732 total files, 20693 total .java files. there are about 125 subprojects in the root folder. I am using...

performance
code-actions

In Development
Resolved
readyForDevelopment

Create a helper function to update inputValue and inputObject when need to. Instead of having duplicate code.