When using a 2D map and zooming out, you can easily get a square map within a rectangular view, with whitespace on the left and right. Panning the map will cause the basemap and features to wrap around immediately. However, Popups and the results of view.toScreen(point) do not wrap correctly. Instead, they will continue to the left or right until hitting the edge of the view instead of the edge of the map.