Fixed
Status Update
Comments
gr...@google.com <gr...@google.com> #2
This is a browser bug related to user selectable zoom level.
gr...@google.com <gr...@google.com> #3
This appears to be the same issue I'm experiencing.
gr...@google.com <gr...@google.com> #4
Column
on its own passes down a finite (less than screen sized) constraint for maxHeight
. LazyColumn
passes infinity for the same. If you use a Column
with Modifier.verticalScroll
, then it also will have the same exception due to large constraints.
gr...@google.com <gr...@google.com> #5
I am experiencing the same issue. white lines are appearing in IE browser.
does any one know how to get rid of this?
does any one know how to get rid of this?
ja...@gmail.com <ja...@gmail.com> #6
[Comment deleted]
gr...@google.com <gr...@google.com> #7
I see white lines on my V3 map as well, but I only see it on the iPad
gr...@google.com <gr...@google.com> #8
Any updates so far? We are still dealing with this issue on a daily basis, whenever we print out the route for our fire trucks. Fascinating fact is - that issue is related only to our default browser which is Google Chrome. Printing works in Opera and Firefox. :(
se...@google.com <se...@google.com> #10
I have this same/similar issue with my custom google map.
In Firefox, Safari and Mobile Safari the map show up flawlessly.
In Chrome (for Mac) the position of the tiles are off by 2 pixels. I have made the background green to show the issue more prominently. The top and left styles are calculated incorrectly.
This is not an issue with browser zoom.
In Firefox, Safari and Mobile Safari the map show up flawlessly.
In Chrome (for Mac) the position of the tiles are off by 2 pixels. I have made the background green to show the issue more prominently. The top and left styles are calculated incorrectly.
This is not an issue with browser zoom.
ap...@google.com <ap...@google.com> #12
Having the same issue here with Chrome, a strange line of 1 white px keeps popping up!
na...@google.com <na...@google.com> #13
Same 1px crossing lines in chrome. safari and ie ok
Description
Reproduction
Text
LazyColumn
(same length text inColumn
does not crash)See attached sample project. I use a larger font size there to speed up the reproduction (rendering 5k times 24sp is a lot faster than 50k times 14sp).
Stack trace