Attempting to adjust the xview of a ttk::entry widget to show the insertion cursor with:
pathname xview insert
results in an error message stating an integer is required. Similar error with end index. Easy local fixes with:
pathname xview [pathname index insert]
and
pathname xview [pathname index end]
but not as documented or as per original entry widget.
Bug still present in current 8.5.11
"current" is either 8.6.0 or 8.5.13