You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a very long query string is pasted in the explorer view, the text box adjusts its length to the content, but no scrollbar is shown, making the screen unusable.
Instead the text area should either wrap the content, or show a horizontal scrollbar to allow visiting the entire content, but the area's width should not exceed the screen width.
When a very long query string is pasted in the explorer view, the text box adjusts its length to the content, but no scrollbar is shown, making the screen unusable.
Instead the text area should either wrap the content, or show a horizontal scrollbar to allow visiting the entire content, but the area's width should not exceed the screen width.
To reproduce:
{"@type": "And", "and": [{"@type": "InsertDocument", "document": {"@type": "Value", "dictionary": {"@type": "DictionaryTemplate", "data": [{"@type": "FieldValuePair", "field": "@type", "value": {"@type": "Value", "data": {"@type": "xsd:string", "@value": "Person"}}}, {"@type": "FieldValuePair", "field": "name", "value": {"@type": "Value", "data": {"@type": "xsd:string", "@value": "Tom"}}}, {"@type": "FieldValuePair", "field": "@capture", "value": {"@type": "Value", "data": {"@type": "xsd:string", "@value": "IdTom"}}}, {"@type": "FieldValuePair", "field": "rival", "value": {"@type": "Value", "dictionary": {"@type": "DictionaryTemplate", "data": [{"@type": "FieldValuePair", "field": "@ref", "value": {"@type": "Value", "data": {"@type": "xsd:string", "@value": "IdJerry"}}}]}}}]}}}, {"@type": "InsertDocument", "document": {"@type": "Value", "dictionary": {"@type": "DictionaryTemplate", "data": [{"@type": "FieldValuePair", "field": "@type", "value": {"@type": "Value", "data": {"@type": "xsd:string", "@value": "Person"}}}, {"@type": "FieldValuePair", "field": "name", "value": {"@type": "Value", "data": {"@type": "xsd:string", "@value": "Jerry"}}}, {"@type": "FieldValuePair", "field": "@capture", "value": {"@type": "Value", "data": {"@type": "xsd:string", "@value": "IdJerry"}}}, {"@type": "FieldValuePair", "field": "rival", "value": {"@type": "Value", "dictionary": {"@type": "DictionaryTemplate", "data": [{"@type": "FieldValuePair", "field": "@ref", "value": {"@type": "Value", "data": {"@type": "xsd:string", "@value": "IdTom"}}}]}}}]}}}]}
The text was updated successfully, but these errors were encountered: