I execute a query, select * from user_objects
and the status line shows e.g. "[17:25:50] 48 rows selected in 0,141 seconds (more...)"
I place the cursor on a field in the grid view, e.g. column "object_name" and the status bar shows:
"object_name, varchar2(128), optional, Name of the object"
This is OK and by design.
After approx. 10 seconds the status line shift back to "[17:25:50] 48 rows selected in 0,141 seconds (more...)"
Please only show the "... 48 rows selected ..." message one time at the end of the query. When the status line shifts to something else, do not reverse the text again.