APEX 20.1
The Code Editor component in Page Designer has a Auto Complete button that is supposed to auto complete page & application item names. But it doesn't seem to be working. Nothing happens on a page with items P1_RADIO, P1_TEXT, etc. when I type :P1 and click the button. Tried both Chrome and Firefox.
Browser Network pane shows a wwv_flow.ajax request being made
{"p_flow_id":"4000","p_flow_step_id":"4500","p_instance":"718004766928619","p_debug":"",
"p_request":"APPLICATION_PROCESS=getCodeCompleteList",
"p_widget_name":"","x01":"P3_",
"p_json":"{\"salt\":\"90028773755794295631134044964459650\"}"}
that seems appropriate but the server response is empty
Bug?