Content border in AS6.0

Hello,
When running mapView in AS6, the borders of the content are sometimes marked and sometimes not. The difference is visible in the two pictures.
Is this a known bug in Automation Studio 6.0? If it is not a bug, do you have any idea about the solution?


Im not sure, but could it not be caused by browser. The problem is when browsers adjust the pixel values and drop a few digits here and there.

So it might happen that the next element starts on a higher pixel than the previous due to browser rendering.

Possible workarounds:

  • do not zoom

  • use a background where this small gap is not visible

This should be caused by what @kovarj is trying to explain. This is also mentioned in the documentation of the zoom configuration key for mapp View.

If the screen resolution (hardware pixels) does not match the configured CSS pixel resolution (layout width/height) in the zoomed view, the pixel matrices no longer coincide and the browser calculates and rounds the virtual resolution to the physical pixels. This can result in a 1 pixel distance between pieces of content of an area if no background image of a page is referenced.

Automation Help: mapp View visualization object configurations

2 Likes