In a product we are creating there is a piece of functionality which doesn't function perfectly in Chrome unless you are at 100% zoom. Chrome is not a major target for our product, we expect less than 5% of our users to use it, so we can't allocate a significant number of hours to fixing this feature for zoomed Chrome (which we expect to be a very low percentage of Cusers users).
The functionality is a scrolling widget that shows them a limited view of a list of items at a time. In FF, IE, and 100% zoomed Chrome it scrolls one item per click of the left or right arrows. In Chrome that is not 100% zoomed, it scrolls .5 to 1.5 items per click.
We've also found some minor graphical glitches in Chrome at a zoom level different than 100%.
In our testing, we found that Chrome would sometimes change zoom level when entering our site, seemingly automatically. We would ensure the zoom was 100% before going to our test site, but as soon as we hit our test site, zoom changed to 90%.
Is there a way to programmatically force Chrome to 100% zoom?