loconotion icon indicating copy to clipboard operation
loconotion copied to clipboard

Setting a property of type "URL" to be visible in a Gallery View causes layout issues

Open struffel opened this issue 4 years ago • 1 comments

Create a Gallery view where some cards have a property of type "URL". Set this property to be visible on the individual cards. Just like this example page I made: https://www.notion.so/cc0textures/79385cd91fd74099bfbd06b283ff8901?v=d78006c6fe794ac39329355654ae457b

Expected result: image All cards are displayed properly. Page 1 and 5 have a visible and clickable URL.

Result after downloading with Loconotion: image The cards for pages 1 and 5 are severely distorted and overlap with the cards below them.

The problem does not occur after downloading with Loconotion without setting the URL to be visible: image

struffel avatar Mar 13 '21 10:03 struffel

Thanks for this - as a note, I did some test and seems this issue comes from exporting Notion's html rather then loconotion breaking something, as dumping the page's html from the scraper without running any other function / processing results in the same broken layout. I even get the same results when using Save page as... from Chrome. Need to figure out why this particular combo causes this.

leoncvlt avatar Mar 13 '21 14:03 leoncvlt