Minor bug: large data editor horisontal scrollbar is sometimes disabled

Claus Pedersen

Member³
I have an XML-snippet like the following :

Code:
<test1>
  <test2>123456789012345678901234567890</test2>
</test1>

I edit the XML in large data editor with the XML tab active.

The large data editor consists of four elements in XML mode:
1) left pane with the XML document hierarchy
2) top right pane with columns attribute name and value
3) middle right pane with node name and node value
4) lower right pane with the 'raw' data

I have sized the large data editor, so there is a horisontal scroll bar in the lower right pane (data can not be seen in its full length).

I click on the node 'test2' in the hierarchy to the left and place the mouse cursor in the data in the middle right pane (element no. 3), e.g. to copy some text.

Now the data incl. scroll bar in the lower right pane is disabled. I can not access the data (e.g. for copy) or use the scroll bar to see all data.
Only when I reposition the focus to the node 'test2' in the hierarchy on the left, I can use the scroll bar again.

Please correct this behaviour, as it is quite confusing that the scroll bar sometimes works and sometimes doesn't.
 
Back
Top