BoostIO / BoostNote-Legacy

This repository is outdated and new Boost Note app is available! We've launched a new Boost Note app which supports real-time collaborative writing. https://github.com/BoostIO/BoostNote-App
Other
17.07k stars 1.47k forks source link

No horizontal scroll bar in editor when wrap line is OFF in windows version #3628

Open guruathwal opened 3 years ago

guruathwal commented 3 years ago

Current behavior

In the windows version, The horizontal scroll bar in the editor is not visible if long lines are added with wrap lines off

Expected behavior

The horizontal scroll bar should be visible if the editor has a longer line with the wrap lines turned off.

Steps to reproduce

  1. turn off wrap line.

  2. add a long line without line break like this one: Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

  3. the horizontal scroll bar is not visible.

Environment

Flexo013 commented 3 years ago

As a work-around for now you can scroll the code block by selecting the text.

guruathwal commented 3 years ago

Yes, doing the same but some times it is hard to identify the longer lines.