Large data editor: scroll bars when showing XML content

Claus Pedersen

Member³
I have the test script
Code:
begin
  :str := '<?xml version="1.0"?><test></test>';
end;
where str is a string variable. I execute the script and open the large data editor to view the content of the variable.
I now have a lower right part of the window with large scroll bars. Why are they present? There is no need for them and they indicate that I have more text than can be viewed which is not the case.

If I change the test script to
:str := '';
the scroll bars disappear. It is only when the ?xml part is present there seems to be a problem?
 
This is partly solved in beta 8, but:
there is still a vertical scroll bar in the Text tab page, even if there is no need for one.
 
Back
Top