openstax / tutor-js

:mortar_board: Javascript frontend for openstax tutor
GNU Affero General Public License v3.0
14 stars 6 forks source link

Navigation Icon Blocks Highlighting Activities #2511

Open AliciaZong opened 5 years ago

AliciaZong commented 5 years ago

SCENARIO Briefly describe the issue. Navigation Icon Blocks Highlighting Activities

Steps to Reproduce the issue: I was trying to highlight things when doing the homework as a student. Because of the navigation icon on the left side, I can only either highlight one single sentence as I did in the first screen or the entire thing as in the second one.


Environment:


Images or Screenshots (attach below) WechatIMG807-1.jpeg WechatIMG808-2.jpeg

carlycurran commented 5 years ago

@dkhowala, can you add this to your highlighting investigation? These nav buttons do seem odd on smaller screens.

nathanstitt commented 5 years ago

also, what screen width are you running? the screenshot seems fairly narrow

dkhowala commented 5 years ago

@nathanstitt: I don't think I created this card but can take a look if you want.

carlycurran commented 5 years ago

Interesting. @dkhowala, I think this is the arrow button issue you were showing me the other day.

carlycurran commented 4 years ago

one fix is to shrink the screen when it goes below 1,000 px wide, BUT there are items that are fixed-width (APUSH images) Sims and Videos that either will not shrink or will break.

This is an issue we might have to deal with if/when we decide to work on mobile compatibility. Going to ice box until that becomes a priority.

The workaround here is to scroll up and down a bit to highlight.

dkhowala commented 4 years ago

@carlycurran The new changes for the mobile responsive screen would take care of this highlighting issues. I redesigned the arrows on the student side.

carlycurran commented 4 years ago

great!

dkhowala commented 4 years ago

@nathanstitt, this can close after the responsive work I believe.