-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experimental: Mashing text in to the room filter can freeze the whole app #7926
Labels
P1
S-Major
Severely degrades major functionality or product features, with no satisfactory workaround
T-Defect
X-Regression
Comments
Another clue: the processor goes nuts, so some sort of infinite loop might be occurrign. |
From the profile @lampholder shared, this is caused by an infinite loop in |
Steps to reproduce:
|
jryans
added a commit
to jryans/matrix-react-sdk
that referenced
this issue
Dec 20, 2018
The classes on the search box input were changed without updating the focusing loop in the room filter which used one of these classes as a boundary condition. This led to a case that could loop forever. Fixes element-hq/element-web#7926.
jryans
added
T-Defect
X-Regression
P1
S-Major
Severely degrades major functionality or product features, with no satisfactory workaround
labels
Dec 20, 2018
jryans
added a commit
to jryans/matrix-react-sdk
that referenced
this issue
Dec 20, 2018
The classes on the search box input were changed without updating the focusing loop in the room filter which used one of these classes as a boundary condition. This led to a case that could loop forever. Regressed by matrix-org#2267. Fixes element-hq/element-web#7926.
jryans
added a commit
to jryans/matrix-react-sdk
that referenced
this issue
Dec 20, 2018
The classes on the search box input were changed without updating the focusing loop in the room filter which used one of these classes as a boundary condition. This led to a case that could loop forever. Regressed by matrix-org#2267. Fixes element-hq/element-web#7926.
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Dec 20, 2018
The classes on the search box input were changed without updating the focusing loop in the room filter which used one of these classes as a boundary condition. This led to a case that could loop forever. Regressed by #2267. Fixes element-hq/element-web#7926.
Fixed by matrix-org/matrix-react-sdk#2380. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
P1
S-Major
Severely degrades major functionality or product features, with no satisfactory workaround
T-Defect
X-Regression
No logs 'cause it ded.
I've seen this now on two occasions; it's occurred when I've mistyped what I'm trying to filter a few times and then mashed a bunch of stuff in frustration (this detail may or may not be important)
The text was updated successfully, but these errors were encountered: