Safari / Webkit bug on iOS14.5.1 on iPhone
Hi, today I found an issue with the lastest iOS update (14.5.1) for my iPhone 12 Pro.
While in safari, visiting a certain site (of a client) showed a page that suddenly looked broken (huge area with no visible content) where content used to be. I tried reproducing this, and it specifically only showed up broken on iOS14.5.1 Earlier versions of iOS14 did not show this issue (tested through browserstack and a family-member's device.
Eventually I tracked down the root of the issue and it had something to do with using CSS "Float" (old bootstrap website) without using "Clear:both;" or something with a similar effect afterwards.
It probably wasn't supposed to work at all before (html/css-wise) but something broke it with the most recent Safari update.
I fixed it by placing a "Clear:both" on the first element where the page broke (which was a H2 title).
Did anyone else find out similar issues with the latest iOS update, and is there anywhere else I could submit this issue for documentation?
iPhone 12 Pro