Closed neelusingh28 closed 7 years ago
1 - in the main-nav component can we add something to the model behind to show login/logout depending on status? 2 - no clue what's up with this 3 - There are labels (in modal.component), but they have a class "sr-only", @lnajera @lutech ? 4 - can't reproduce this.
1- If we need to how account info in the header, we will need a separate requirement/story. Not sure there is enough time. @ClaireReinken , a story can be created and we can try to get to it. 2 -This might be only on your browser. You may have "saved" the incorrect password to chrome. Try cleaning/deleting from browser history. 3 -We can show the labels. @JXPrime , "sr-only" is a way to hide visually, but keep accessible to screen-readers. Its just absolute positioning off the screen. I will assign to @kcallander to show the labels. 4 -The Compare List is "per session", since we are not storing to a DB. Creating new tab creates a new "session". This seems like an edge case we probably don't have to handle for the purposes of this prototype. Cart works fine as it is stored in DB. Could not reproduce it disappearing in new tab.
1- If we need to how account info in the header, we will need a separate requirement/story. Not sure there is enough time. @ClaireReinken , a story can be created and we can try to get to it. I'll make a separate story and we'll put this low on the board.
I removed the class "sr-only" and you can see form labels now.
Verified and Passed in 5000 site and working as expected in Chrome, Firefox, IE and devices.