-
Bug
-
Resolution: Obsolete
-
Undefined
-
None
-
4.9
-
Quality / Stability / Reliability
-
None
-
None
-
None
-
Low
-
None
-
Unspecified
-
None
-
None
-
None
-
None
-
None
-
If docs needed, set a value
-
None
-
None
-
None
-
None
-
None
-
-
- Description of problem:
-
Inserting large texts from the clipboard into the terminal (in the web console) of a container does nothing.
The debug console of the browser's developer tools logs no errors.
-
-
- Version-Release number of selected component (if applicable):
-
Tested on two environments with different browsers:
1. OpenShift 4.9.31 with
- Mozilla Firefox 78.10.1esr (32-bit)
- Microsoft Edge Version 95.0.1020.44 (Official Build) (64-Bit)
2. OpenShift Local (CRC version 2.5.1+5b02b826, Red Hat OpenShift Container Platform version4.10.18) with
- Microsoft Edge Version 103.0.1264.71 (Official build) (64-bit)
- Google Chrome Version 103.0.5060.134 (Official Build) (64-Bit)
-
-
- How reproducible:
-
Steps to Reproduce:
1. Open the terminal of any pod / container in the web console.
2. Copy a 3058* character long string into the clipboard (e.g. 3058 times the character "a")
3. Try pasting the clipboard into the terminal
*3057 characters works as expected in both my test environments. Starting from 3058 and more characters inserting is not possible anymore.
-
-
- Actual results:
-
Nothing happens.
-
-
- Expected results:
-
The clipboard is inserted into the terminal.
-
-
- Additional info:
-
Inserting large texts from the clipboard into the terminal worked with OpenShift 3.11 and in MiniShift.