From 4e4ae49a5a51859ebb500d1059b416657018133c Mon Sep 17 00:00:00 2001 From: Chris Henrick <161748+clhenrick@users.noreply.github.com> Date: Wed, 27 Dec 2023 19:01:26 -0800 Subject: [PATCH] Update CHANGELOG.md Added notes on bug fix for #131 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f5f2ea..fb456a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Am I Rent Stabilized Changelog This changelog describes significant changes to the project. It was first created on November 29, 2020 so does not account for the entire project's history. +## 2023-12-27 Bug Fix: ([#132](https://github.com/clhenrick/am-i-rent-stabilized/pull/132)) + +Fixes a significant bug ([#131](https://github.com/clhenrick/am-i-rent-stabilized/issues/131)) on iOS (iphones) where the address search form's input would move out of the visual viewport (be hidden) when focused. Although it would return to the visual viewport when typing, when the input is blurred the slides layout would get stuck in a state that obscured the search button, thus preventing the user from search for an address. The fix involves temporarily hiding all non-active/visible slides when the input is focused, and then un-hiding them when the search button is clicked in order to prevent the odd layout shift from occuring. + ## 2023-12-16 Improved A11Y of address search form ([#128](https://github.com/clhenrick/am-i-rent-stabilized/pull/128)) Made accessibility enhancements and bug fixes for the address search form on slide two: