- Status Closed
- Percent Complete
- Task Type Bug Report
- Category User Interface
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Very Low
- Reported Version 1.0-rc
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#2132 - Long lines in "code" tags to not wrap or have horizontal scroll
This is a very long line which does not wrap correctly. Once upon a midnight dreary, while I pondered weak and weary, Over many a quaint and curious volume of forgotten lore, while I nodded, nearly napping, suddenly there came a tapping, As of some one gently rapping, rapping at my chamber door.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
added overflow:auto for the pre.code on theme.css
https://github.com/Flyspray/flyspray/commit/1a75a9f3625bac171f9de0e0befaa728d37ad9de
Needs some usability testing on mobile devices. (touchscreen scroll page vs. scroll code parts). If not working well there, maybe change with a css media query.
Commit works for desktop browsers OK (scroll bar in box). Mobile shows box without scroll & with truncated text.
My CSS skills are pretty slim so I leave the rest up to you.
https://github.com/Flyspray/flyspray/pull/565 to make this fix cross browser and to add long word breaking.
Hope it helps.