Details
-
Type:
Bug
-
Status: CLOSED
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 11.4, 20.0
-
Component/s: Forums Tool
-
Labels:
-
19 status:Verified
-
Test Plan:
Description
We received multiple reports from students saying it was difficult to read some Forums threads because they had to scroll sideways to read each sentence or paragraph.
Upon investigation, I noticed that the table-responsive CSS class from Bootstrap was applied to most tables in Forums. This added horizontal scrollbars to the whole table, which weren't always visible if the table was longer than the screen and would allow the whole table to expand past the viewport width if a cell (e.g. a forum post) was wider than the screen.
This fix ensures that:
- images are constrained to the screen width whenever possible
- textual content containing non-breaking spaces don't affect other threaded posts in the conversation
- navigational controls don't cause the table to be larger than the screen
- the various views and pages in Forums takes these factors into consideration
Gliffy Diagrams
Zeplin
Attachments
Issue Links
- relates to
-
SAK-41955 MS Edge - Forums: Wide content causes horizontal scrollbars
-
- Awaiting Review
-