Skip to content

Unable to capture text from MultiLineEdit #78

@dmulder

Description

@dmulder

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions