Skip to content

Commit a6ba222

Browse files
docs: Add a bugfix description "Validation message doesn't show".
1 parent 0036601 commit a6ba222

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,16 @@ Link to the live site - [Python Cheat Sheet](https://dima-bulavenko.github.io/py
7171
+ [Unresolved](#unresolved)
7272
- [Deployment](#deployment)
7373
* [Project Deployment via GitHub](#project-deployment-via-github)
74+
- [How to Clone](#how-to-clone)
75+
- [Codeanywhere Reminders](#codeanywhere-reminders)
7476
- [Credits](#credits)
7577
* [Content](#content)
7678
* [Media](#media)
7779
- [Acknowledgements](#acknowledgements)
7880

81+
<small><i><a href='http://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i></small>
82+
83+
7984
# User Experience UX
8085

8186
## User Stories
@@ -296,6 +301,8 @@ interactivity of the site.
296301

297302
* Too low contrast between background and .selected-page class ([Fixing commit](https://github.com/Dima-Bulavenko/python-cheat-sheet/commit/ca7557c72ed98861ea740fe6cce609b4a9352730)).
298303

304+
* Submitting the form without selecting any radio button caused a bug where the form couldn't be submitted, and no validation message was shown. This issue was due to the buttons having the 'display: none' property ([Fixing commit](https://github.com/Dima-Bulavenko/python-cheat-sheet/commit/7efd935401195cea6a5f3f7e36e01499a25a510c)).
305+
299306
### Unresolved
300307

301308
* On mobile and tablet screens, the topics navigation bar can be toggled between closed and open states. However, there is only one way for a user to close the bar, making its use less convenient. If a user scrolls down, they will not have any options to close the bar except by scrolling back up.

0 commit comments

Comments
 (0)