Bug 550234 - RCPTT complains when trying to use get-editbox on a content assist popup dialog
Summary: RCPTT complains when trying to use get-editbox on a content assist popup dialog
Status: UNCONFIRMED
Alias: None
Product: RCPTT
Classification: Technology
Component: ECL (show other bugs)
Version: 2.4.2   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-19 20:58 EDT by John Joshua Jimenez CLA
Modified: 2019-08-23 01:16 EDT (History)
1 user (show)

See Also:


Attachments
How the Content Assist Popup dialog looks like (18.93 KB, image/png)
2019-08-19 20:58 EDT, John Joshua Jimenez CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Joshua Jimenez CLA 2019-08-19 20:58:20 EDT
Created attachment 279632 [details]
How the Content Assist Popup dialog looks like

So we have this block of script here that runs fine on Mac OS but complains on Windows 10 saying:

The Text "[]" could not be found.

get-editor "DummyEditor" | key-type "M1+O" with [ get-window -class QuickContentOutlinePopup | get-editbox ] { set-text $control key-type Down key-type Enter } 

It's a content assist pop up so we don't supply any label parameter to the get-editbox ecl command. Was wondering why rcptt complains on this with windows, but not on Mac OS.

Also, I tried recording the actual steps on the windows through the Record a snippet functionality, and it generates the exact same code and fails if you try to replay it out.
Comment 1 Vasili Gulevich CLA 2019-08-23 01:16:24 EDT
Could you provide an MVCE in https://github.com/xored/q7.quality.mockups/ ?