Bug #57752 | Pasting long statements into SQL editor does not show scroll bar | ||
---|---|---|---|
Submitted: | 26 Oct 2010 19:09 | Modified: | 24 Aug 2014 6:45 |
Reporter: | Dimitriy A | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S3 (Non-critical) |
Version: | 5.2.29 CE | OS: | Windows (XP Pro) |
Assigned to: | CPU Architecture: | Any | |
Tags: | horizontal scroll bar, long text, paste |
[26 Oct 2010 19:09]
Dimitriy A
[26 Oct 2010 20:02]
MySQL Verification Team
Thank you for the bug report. Please provide a screen-shot illustrating the issue?. Thanks in advance.
[26 Oct 2010 21:18]
Dimitriy A
Missing horizontal scroll bar
Attachment: missing_horizontal_scroll_bar.jpg (image/jpeg, text), 56.82 KiB.
[26 Oct 2010 21:22]
Dimitriy A
The supplied screen shot shows that the horizontal scroll bar does not show up after pasting a long SQL statement. I now see that this behavior is triggered by a newline at the end of the statement. This behavior is also trigerred if the last line of pasted text is short and fits into the visible window.
[27 Oct 2010 7:02]
Valeriy Kravchuk
Thank you for the bug report.
[24 Aug 2014 6:45]
Alfredo Kojima
Unfortunately this is a limitation of the text control used (Scintilla). It does not compute line widths because of potential performance issues.