Fixed Code editor row now has a scrollbar

DragonByte Tech

Well-known member
Affected version
2.1.10
Given the following code:
HTML:
        <xf:codeeditorrow name="some_name"
                          mode="text" data-line-wrapping="true"
                          class="codeEditor--autoSize"
                          label="Label"
                          explain="Explain" />


A scrollbar now exists that did not in 2.1.9 & below:
1590597106950.png

If I add content to the textarea then use the new scroll bar, this is the result:
1590597254684.webp

You can just about see the remnant of the text :P
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.2.0 Beta 2).

Change log:
Fix issue with smaller code editor elements having an unneeded scrollbar.
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom