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

Unable to capture text from MultiLineEdit #78

Open
dmulder opened this issue Aug 1, 2019 · 0 comments
Open

Unable to capture text from MultiLineEdit #78

dmulder opened this issue Aug 1, 2019 · 0 comments

Comments

@dmulder
Copy link

dmulder commented Aug 1, 2019

Here is some sample code, using yast-python-bindings.
If you run that against qt, all the text in the MultiLineEdit is captured and printed to the log:
/usr/lib/YaST2/bin/y2base ./MultiLineEdit.py qt
2019-08-01 16:45:15 <3> linux-s6h5(19775) [Python] MultiLineEdit.py():16 this is the testing text

But if you run it against ncurses UI, only the first word is captured:
/usr/lib/YaST2/bin/y2base ./MultiLineEdit.py ncurses
2019-08-01 16:43:23 <3> linux-s6h5(19743) [Python] MultiLineEdit.py():16 this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant