-
Notifications
You must be signed in to change notification settings - Fork 138
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
Unable to start new feature. Glitches in the dialog #138
Comments
Thanks for the report. |
@OpherV Here you are! |
Thanks - btw what feature name were you trying to enter? |
In the meantime you can use the previous build until I get this fixed: |
@OpherV I entered random characters in this case, but it is the same regardless of whether it is just lowercase, digits or something else |
Same here too, unfortunately. |
Same here, looks like the text is put in backwards e.g. enter "abc" then press the tab or end key; "cba" is displayed. Pasting a string seems to work, but it will not show up untill you press "end" or "tab" |
Stack trace for the problem:
|
Hi @OpherV, |
@safi-manar To point out the direction - the issue at hand here is a result of the fact Android Studio uses a really old build of IntellIJ, and in newer builds the interface to DialogWrapper was changed. Do you know look into whether AS are planning to update anytime soon? If not then the solution means something like checking which intelliJ build is available and choosing which interface to use in runtime based on that. |
Guys, there may be an easy fix to this one. Have you just tried to do |
@akaryakina Thanks for this! I'll merge and hopefully this sorts things out for our dear Android Studio users :) |
…based on the fix to OpherV#138
Android studio 2.3 stable.
After updating the plugin to 0.5.1, I cannot start new feature. When trying to enter feature name, the input box does not display entered text correctly. And when exiting the dialog via 'Esc' button, exception occurs
The text was updated successfully, but these errors were encountered: