Esri / coordinate-conversion-addin-dotnet

Addin for ArcMap and Pro for convenient coordinate conversion in Desktop.
Apache License 2.0
45 stars 20 forks source link

View Details information is cut off in the title in ArcMap #592

Closed dfoll closed 5 years ago

dfoll commented 5 years ago

Background

The View Details window appears to display in ArcMap at a size that is needed to display all field information.

Current behavior

If the window size needed to display all field information does not create a window large enough for the title to display, the title is cut off.

image When the amount of space needed to display all field information creates a large window, the title displays properly.

image When there are fields that contain smaller amounts of information, then the window needed is smaller, and the title is cut off

Expected behavior

The window created to view details should always be large enough to display all field information and the title. Additionally, the fields and field information should always use up 100% of the window space (when a large window is created because of the title, see #591 ), and the window should resizable using standard resizing behavior (#590).

image this is the way the example from current behavior should have displayed

dfoll commented 5 years ago

Issues #590,#591, #592 are all very closely related, but have their own specific differences that make them unique. They very likely will be handled all in the same effort, but all require their own very specific fixes.

dfoll commented 5 years ago

@saip knows of a quick work around for this. there is a question of if we want to redesign this window completely from scratch, which will take much longer or if we want to do a work around to fix just this issue.

dfoll commented 5 years ago

@saip we will need to revisit the fixes for this issue. When the View details window opens up, it opens very large with a third blank column in the window.

image window opens very large by default image even after the window is resized, there is an extra, empty third column in the table

csmoore commented 5 years ago

Verified that small and longer titles look correct now:

Long field length: image

Short field length: image

dfoll commented 5 years ago

DOC UPDATES:

lfunkhouser commented 5 years ago

verified doc updated on solutionsdev and in PDFs (CC dev build 139, MT dev build 305)